Hi!
This is my first post here, i am very new to DHTML, i have a need to change the background image of a document when i click a button, i was able to do this with no trouble, because this button was in the same frame.
but when i tried to change the background of a document from a link in another frame, coudnt do that. any ideas?
i tried
parent.leftframe.document.body.background = <some image>
but this did not work.
Cheers
Nidash
This is my first post here, i am very new to DHTML, i have a need to change the background image of a document when i click a button, i was able to do this with no trouble, because this button was in the same frame.
but when i tried to change the background of a document from a link in another frame, coudnt do that. any ideas?
i tried
parent.leftframe.document.body.background = <some image>
but this did not work.
Cheers
Nidash