Re: Open page in a popup window
Re: Open page in a popup window
- Subject: Re: Open page in a popup window
- From: Chuck Hill <email@hidden>
- Date: Wed, 8 Oct 2008 10:30:07 -0700
On Oct 8, 2008, at 9:13 AM, Kieran Kelleher wrote:
add this binding to your WOHyperlink ... jsut a pass-thru standard
HTML attribute.......
target = "_blank";
if you are using Wonder and want more control, there is also
ERXJSOpenWindowHyperlink, e.g.
ShowAd: ERXJSOpenWindowHyperlink {
action = showDetails;
string = adKey.adKeyString;
disabled = isCurrentAdsAdKey;
target = ~"Ad_" + adKey.adKeyString;
id = ~"Show_" + adKey.adKeyString;
width = 1100;
height = 510;
positionAtCursor = isSafari;
scrollbars = "no";
titlebar = "no";
toolbar = "no";
urlParameters = onCloseJS;
}
".is" ... hmm ... nice to see we have WO developers in Iceland :-)
More than one and for quite a while! You have to come to WWDC and see
Hugi's "hot women" attracting ability. There are pictures to prove
it too!
Chuck
--
Chuck Hill Senior Consultant / VP Development
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden