Feedback on: irt.org FAQ Knowledge Base Q88
Length:
Too short
Comments:
Sometimes I see the same javascript code with .document. included. Either way I can't get it to work in IE4.5 on my MAC. Is this a IE bug? I can reload the local frame with document.location.href=filename but parent.frame[1].document.location.href=filename doesn't work.
Thanks
R
Comments:
<a href="javascript:functionname('file1.html','file2.html')">Go</a>
should be
<a href="javascript:functionName('file1.html','file2.html')">Go</a>
:-P