I need to do a redirection without breaking frame...does anyone know the code for this? I am using: <head> <script language="javascript"><!-- location.replace("pagename.html") //--> </script> ...other head section stuff (Title, Description,etc.)... </head> Thanks!!!
If I redirect with a frame is that considered not breaking frame? Like this: <frameset rows="100%"> <frame src="http://www.example.com/"> </frameset> <noframes> <body>Please follow <a href="http://www.example.com/">link</a>!</body> </noframes>