| Author |
Creating a .js file dynamically
|
sudin prans
Greenhorn
Joined: Sep 02, 2005
Posts: 4
|
|
|
How can a javascript file be generated dynamically in a web application using Java?Pls help.
|
 |
Stefan Evans
Bartender
Joined: Jul 06, 2005
Posts: 1005
|
|
The same was as JSP generates HTML dynamically. A javascript file is just a text file at the end of the day. You could probably do <script language="javascript" src="myDynamicScript.jsp">
|
 |
 |
|
|
subject: Creating a .js file dynamically
|
|
|