Deltaflyer
Programmer
I am currently using this to open a brand new window,
<FORM><input type="button" Value="WindOpen" ONCLICK="window.open(MyLink', 'MyTitle, 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=xxx,height=yyy')"></FORM>
However i need to do some validation on data entered into the page that, if validated correctly, will eventually open a new window.
Can anybody through some light as to how i can validate my input and open a new window using JavaScript only. DeltaFlyer ;-)
DeltaFlyer - The Only Programmer To Crash With Style.
<FORM><input type="button" Value="WindOpen" ONCLICK="window.open(MyLink', 'MyTitle, 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=xxx,height=yyy')"></FORM>
However i need to do some validation on data entered into the page that, if validated correctly, will eventually open a new window.
Can anybody through some light as to how i can validate my input and open a new window using JavaScript only. DeltaFlyer ;-)
DeltaFlyer - The Only Programmer To Crash With Style.