|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
The code below works in IE but not Netscape 4.x
The frame that has src="http://...." gives me an error that the URL was not found. "http://efm.tlms.bill/main.asp" i sa subdomain of my tlms.bill website. this doesn't work for any http:.... URL I put there. What it does is tack the src at the end of the refering URL. Let's say the Frameset is in tlms.bill/Home. the frame ends up looking for tlms.bill/Home/http://efm.tlms.bill/main.asp which is bogus. Any help would be appreciated. <FRAMESET border=0 rows="68,*"> <frame name="HomeTopBar" src="/Main/TopBarFrame.asp<%=sParam%>" marginwidth="0" marginheight="0" scrolling="no" noresize frameborder="0" framespacing="0"> <frame name="HomeBottom" src="http://efm.tlms.bill/main.asp" marginwidth="0" marginheight="0" scrolling="auto" noresize frameborder="0" framespacing="0"> <NOFRAMES> <BODY> <p>This page uses frames, but your browser doesn't support them.</p> </BODY> </NOFRAMES> </FRAMESET> |
|
#2
|
|||
|
|||
|
You have to add the closing frameset tag </FRAMESET>
. NS isn't as easy in this as IE.------------------ Good luck, Bas ------------------ E-mail me at: b.vandermeijden@pecoma.nl |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > Netscape Frames src problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|