Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
RichardG #1
updating an iframe in parent doc from a popup
I need to update an iframe contained in a parent doc from within a popup window
created from the same parent document.
The parent doc (1.cfm):
<iframe name="test" id="test" src=""></iframe>
<a href=http://mail.yahoo.com/config/login?/"_javascript:;"
onfiltered="openPopUp2('2.cfm','Link')">pop me
up</a>
The popup window (2.cfm):
<a href=http://mail.yahoo.com/config/login?/""
onfiltered="frames['test'].location.href =
'http://mail.yahoo.com/config/login?/hi.cfm'">one</a>
<a href=http://mail.yahoo.com/config/login?/"_javascript:;"
onfiltered=window.parent.test.src
= 'hi.cfm';>two</a>
<a href=http://mail.yahoo.com/config/login?/"_javascript:;"
onfiltered=parent.frames
['test'].location='hi.cfm';>three</a>
None of these load "hi.cfm" into the "test" iframe. Firefox tells
me in each case that the object I'm trying to find has no properties
which I assume means I'm not finding it.
Can anybody tell me how to do this?
Thanks!
RichardG Guest
-
show-hide layers across iframe & parent window
i am building a 'select personal image' feature to a clients existing reg form. i am displaying the 30+ personal image gifs in a scrolling iframe... -
passing a Javascript command to out of an iFrame to athe parent frame
Hello. Right i have a javascript navigation that runs fine on the top level html page, this then loads in pages into an iFrame, then in these '2nd... -
IFrame security with parent same domain?
Hi, I have a web page with an IFrame, this IFrame could display the content of a web site on the same domain. Parent page:... -
popup back to parent
How can I open a link from a popup window with a flash animation in it (this animaties contains the link) in the the parent frame that has opened... -
Updating parent window from popup
Im relatively new, so please be patient with me... I need to update a parent .aspx screen from a popup and close the popup. Normally I would use...



Reply With Quote

