I need to display or load a HTML page within another HTML page on a button click.I need this in a popup with the main html page as the background.
Any help is appreciated.
iframe
is the tag which you can use for call other html pages into your web page
<iframe src="http://www.google.co.in" name="targetframe" allowTransparency="true" scrolling="no" frameborder="0" > </iframe>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With