jquery - Hide referrer on iframe -
is possible remove referrer when using iframe? here case:
i have page @ http://www.mywebsite.com <iframe> in it. this:
<html> <head>...</head> <body> ... <a href="#loadiframe">show website</a> <iframe id="#loadiframe" src="http://www.iframetarget.tld"> ... </body> </html> i want iframetarget.tld not contains referrer/can not see if mywebsite.com loading pages.
is possible?
note: iframe load using jquery lightbox/colorbox
<iframe id="#loadiframe" src='javascript:window.location.replace("http://www.iframetarget.tld")'> it works.
Comments
Post a Comment