dynamic javascript
Rajesh Poddar <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, I want to create javascript at runtime to include a number of javascript files and a dynamic function to call at onloading of a html page. I wrote the following code in html to do so. <script type="text/javascript" language="JavaScript" class="Dir::Get_Data.script.JSFiles" > </script> <script type="text/javascript" language="JavaScript" class="Dir::Get_Data.script.JSOnPageLoad"> </script> Unfortunately, this does not work. Does anyone have any idea? Thanks. Rajesh