Hi Everyone
I am trying to invoke popup in JSP page which contains Struts tag. Everytime when page gets loaded it adds this these lines in it.
<script language="JavaScript">
<!--
function SymError()
{
return true;
}
window.onerror = SymError;
var SymRealWinOpen = window.open;
function SymWinOpen(url, name, attributes)
{
return (new Object());
}
window.open = SymWinOpen;
//-->
</script>
<script language="JavaScript">
<!--
window.open = SymRealWinOpen;
//-->
</script>
If I remove this line in simple html and refresh it..I can see the pop up but I cannot understand why is struts add this piece of code in my JSP.
Has anybody encountered this problem or I need to do it in some other way ???
Tim
-
Struts and JavaScript issue ??? (0 messages)
- Posted by: Tim Allen MO
- Posted on: August 17 2003 23:20 EDT