is it possible for calling inline frame page with in the page itself?
is it possible for calling inline frame page with in the page itself(is not a pop up window-no title bar,status bar).just a table alone...
Anyone help me on this.find attached the gif.
Attached Images
...of course:
window.frames["iframeName"].document.getElementById("someID");
I tried with what you are given..is giving error message it is null or not an object.
actully inline frmae page is one place.i am calling the inline page in the XSL through javascript
function callSticky(){
window.frames["sticky"].document.getElementById("s");
}
<iframe name="sticky" id="s" src="../xml/yellow_sticky.htm" scrolling="no"
frameborder="0" width="244" height="225"
align="center">
<img src="../images/sticky.gif" style="cursor:hand" border="0" onClick="javascript :callSticky()"/>
Can u please guide me?
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks