Hello;
My "index.htm" page has 3 frames (content, navigation bar, and logo).
I set the "SRC" of the "logo" frame to a blank gif image and then want to
change it's contents after the other two frames have been loaded by using a
javascript statement from the "navigation " frame, as shown below:
top.window.ccs_ logo.src = 'images/ccs_logo.gif';
alert(top.windo w.ccs_logo.src) ;
The "top..." is working as the "alert" shows the "SRC" has been changed, but
the image in the "logo" frame does not change.
I have spent several hours searching google but can't seem to find what I'm
over-looking. (If more code, or additional details, need to be posted,
please let me know.)
Can anyone help me out
TIA.
Charles...
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.674 / Virus Database: 436 - Release Date: 5/2/04
My "index.htm" page has 3 frames (content, navigation bar, and logo).
I set the "SRC" of the "logo" frame to a blank gif image and then want to
change it's contents after the other two frames have been loaded by using a
javascript statement from the "navigation " frame, as shown below:
top.window.ccs_ logo.src = 'images/ccs_logo.gif';
alert(top.windo w.ccs_logo.src) ;
The "top..." is working as the "alert" shows the "SRC" has been changed, but
the image in the "logo" frame does not change.
I have spent several hours searching google but can't seem to find what I'm
over-looking. (If more code, or additional details, need to be posted,
please let me know.)
Can anyone help me out
TIA.
Charles...
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.674 / Virus Database: 436 - Release Date: 5/2/04
Comment