| Author |
Problem to display the iframe in jsp after deployed in Jboss
|
Jyotisree Dhar
Ranch Hand
Joined: Sep 15, 2001
Posts: 30
|
|
hi i am using iframe for dynamicaly change the jsp pages .the following is my first page: <IFRAME NAME='SearchFrame' align=center src='LoadingAlert.html' SCROLLING='auto' border='yes' WIDTH='100%' HEIGHT='85%' MARGINWIDTH=0 MARGINHEIGHT=0 FRAMEBORDER='NO'> </IFRAME> This is working fine in jakarta-tomcat-4.1.18 but when deployed in jboss-3.0.4_tomcat-4.1.12 , it started error. The error is like , not able take all the attributes of iframe.Follows: <IFRAME NAME='SearchFrame' align=center src='LoadingAlert.html' SCROLLING='auto' border='yes' WIDTH=' Only showing the above line.it is not able take whole line.It's not a IE problem because it working fine in tomcat only.but with jboss it creating problem. Please help me any body. Regard's Jyotisree
|
 |
 |
|
|
subject: Problem to display the iframe in jsp after deployed in Jboss
|
|
|