hey,
got a quick question...
I have an object which loads Notepad and it loads on load of the html doc and I would like to be able to postpone the action until I call it to run from a button, heres my code:
How would I setup the above code to run via onClick of a button?
thanks
co
got a quick question...
I have an object which loads Notepad and it loads on load of the html doc and I would like to be able to postpone the action until I call it to run from a button, heres my code:
Code:
<object Classid="clsid:blah blah blah blah" codebase="c:\windows\notepad.exe"></object>
How would I setup the above code to run via onClick of a button?
thanks
co