You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by RR <se...@gmail.com> on 2004/10/16 01:12:24 UTC

Popup issue

Code for popup:

<a href="app?service=page/AddLocationMarker"
jwcid="@contrib:PopupLink"
features='ognl:"resizable,scrollbars,top=100,left=100,height=350,width=560"'>Add
Location Marker</a>

Turns into this in the generated javascript:

aWindow = window.open('app%3Fservice%3Dpage%2FAddLocationMarker',
'popuplink_window',
'resizable,scrollbars,top=100,left=100,height=350,width=560', false);

I'm unable to get a page in Firefox (popup is blank) and my designer
reports in IE that he receives the standard "Page Cannot Be Found".
Anyone experienced this/have a workaround?

Thanks for the help!
-RR-

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org