This may not be the best solution, but you could create an empty (and
invisible) pagelink like <a id='mylink' t:type='pagelink' page='mypage'></a>
and reference its href with $('mylink').href when opening the popup. You
might also want to consider using simulated popups like Prototype Window (
http://prototype-window.xilinus.com).Benny On Fri, Oct 2, 2009 at 12:10 AM, Angelo Chen <[email protected]>wrote: > > Hi, > I use following to open a pagelink page in another window: > > details > > Now I'd like to make it a popup, so I'm thinking of using: > > window.open(href, windowname, 'width=400,height=200,scrollbars=yes'); > > now, how to specify the pagelink in href field of window.open? > > Thanks > -- > View this message in context: > http://www.nabble.com/t5%3A-popup-window-and-pagelink-tp25710259p25710259.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
