Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback: irt.org FAQ Knowledge Base Q88

Feedback on: irt.org FAQ Knowledge Base Q88

Sent by Robert Cordingley on February 14, 2001 at 18:36:52: - feedback #2368

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


Sent by wascko on June 18, 2002 at 08:34:10: - feedback #3954

Comments:
<a href="javascript:functionname('file1.html','file2.html')">Go</a>
should be
<a href="javascript:functionName('file1.html','file2.html')">Go</a>

:-P


©2018 Martin Webb