We use the following in an Active LInk Run Process action (We put what we want in a field called "zWeb Title Field") javascript:window.document.title='$zWeb Title Field$'; Set your Run If to ($CLIENT-TYPE$ = 9) AND (and whatever else you need) Fred
________________________________ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Eric Cleereman (IT) Sent: Monday, August 06, 2007 9:53 AM To: [email protected] Subject: Re: Changing Window Title ** Hi Dave, Under 6.3, I've had success doing this with a JavaScript similar to the following: <script> top.document.title='foo'; </script> It's been awhile since I've needed to do it, but I think the trick may have been to have the Active Link fire On Load or On Display depending on how you want to use it. Eric Cleereman -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] Behalf Of Barber, Dave Sent: Monday, August 06, 2007 6:36 AM To: [email protected] Subject: Changing Window Title ** All, I'm needing to change the window title on a specific view of a form for the mid-tier. Its a ticketing application thats been opened up for other departments usage, and instead of saying "IS Tickets", it needs to say "<department> Tickets". Within admin I've amended the HTML title tag to read accordingly, but it isn't taking effect - its continually keeping the form name. Any suggestions? This is on ARS 5.1.2, with 6.3 mid tier. Regards Dave _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

