We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
Urgetn!
Topic Started: Sep 15 2005, 07:23 AM (319 Views)
UndergroundMark
Member
[ * ]
I have a home page that is a co.nr and it does that cloakingg stuff when it links right to my forum and to fix that i wanted the link to open the site in a new window. How do I do that?
Offline Profile Quote Post Goto Top
 
James
Member Avatar
Live to Dream
[ *  *  *  *  *  *  * ]
Can you not just turn off the URL cloaking / masking?
Offline Profile Quote Post Goto Top
 
RedKrazyKid
Member
[ *  *  * ]
If it's in an Inline Frame (IFrame), then it's probably easily fixable like this.

Code:
 
<script language="javascript><!--
parent.window.location = window.location;
//--></script>


I'd check first though, I think that just might break you out of the page, then keep refreshing. :S How about this?

Code:
 
<script language="javascript"><!--
if(parent.window.location != window.location){
parent.window.location = window.location;
}
//--></script>
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Technology Chat · Next Topic »
Add Reply