SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
Thread: Write in iframe
-
Jun 28, 2008, 04:16 #1
Write in iframe
I have a html with an iframe redirecting to another page, this is a game that i'm doing in text mode.
And some scripts of the game are going to be edited soon, so im trying to do a JS function that writes some few changes in the iframe.
It would be something like:
<iframe name="lyly" id="lyly" ...></iframe>
then something like:
document.lyly.write("<script> the current code that will run there</script>");
Is that possible?
This way i wont need to use PHP to do sometricks and will save a lot of $.
-
Jun 28, 2008, 09:02 #2
-
Jun 28, 2008, 15:00 #3
Is possible right?
-
Jul 1, 2008, 04:48 #4
Bookmarks