Answers

Aug 24, 2006 - 12:40 PM
John,
Within Javascript, the easiest way to do it would be to use the window.location.href = "newurlhere.htm";
This will send them where you want them to be...
Hope this helps,
Ric
Within Javascript, the easiest way to do it would be to use the window.location.href = "newurlhere.htm";
This will send them where you want them to be...
Hope this helps,
Ric

Aug 25, 2006 - 06:45 AM
Thanks a lot castagna.
Add New Comment