href????

admin

Administrator
Staff member
Hi I have this href tag that takes user to help.asp and display the help topic for the report field on my form. But I have 20 fields on my form and I want that whichever field has focus on the form the help.asp page should go that particular help.asp section.<br />
<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"#" onclick="SaveForm(); location.href ='help.asp?topic=' + report.name; return false;">F2=HELP</a><br />
<br />
<br />
Thanks,<br />
<br />
Ekta<!--content-->If a user has JS disabled he will be taken to the top of the page :rolleyes:<!--content-->What does SaveForm look like? What does repost do? Where's the rest of your code? Why can't you just use a form to get the ?topic=blah after the URL?<!--content-->
 
Back
Top