I have a frameset like this:
that when I go to in IE it pulls both sides fine if I go there in NS 4.7 they are fine also. But if I go there via NS 6 it gives me a 404 (not found) error on the "center1" side.Code:<FRAMESET COLS="300,300" FRAMEBORDER="0" FRAMESPACING="0" BORDER="no"> <FRAME NAME="center1" SRC="hotel_picts.asp" NORESIZE SCROLLING="AUTO"> <FRAME NAME="center2" SRC="hotel_info.asp?agentid=<%=agentid %>&ID=<%=ID%>&hotel_type=<%=hotel_type%>" NORESIZE SCROLLING="auto"> </FRAMESET>
any ideas what is causing this?
thanks
michael




Reply With Quote