ghostz00
08-30-2007, 02:14 AM
I figure this is possible somehow, my first thought was:
<input type="button" value="myBtn" onclick="javascript:function(){ myfunction1(); myfunction2(); }" />
That didn't work, but it didn't give me an error either ?????
Also do I need the "javascript:"?
Please critique away.
thanks in advance...
<input type="button" value="myBtn" onclick="javascript:function(){ myfunction1(); myfunction2(); }" />
That didn't work, but it didn't give me an error either ?????
Also do I need the "javascript:"?
Please critique away.
thanks in advance...