Anchors in query line

liunx

Guest
How do I link to a page anchor when I have a query line in the link???<br />
<br />
eg, I want to link to <br />
<!-- w --><a class="postlink" href="http://www.somwhere.com/page.php?query=234#anchor">www.somwhere.com/page.php?query=234#anchor</a><!-- w --><br />
<br />
or <br />
<br />
<!-- w --><a class="postlink" href="http://www.somwhere.com/page.php#anchor?query=234">www.somwhere.com/page.php#anchor?query=234</a><!-- w --><br />
<br />
niether seems to work... is it possible :confused:<!--content-->My bug!<br />
<br />
I had the anchor in a bit of conditional text (its a php page)... for any one interested the correct format is...<br />
<br />
<!-- w --><a class="postlink" href="http://www.somwhere.com/test.php?query=234#anchor">www.somwhere.com/test.php?query=234#anchor</a><!-- w --><br />
:snail::snail::snail::snail::snail:<!--content-->
 
Back
Top