[jQuery] Can't use traditional anchor names

[jQuery] Can't use traditional anchor names

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7226.0">
<TITLE>Can't use traditional anchor names</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->
<P><FONT FACE="Times New Roman">I cannot Response.Redirect to #Anchor Because of the ASP CMS I am deveoloping in... It crashes with the #name added.</FONT>
<BR><FONT FACE="Times New Roman">Response.Redirect "/SBDX/sbdx_pop10.asp#form6?channel=oACES%20View%20Profile&item=" & eapid </FONT>
<BR><FONT FACE="Times New Roman">Crashes the CMS app cause it does not recognize the #form6. I WANTED this so the user was bumped down to the form section they last viewed when they were redirected back to the VIEW page.</FONT></P>
<P><FONT FACE="Times New Roman">So I am stuck using:<BR>
Response.Redirect "/SBDX/sbdx_pop10.asp?channel=oACES%20View%20Profile&item=" & eapid<BR>
<BR>
</FONT>
<BR><FONT FACE="Times New Roman">At this point what should I do? I could do a request refering url and call the channel = name? but that is no good because it will break if they ever rename the channel. (but so will the redirect I just don't want to write everything based on the channel name..).<BR>
<BR>
Any ideas? </FONT>
<BR><FONT FACE="Times New Roman">I have jquery installed but have not used it yet. Is there anything I can grab from the Processing ASP page?</FONT>
<BR><FONT FACE="Times New Roman">I could add  something to the querry string but I would still need to create something in the view page to bounce it down to the anchor names.</FONT></P>
<P><FONT FACE="Times New Roman">So I guess I was thinking maybe something could be done in the DOM based on a value in the querry string?</FONT>
</P>
<FONT SIZE=3><BR>
<BR>
*************************************************************************<BR>
This communication, including attachments, is<BR>
for the exclusive use of addressee and may contain proprietary,<BR>
confidential and/or privileged information. If you are not the intended<BR>
recipient, any use, copying, disclosure, dissemination or distribution is<BR>
strictly prohibited. If you are not the intended recipient, please notify<BR>
the sender immediately by return e-mail, delete this communication and<BR>
destroy all copies.<BR>
*************************************************************************<BR>
</FONT>
</BODY>
</HTML>_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/