I have a html form which has three frames. In Netscape the two frames display all html content but the last frame contains some javscript and image also, it does not display the content(html) from that frame ,but if the source is viewed by rigt clicking on it, source contains all html as well as the data which is fetched from database but it does not display the same. Tell me the reason why my third frame doesn't show it.
from lata
shailesh sonavadekar
Ranch Hand
Joined: Oct 12, 2000
Posts: 1874
posted
0
Lata , Welcome to Javaranch. PROPER NAMES ARE NOW REQUIRED. Please read the naming policy of Javaranch properly. You have to reregister yourself with Proper First Name & Last Name. I thjink Java is not your surname. Please do the needful & help maintain the decorum of the forum.
Your Friendly Bartender Shailesh
Carl Trusiak
Sheriff
Joined: Jun 13, 2000
Posts: 3340
posted
0
Hello Lata , Welcome to Javaranch. As Shailesh pointed out, please reregister yourself with Proper First Name & Last Name. When netscape fails to display all or part of a page, it is almost always a missing end tag. < /table> or < /script> etc. Recheck your html to ensure all end tags are present