Re: use javascript in jsp

2000-05-08 Thread scott powelson
Brenda, You can use the 'script' tag to signify javascript code in a JSP or HTML file (coded within the Head, referenced in the Body). Example: SomeTitle function functionName(parameters){ * function code goes here } Hope this helps. Scott >From: Brenda Tung <[EMAIL PROTEC

JSP Execution Monitor

2000-04-27 Thread scott powelson
Hello All. I have several JSPs which run fine in SERunner with the JSP Execution Monitor off. But, when I enable the monitor, I get import errors on several application specific (business code) packages. Is there a properties file (or other manner of manipulation) that I need to update to give the