Alternative Future

msg:3981904 | 12:29 pm on Sep 1, 2009 (gmt 0) |
Hi lalit Here is a post that might help explain what you are looking to do... [webmasterworld.com...] HTH -Gs
|
lalit

msg:3983302 | 11:15 am on Sep 3, 2009 (gmt 0) |
thanx it works. can you tell me the way if the code is html code instead of jsp should i use document.write or there is better way.
|
Fotiman

msg:3983781 | 1:52 am on Sep 4, 2009 (gmt 0) |
To include JavaScript in many HTML pages, you don't need document.write. Simply include the JavaScript file from each page, as in: <script type="text/javascript" src="yourjsfile.js"></script>
|
|