Differences between revisions 1 and 2
Revision 1 as of 2007-11-09 18:19:30
Size: 300
Editor: dslb-084-058-239-098
Comment:
Revision 2 as of 2007-11-09 19:56:09
Size: 491
Editor: dslb-084-059-007-005
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:


== <script type="text/javascript" src="xxx" /> don't work with Internet Explorer ==
This don't work in Internet Explorer 7 and don't result in an error or warning but in an empty page.

Javascript file doesn't exist

The script wants to include a javascript file which doesn't exist on the specified location.

This causes no problem for the performance of this script, because the browser get immediatlely from server the notification that the requested file doesn't exist.

<script type="text/javascript" src="xxx" /> don't work with Internet Explorer

This don't work in Internet Explorer 7 and don't result in an error or warning but in an empty page.

CompleteSearch: completesearch/NotesToJavascript (last edited 2007-11-09 23:49:35 by dslb-084-059-007-005)