Feedback on: irt.org FAQ Knowledge Base Q391
Worth:
Very worth reading
Comments:
The technique works perfectly for Microsoft explorer 5 for Mac but I could not get it to work for Netscape Navigator 4.75 for Mac. How can I get this technique to work cross browser/cross platform?
Worth:
Very worth reading
Comments:
Great idea but the solution does't work cross platform. If you have a form in one frame and a submit button in a different frame in some browsers the submit button will send the form data in others clicking the submit button will do nothing. Do you know of any solution to this problem that will work, cross platfom? Thanks.
Worth:
Worth reading
Comments:
What I found is:
<a href="javascript:parent.otherframename.document.formname.submit()"><img src="image.gif" height="100"
width="100"></a>
Without 'document', it doesn't work.
Thanks.
Yong