Mark Koopman wrote:
>
> Mark Stosberg wrote:
>
> >Hello,
> >
> >I'm stuck on using some JavaScript to change the runmode. Any feedback
> >is appreciated.
I solved my JavaScript bug. You might have actually spotted it if I
hadn't try to reduce what I posted to a simple case.
Next to the "update" function, I had a function like this:
function delete () {
document.dist.rm.value="distributor_delete";
}
Thanks to Stephen Howard for the suggestion to test in Windows IE 5. In
Windows IE 5, There is some JavaScript debugging built in. This clued to
me that "delete" is a reserved word, and is not available as a function
name. (BBedit also tried to let me know this using syntax highlighting).
Because this function was broken, the rest of the JavaScript on the page
was failing as well. I changed the name of this function, and the
"update" function started working as well. If
anyone knows any general tips for seeing JavaScript errors in Mac IE,
I'm interested to know about them.
Thanks to everyone for their suggestions.
-mark
http://mark.stosberg.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]