Preview an html page without opening it
Posted
by Hulk
on Stack Overflow
See other posts from Stack Overflow
or by Hulk
Published on 2010-04-05T15:54:52Z
Indexed on
2010/04/05
16:03 UTC
Read the original article
Hit count: 259
On click a image how can another page be previewed in the same page without opening the actual page.And lets say the url /home/home.php?id=3
The preview should be in the preview div
<img src="/home/app/img/toggle.gif" onlclick="show();" />
<div id="preview"></div>
Thanks..
© Stack Overflow or respective owner