Object-Oriented-Pages: Difference between revisions
Jump to navigation
Jump to search
Embeddedrf (talk | contribs) No edit summary |
Embeddedrf (talk | contribs) No edit summary |
||
| Line 12: | Line 12: | ||
</head> <br><br> | </head> <br><br> | ||
<body Onload=Function1(p1,p2...);Function2(q3,q4...);> <br><br><br><br> | <body Onload=Function1(p1,p2...); Function2(q3,q4...);> <br><br><br><br> | ||
Revision as of 14:04, 12 May 2008
Top Document Schematic
*Top document has the following:
<html>
<head>
<script src=Script1.js language=javascript type=text/javascript></script>
<script src=Script2.js language=javascript type=text/javascript></script>
</head>
<body Onload=Function1(p1,p2...); Function2(q3,q4...);>
</body>
</html>