Hello,
I'm stuck on using some JavaScript to change the runmode. Any feedback
is appreciated.
This works in Mac NN 4.7.8, but not Mac IE 5. In my headers, I have this:
<script language="JavaScript" type="text/javascript">
<!-- hide script from old browsers
function update_distributor () {
alert("I'm here!");
// eventually I'll set the run mode here
// but for now I'll call alert() for testing
}
// end hiding contents -->
</script>
Later in a form I do:
<input type="submit" onclick="update_distributor()" value="Update"><BR>
But I don't get the Alert box popup. What's going on?
Thanks so much
-mark
http://mark.stosberg.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]