[Opensource] (no subject)

D Lloyd orbacle at yahoo.com
Mon Jan 20 04:37:53 PST 2003


I would create some javascript that would determine which page needed to
be loaded (or pass a servlet url for it to decide) and call something like
the following:
   window.top.frames[1].document.location = 'the url';
the frame number would change based on how you have it set up, or if it is
embedded:
    window.top.frames[1].frames[3].document.location =  'the url';

If an expresso controller is to be called, just pass stuff as query
arguments like:
   /do/MyContext?state=go&controller=com.me.dbobj.MyController&option=3

You can use the transition objects in the jsp to help you form the
statements if you like , but the tags don't help in this instance.

David


--- v kalpana <vkalpana_2000 at hotmail.com> wrote:
> 
> hi
> 
> I have an html page with 2 frames, based on the option button on the
> first 
> frame, the src of the second frame must change is it possible?
> if so how?
> 
> 
> 
> 
> _________________________________________________________________
> STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
> http://join.msn.com/?page=features/junkmail
> 
> _______________________________________________
> Opensource mailing list
> Opensource at jcorporate.com
> http://mail.jcorporate.com/mailman/listinfo/opensource
> Archives: http://mail.jcorporate.com/pipermail/opensource/


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com



More information about the Opensource mailing list