I built an index page in Adobe Go-Live that does nothing more than open a page from another server in a frame. It works perfect in IE4-5 browsers but can't be seen in Netscape. Here is the code, what am I doing wrong?<br><br><html><br><br> <head><br> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"><br> <title>The Sabine Independent</title><br> </head><br><br> <frameset cols="*"><br> <frame src="<A HREF=" TARGET="_new"> name="No Name" noresize><br> </frameset><br> <noframes><br><br> <body><br> </body><br><br> </noframes><br></html><br>