IBM
07-01-2002, 08:27 PM
function goto()
{
if (document.frmGoTo.webs.value=1)
location.url="#ws";
else
if (document.frmGoTo.html.value=2)
location.url="#";
I really just want to have a form's drop down list call the function goto(),above onclick , and go to the set location.url....
my problem is that it's not working..any ideas...
{
if (document.frmGoTo.webs.value=1)
location.url="#ws";
else
if (document.frmGoTo.html.value=2)
location.url="#";
I really just want to have a form's drop down list call the function goto(),above onclick , and go to the set location.url....
my problem is that it's not working..any ideas...