Link to home
Start Free TrialLog in
Avatar of globalterminal
globalterminal

asked on

html/asp/redirect/A NAME tag

i am redirecting from an ASP page like this:
                Response.Buffer = True
            Response.Clear
            Response.Redirect "ship_build.asp#" & strEquipNo & "?equip=" & strEquipNo
            Response.End

the target html page has <a NAME> anchors like this:

<td align="left" width="15%"><font face="Tahoma" size="3"><A NAME="CRLU1136604">2.</a>

i want position the page to this  row.
this code doesn't seem to work.
any ideas would greatly appreciated.
ASKER CERTIFIED SOLUTION
Avatar of ChetOS82
ChetOS82
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial