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
HTML Code:
<input type="button" name="Submit" value="NEXT" onClick=next_clicked() >

<Script>
function next_clicked()
{
.......
.......
.......
}
</Script>
Is there any idea using DOM to disable the run of function next_clicked() in VB6 when the button NEXT is clicked


With regards,
Nasreen