I would like to do a frame redirect from one of my domains to another domain. My domain doesn't contain any information, all that I want done, is mydomain.com to redirect to somedomain.com, meaning when the user enters mydomain.com, he infact is viewing somedomain.com, however mydomain.com is shown at the URL box and not somedomain.com . I know this can be done with a 2-3 lines of simple javascript or php code. Can anyone tell me how to do this?
What are you trying to do though? Do you want somedomain.com to be showing in the URL? If so, why are you even using frames if all you're doing is forwarding your site to another?
he wants his url to show, with the other sites content just setup a big frame, it isn't that hard, but isn't very nice either if the other domain your stealing the content off of isn't yours.
"however mydomain.com is shown at the URL box and not somedomain.com ." I don't think that's what he wants since that's what's happening already.
Here's what I meant, sorry for being incoherent: The original site is: http://www.conversational-hypnosis.com A site that is doing a Frame redirect to http://www.conversational-hypnosis.com is truehypno.com I want to do what is done with the truehypno.com domain, which is frame redirection. When you enter truehypno.com the URL box still says truehypno.com even thought you're redirected to another site, thus, most users (if not all) don't even know they're at http://www.conversational-hypnosis.com I want mysite.com to redirect to anothersite.com just like truehypno.com redirects to http://www.conversational-hypnosis.com Thanks
I need an answer to exactly this question also... <html><head><title>truehypno.com</title></head><frameset rows='100%, *' frameborder=no framespacing=0 border=0><frame src="http://ripped2.cohypnosis.hop.clickbank.net" name=mainwindow frameborder=no framespacing=0 marginheight=0 marginwidth=0></frame></frameset><noframes><h2>Your browser does not support frames. We recommend upgrading your browser.</h2><br><br><center>Click <a href="http://ripped2.cohypnosis.hop.clickbank.net" >here</a> to enter the site.</center></noframes></html> is what I pulled from the pagesource. I suppose simple creating an index.html file from this would do the same for any site of mine?