Hello friends I have an problem in displaying a html code written in JSP which is a being displayed inside a frame, actually there r 4 frames and data inside all remaining 3 frames is being displayed but last frame does not display anything except SAVE button but this is case with only Netscape but when i view the sourcecode of that frame by(right click and selecting viewsource option). i'm able to see everything even data that is being fetched throu' the same JSP but it's not displaying that sourcecode in html format But this is not a case with InternetExplorer(IE). can any one please give me a valuable suggestion for this question also i tried by changibg netscape settig but still the problem persist.
Eat JAVA, Drink JAVA, Sleep Java
Carl Trusiak
Sheriff
Joined: Jun 13, 2000
Posts: 3340
posted
0
When Netscape doesn't display part or all of a page even though the source is there, it's almost always because your tags don't match. Ususally you are missing the end tag for the table. ------------------ Hope This Helps Carl Trusiak