Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open HTML first page with no toolbars

Status
Not open for further replies.

wilderness

Technical User
Aug 5, 2003
4
ZA
Howdi,

Know thatI'm not a guru at this but... I'm trying to open a web page with no toolbars... Do not want it to open a new window to remove the toolbar, but instead open in the same window without toolbars... Is this possible ?

Bruce
 
Can this scripto be changed to open with no toolbars ??

<html>
<head>
<title>redirect.html</title>
<meta name=&quot;GENERATOR&quot; content=&quot;Microsoft FrontPage 5.0&quot;>
<meta name=&quot;FORMATTER&quot; content=&quot;Arachnophilia 4.0&quot;>
</head>
<script language=&quot;Javascript&quot;>
<!--
var URL = &quot;var speed = 10
function reload() {
location = URL
}
setTimeout(&quot;reload()&quot;, speed);
//-->
</script>
<body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot; link=&quot;#0000ff&quot; vlink=&quot;#800080&quot; alink=&quot;#ff0000&quot;>
<font size=&quot;2&quot; color=&quot;#000000&quot; face=&quot;times new roman&quot;>If you are not redirected in 1 seconds, please click </font>
<a href=&quot;</body>
</html>

Bruce
 
I do not believe that you can do this, and would advise against trying to alter the personal settings of someones browser on your homepage anyway.

Similar to the scripts that disable the right click function, I believe you will find that - if you could do this - you will anger more of your visitors than not.

Tiffany

Microsoft MVP - FrontPage
 
Tiffany,

This is not for a home page.. It is for a intranet system at my work... We are trying to stop staff from abusing the system by takeing a few of their rights away like toolbars...

Bruce
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top