Open a new browser window

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Open a new browser window

Scott McWilliams
Is there any way to open a new browser window vs. always redirecting?  For example, opening one or more non-modal 'popup' windows from a main window and being able to continue working in all of them simultaneously?

Thanks,
Scott

_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida
Reply | Threaded
Open this post in threaded view
|

Re: Open a new browser window

Janko Mivšek
Hi Scott,

S, Scott McWilliams piše:
> Is there any way to open a new browser window vs. always redirecting?
> For example, opening one or more non-modal 'popup' windows from a main
> window and being able to continue working in all of them simultaneously?

You can tell to a link to open a new window setting its target attribute:

  (e addLinkTo: someObject text: 'Object in new window')
        target: '_blank'

Hope this help.

Best regards
Janko
               


--
Janko Mivšek
Aida/Web
Smalltalk Web Application Server
http://www.aidaweb.si
_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida
Reply | Threaded
Open this post in threaded view
|

Re: Open a new browser window

Scott McWilliams
Thanks Janko.  As usual, it worked perfectly.

Regards,
Scott


> Date: Thu, 8 Sep 2011 22:36:15 +0200

> From: [hidden email]
> To: [hidden email]
> Subject: Re: [aida] Open a new browser window
>
> Hi Scott,
>
> S, Scott McWilliams piše:
> > Is there any way to open a new browser window vs. always redirecting?
> > For example, opening one or more non-modal 'popup' windows from a main
> > window and being able to continue working in all of them simultaneously?
>
> You can tell to a link to open a new window setting its target attribute:
>
> (e addLinkTo: someObject text: 'Object in new window')
> target: '_blank'
>
> Hope this help.
>
> Best regards
> Janko
>
>
>
> --
> Janko Mivšek
> Aida/Web
> Smalltalk Web Application Server
> http://www.aidaweb.si
> _______________________________________________
> Aida mailing list
> [hidden email]
> http://lists.aidaweb.si/mailman/listinfo/aida

_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida