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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

making a link (new window) come up without the browser bar...

Status
Not open for further replies.

freddyboy

Technical User
Apr 18, 2000
26
US
I'm having trouble with getting rid of the browser bar when a new window comes up.&nbsp;&nbsp;I know it can be done with a mouseover (I think).&nbsp;&nbsp;I just want to show the picture is this possible with visual page I know it can be done in dreamweaver.&nbsp;&nbsp;If your having trouble understanding what I mean go to <br><br><A HREF=" TARGET="_new"> click on the model search 2000 hyperlink on the left.<br><br><br>Thanks in Advance!<br>
 
Well, I can't click on your website, and I can't say that I use that software, but I can give you the JavaScript code for that.<br><br>&lt;A HREF=&quot;javascript:window.open('newpage.html','windowname','status,width=100,height=100');&quot;&gt;click here&lt;/A&gt;<br><br>The key here is 'status,width=100,height=100'. This argument for the open() method describes what will be part of your new window- this lists the status bar, along with the width and height attributes. To open a new window without the status bar, simply don't include 'status'. <p>Liam Morley<br><a href=mailto:lmorley@wpi.edu>lmorley@wpi.edu</a><br><a href=] :: imotic :: website :: [</a><br>"light the deep, and bring silence to the world.<br>
light the world, and bring depth to the silence.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top