JavaScript

Moderators: None (Apply to moderate this forum)
Number of threads: 2061
Number of posts: 5164

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Always the same adress in the location bar Posted by tschuette on 16 Aug 2001 at 1:03 AM
hello,
i am looking for a script which shows always the same adress in the location bar.
does anyone can help me?
thanks a lot
bye torsten

Report
Re: Always the same adress in the location bar Posted by iDaZe on 16 Aug 2001 at 11:12 AM
: hello,
: i am looking for a script which shows always the same adress in the location bar.
: does anyone can help me?
: thanks a lot
: bye torsten
:

You can just put your page in a frame, then the frame-address is always shown:
<html>
  <frameset rows=*>
    <frame src="YourOriginalStartingPage.html">
  </frameset>
</html>



Report
Re: Always the same adress in the location bar Posted by tschuette on 16 Aug 2001 at 10:46 PM
: : hello,
: : i am looking for a script which shows always the same adress in the location bar.
: : does anyone can help me?
: : thanks a lot
: : bye torsten
: :
:
: You can just put your page in a frame, then the frame-address is always shown:
:
: <html>
:   <frameset rows=*>
:     <frame src="YourOriginalStartingPage.html">
:   </frameset>
: </html>
: 

:
:
thanks. i know this but i don't want to use frames. i think there must be another possibility to solve this problem.





 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.