darkling235
Programmer
Can anyone suggest a good way to write text into a JS page?
Basically I'm using an IFRAME to show dynamic feedback to the user.
I need to be able to write text into this separate JS page and remove it later.
I.E. The user clicks a button
The words "You clicked a button!" appears in my IFRAME
The user clicks the other button
The words are deleted.
Can anyone tell me how to do that or tell me where to look to discover it?
Thanks a lot.
Basically I'm using an IFRAME to show dynamic feedback to the user.
I need to be able to write text into this separate JS page and remove it later.
I.E. The user clicks a button
The words "You clicked a button!" appears in my IFRAME
The user clicks the other button
The words are deleted.
Can anyone tell me how to do that or tell me where to look to discover it?
Thanks a lot.