Fred, Excellent, many thanks. Ridiculously simple! Regards Dave ________________________________
From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Grooms, Frederick W Sent: 06 August 2007 16:03 To: [email protected] Subject: Re: Changing Window Title ** 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 __20060125_______________________This posting was submitted with HTML in it___ Please consider the environment before printing this e-mail or its attachments. -------------------------------------------------------- This e-mail (and any attachments) contains information, which is confidential and intended solely for the attention and use of the named addressee(s). If you are not the intended recipient you must not copy, distribute or use it for any purpose or disclose the contents to any person. If you have received this e-mail in error, please notify us immediately at [EMAIL PROTECTED] The information contained in this e-mail (and any attachments) is supplied in good faith, but the sender shall not be under any liability in damages or otherwise for any reliance that may be placed upon it by the recipient. Any comments or opinions expressed are those of the originator not of NTT Europe Ltd. unless otherwise expressly stated. NTT Europe Limited is a company registered in England and Wales with company number 2307625. Registered Address: NTT Europe Ltd. 3rd Floor, Devon house, 58-60 St. Katharine's Way, London, E1W 1LB, UK. Telephone +44-20-7977-1000. Facsimile +44-20-7977-1001. Website Link: http://www.ntteurope.com _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

