[Javascript] script no go

Triche Osborne wdlists at triche-osborne.com
Sun Aug 7 15:29:59 CDT 2005


Schalk Neethling wrote:
> I call this code as follows:
> <script type="text/javascript" 
> src="javascript/global.js">window.onload=startList;</script>
> 
Split this out to:
<script type="text/javascript" src="javascript/global.js"></script>
<script type="text/javascript">window.onload=startList;</script>


Triche




More information about the Javascript mailing list