PDA

Click to See Complete Forum and Search --> : Help Fast, Please!


AngelinaM
Feb 9th, 2001, 01:24 PM
Has anyone ever had to manually direct a page in html for Netscape and if so how did you get it to work? Using VBscript. It's client side code, when I press a button i want to be able to go to a new page? Currently trying to use location.href...

Feb 9th, 2001, 03:45 PM
How about this?


<BUTTON onClick="window.navigate('http://whateverurl.com')">Click Me</BUTTON>


Paul