Shortcut with no toolbar (1 Viewer)

KenHigg

Registered User
Local time
Yesterday, 19:00
Joined
Jun 9, 2004
Messages
13,327
I have a shortcut to a web site on my desktop. When I click on it I want ie to open the site but remove the toolbars, menus, address bar and all that. Is there a way to do this? Maybe a simple html page instead of the short cut that does a redirect, etc?

I found this but not sure how to do the redirect thing...

Code:
<html>
<body>
  <a href="#" onclick="window.open( 'http://www.google.com', 'name', 'location=no,scrollbars=yes,status=no,toolbar=yes,resizable=yes' )">Google</a>
</body>
</html>
 

Users who are viewing this thread

Top Bottom