|
-
Mar 19th, 2002, 04:46 PM
#8
Fanatic Member
try changing it to
parent.frames[0].document.all("roomratetable").outerHTML
or if you are using IE 5+/NS6 use
parent.frames[0].document.getElementById("roomratetable").outerHTML.
If that still doesn't work try putting parent.frames[0].focus() before the code. Javascript is strange when it comes to Frames at times.
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
|
Click Here to Expand Forum to Full Width
|