Hi,
I have a problem with Netscape. I am using javascript to pass values and
redirecting to the same place. it works fine in IE and not in netscape.
please suggest.
function popup(WardrobeS et)
{
document.forms( 0).action = "WardrobeSet.as px?WardrobeSet= " + WardrobeSet;
document.forms( 0).submit();
}
Please Advice,
Stephen.
I have a problem with Netscape. I am using javascript to pass values and
redirecting to the same place. it works fine in IE and not in netscape.
please suggest.
function popup(WardrobeS et)
{
document.forms( 0).action = "WardrobeSet.as px?WardrobeSet= " + WardrobeSet;
document.forms( 0).submit();
}
Please Advice,
Stephen.
Comment