nicoo Posted June 6, 2005 Posted June 6, 2005 For some Javascript applications I need to put some code in the <body> tag, but only on some of the pages. Matt, could you therefore implement the <body>-tag as you have done with the <% TITLE %> so that it is possible to add some code in there, dependent on which page is beeing called.
Chris Griego Posted June 22, 2005 Posted June 22, 2005 I think it would be more to the point if you just wrote it into your javascript.window.onload = function (e) { doSomething(); }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.