Object-Oriented-Pages: Difference between revisions

From *** My Personal Wiki ***
Jump to navigation Jump to search
Embeddedrf (talk | contribs)
No edit summary
Embeddedrf (talk | contribs)
No edit summary
Line 11: Line 11:
</head> <br><br>
</head> <br><br>


<body Onload=Object_Function_1(p1,p2...); Object_Function2(q3,q4...);>  <br><br>
<body Onload=Object_Function_1(p1,p2...); Object_Function2(q3,q4...);>  <br>




HTML Template FrameWork
HTML Template FrameWork - This can now be constructed on the fly and left in an HTML file




</body> <br>
</body> <br>
</html>
</html>

Revision as of 14:18, 12 May 2008

Top Document Schematic

*Top document has the following:

<html>
<head>

<script src=Object_1_Script.js language=javascript type=text/javascript></script>
<script src=Object_2_Script.js language=javascript type=text/javascript></script>

</head>

<body Onload=Object_Function_1(p1,p2...); Object_Function2(q3,q4...);>


HTML Template FrameWork - This can now be constructed on the fly and left in an HTML file


</body>
</html>