A
adrian
I'd be very grateful if anyone could help me.
I have a frame based setup and from within my main frame
I'm trying to change some text in the header frame. I'm
dabbling with javascript and have succesfully changed the
source of an image using the script:
window.parent.frames(0).document.forms['Header'].elements
['Logo'].src="images/logo_dura.gif";
However I can't seem to do the same with some text I have
rendered as an ASP:label. I'd be prepared to use any tag
if it worked.
Any ideas???
Many Thanks
Adrian
I have a frame based setup and from within my main frame
I'm trying to change some text in the header frame. I'm
dabbling with javascript and have succesfully changed the
source of an image using the script:
window.parent.frames(0).document.forms['Header'].elements
['Logo'].src="images/logo_dura.gif";
However I can't seem to do the same with some text I have
rendered as an ASP:label. I'd be prepared to use any tag
if it worked.
Any ideas???
Many Thanks
Adrian