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 3: | Line 3: | ||
'''*Top document has the following:''' <br><br> | '''*Top document has the following:''' <br><br> | ||
<html> <br> | <html> <br> | ||
<head> <br><br> | <head> <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>