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: HEAD TITLESomeTitle/TITLE SCRIPT language="javascript" function functionName(parameters){ * function code goes here } /SCRIPT /HEAD

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