Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

How to load website to iframe without defining source

I want to load a website into iframe without defining source of iframe. Here is a similiar code that I found on a website which is loading websites in iframe withour defining its source. I think that this might be possible using php to javascript.

<iframe name="success" src="" border="0" framespacing="0" marginheight="0" marginwidth="0" vspace="0" hspace="0" frameborder="0" height="100%" scrolling="yes" width="100%" id="site"></iframe>

Comments