dmartinez
08-05-2003, 09:47 PM
This works but I thought that javascript dictates using a window.open call...
<input type=submit value="Health Check"
onclick='action="/cgi-bin/check2_cti.cgi"' target=_blank>
when i used onclick='action="window.open(/cgi....) it doesnt work so i assume i am putting things in their proper place...it works but i want to learn the proper jscripting conventions..
thanks!
<input type=submit value="Health Check"
onclick='action="/cgi-bin/check2_cti.cgi"' target=_blank>
when i used onclick='action="window.open(/cgi....) it doesnt work so i assume i am putting things in their proper place...it works but i want to learn the proper jscripting conventions..
thanks!