Hi All,
Is there any idea to disable the run of a javascript function of an HTML page in VB6.
Here is the HTML tags
Is there any idea using DOM to disable the run of function next_clicked() in VB6 when the button NEXT is clickedHTML Code:<input type="button" name="Submit" value="NEXT" onClick=next_clicked() > <Script> function next_clicked() { ....... ....... ....... } </Script>
With regards,
Nasreen




Reply With Quote