Hello,
I have 4 links. When i click on it a window opens in iframe. (which i have downloaded from http://www.codingforums.com/showthread.php?t=77610).
The window is appearing bellow the existing div element. How can i make it to appear on top of all elements.
Thanks
Iframe on top
Moderator: General Moderators
-
shivam0101
- Forum Contributor
- Posts: 197
- Joined: Sat Jun 09, 2007 12:09 am
[Solved] Iframe on top
Thanks. Is there any disadvantage of using iframe? any other alternative to iframe?
- miramardesign
- Forum Newbie
- Posts: 3
- Joined: Fri Jun 29, 2007 7:36 pm
- Location: Miami and Hollywood FL
- Contact:
cons of Iframe
the cons of iframes are that they are not easily index-able to the search engines mostly, and hard to bookmark. But if you must use them in an app do so sparingly.
I prefer to use document.getElementById('mydivsid').innerHTML = 'html im putting into div'; and then in body put
<div id='mydivsid'> </div> and then call an onload function.
I prefer to use document.getElementById('mydivsid').innerHTML = 'html im putting into div'; and then in body put
<div id='mydivsid'> </div> and then call an onload function.