Re: setting a browser window name in WebObjects
Re: setting a browser window name in WebObjects
- Subject: Re: setting a browser window name in WebObjects
- From: Chuck Hill <email@hidden>
- Date: Wed, 06 Aug 2003 21:51:06 -0700
At 01:40 PM 07/08/2003 +1200, Denis Stanton wrote:
>
>Now my problem. How do I give the first browser window opened by my
>app a window name?
>
I've used this once before for a similar problem. To be honest, I don't
recall if it worked or not. There was a lot of other funky stuff going on.
Worth a quick try though...
Make the Body tag dynamic and add this binding:
onLoad = "window.name='mainwindow';"
A more nasty solution is to have the main window refresh every few seconds...
HTH
Chuck
--
Chuck Hill email@hidden
Global Village Consulting Inc. http://www.global-village.net
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.