TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Sorry for the semi-OT message, but it relates to documentation in that I am working on online docs and am having an HTML issue...
Is it possible to use (non-local) anchor tags with query string parameters? If so, how?
Example:
---------page.php---------
...
<A HREF="page.php#topic1?type=unix">Go to Topic</A>
...
<A NAME="topic1">
--------------------------
This doesn't work. The browser does nothing because it interprets the anchor tag as "#topic1?type=unix" which doesn't exist. Trying iut the other way around doesn't work either (?type=unix#topic1) because then the value of type is interpreted as unix#topic1.
I can think of a possible solution: use a POST form, but that would require implementing the page differently, which I don't want to do.
Thanks for any help, on or offlist.
--------
Matthew J. Horn
Sr. Technical Writer
< m a c r o m e d i a >
NEED TO PUBLISH YOUR FRAMEMAKER CONTENT ONLINE?
?Mustang? (code name) is a NEW online publishing tool for FrameMaker that
lets you easily single-source content to Web, intranets, and online Help.
The interface is designed for FrameMaker users, so there is little or no
learning curve and no macro language required! See a live demo that
will take your breath away: http://www.ehelp.com/techwr-l3
---
You are currently subscribed to techwr-l as:
archive -at- raycomm -dot- com
To unsubscribe send a blank email to leave-techwr-l-obscured -at- lists -dot- raycomm -dot- com
Send administrative questions to ejray -at- raycomm -dot- com -dot- Visit http://www.raycomm.com/techwhirl/ for more resources and info.