Hi,
I want to "rotate" (change) the text in some frames without reloading the pages.
To do this I have created a "control" frame that will reload and then change the text, but I can't get it to work.
Code for visible frame "adframe":
Code for "control" frame:Code:<html><body background='./images/backgrounds/marble.jpg'> <div id="ads"></div> </body></html>
it says "Error: 'top.adframe.document.getElementById(...)' is null or not an object"Code:<script language="JavaScript"><!-- top.adframe.document.getElementById('ads').innerHTML="Buy My Stuff!"; </script>
It worked when I used top.adframe.document.write("Buy My Stuff!"), but it just added the line over an over, it didn't replace it.
What am I doing wrong?



Reply With Quote

Bookmarks