I am trying to use frames to hide the address of the website i want people to view. I am trying to frame "site1.com" with my frames or what ever i have to do on site2.com all I want people to see is site2.com
I am up against this code which resides on a JS call.
I need to get around this some how. anyone ever had this trouble?
Please help,
Thanks
I am up against this code which resides on a JS call.
Code:
if (self != top) {
//Add Code here to log the ocurrance
//Redirect them to an error page
top.location.href = 'http://death.website.com'; //window.location.href;
}
Please help,
Thanks