That puts the text in the browser's title bar, it doesn't change the address displayed in the address bar. AFAIK there's no easy way to get the address bar to show the address of a sub-frame rather than the frame definition page itself. Dan
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Doug LaMar Sent: 13 May 2005 02:16 To: [email protected] Subject: [AspClassicAnyQuestionIsOk] Re: Framed Application Actually this is pretty easy with javascript. Try this in the head section of the main page: <script type="text/javascript"> <!-- void(parent.document.title='Welcome to my Web site'); //--> </script> That's it - works like a charm! Doug --- In [email protected], Erwin Rommel Felix 2000A <[EMAIL PROTECTED]> wrote: > Hi, > > I have a framed ASP application with a left navigator, > a header and a main frame. My client wants the URL of > the main frame to be displayed in the address bar. How > do I do this? Thanks so much. > > Erwin Rommel Y. Felix > Tel. 8410111 loc. 11430 > Mobile 09185980706 > > "Never outshine the Master Chicker" > > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com ________________________________ Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED] subscribe> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> . [Non-text portions of this message have been removed] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
