Case Sensitive

<a href="data2html.asp?msg=do_no_go_there" onClick="this.href='servervar.asp'">click one</a>
click one

<a href="data2html.asp?msg=do_no_go_there" onClick="window.open('ServerVar.asp')">click two</a>
click two

<a href="javascript:window.location.href='ServerVar.ASP'">click three</a>
click three

<a href="data2html.asp?msg=do_no_go_there" onClick="window.open('servervar.ASP', '_self' ); return false">click two</a>
click four


Back one step.


last updated on 4/13/2011 1:32:41 PM