Feedback on: irt.org FAQ Knowledge Base Q71
Comments:
submit()
Works only with Exploder 5.5 not with 5.0 and lower . Don't know why yet, but it screwed up my presentation.
Did not tried it with Netscape.
Worth:
Worth reading
Comments:
what about with images??? i still get an error saying "Access denied"!! how do i fix that??
Worth:
Worth reading
Length:
Technical:
Comments:
Another possible problem is if you're using an input with name="submit" somewhere on the page, it will confuse javascript and the default submit() will not work. Simply rename the offending input to let's say name="xsubmit" and you should be good to go. Don't forget to update the code that relied on that input to use the new name.