[UPHPU] detect iframe fresh

Chad Sollis uphpu at sollis.net
Tue Apr 17 15:05:24 MDT 2007


Like you said, javascript is on the only way it could happen because the
circumstances you describe are all client side...

That said, you should be able to do that with putting an onClick event on
the search button, or an onSubmit on the form, then tell the parent window
to do something as part of those functions.  Perhaps you could also do it
with an onLoad of the iframe, that way when the page loads inside the frame,
it triggers your method.

Just a SWAG, but hopefully that spurs some ideas.

~Chad

On 4/17/07, Wade Preston Shearer <lists at wadeshearer.com> wrote:
>
> Is it possible to detect (javascript would be the only way I can
> imagine) when the page loaded inside of an iframe is refreshed?
>
> Consider this: I have a page that has an iframe in it. The iframe
> contains a page that has a search box in it. I want the parent page
> to know when the form within the page inside the iframe is submitted.
>
> Is that possible?
>
> _______________________________________________
>
> UPHPU mailing list
> UPHPU at uphpu.org
> http://uphpu.org/mailman/listinfo/uphpu
> IRC: #uphpu on irc.freenode.net
>
>


-- 
/--------------------------/
  Chad Sollis
  chad at sollis.net
  801.792.7651


More information about the UPHPU mailing list