Log in

View Full Version : Javascript question: Can I get The html content inside a frame?


xuanmanh
Mar 30, 2006, 09:43 AM
Is it possible to get all html code of the page inside a frame with the frame name
for example:
<iframe src='file.php' name=framename id=framename></iframe>

Then how do I get the html content of 'file.php'?

LTheobald
Apr 3, 2006, 04:00 AM
I believe it is possible but I haven't managed to get it to work yet :? I'll keep trying.