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

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

php - HTTP_REFERER woes: How can I allow access to a specific page, only when a visitor has visited another specific page beforehand? -

java Extracting Zip file -