: : 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.