Unstoppable Domains โ€” Expired Auctions

Link to new window without address bars

Spacemail by SpaceshipSpacemail by Spaceship
Watch
Impact
0
Hey all.

I dabble in web design, nothing serious, just personal sites, etc.

I tend to learn something and then forget it...

I know it's possible to have a hyperlink open in a new window (_blank) but what I need is how to make the new window NOT have the address bar, toolbar, etc. Can someone give me a sample or point me to a site with viewable code that uses this technique?

Thanks!
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
0
•••
Code:
<a href='file.html' target=page onClick="window.open('','page','toolbar=0,location=0,directories=0,status=0,menubar=0,copyhistory=no,scrollbars=no,resizable=no,width=650,height=550,titlebar=no,left=180,top=40')">Link text</A>

(delete the stupid spaces generated by the forum)
 
0
•••
also you can use
<a href=" " target=_Blank></a>
 
0
•••
mosaic said:
also you can use
<a href=" " target=_Blank></a>
may i contradict? This is not what was wanted, what was wanted was a box that opens without an address bar etc... which is easy, they are all just attributes of the window.open() function.

window.open('http://poordoggie.co.uk','width=#,height=#','scrollbars=no','addressbar=no');

i am not expert in javascript, and the above may not work! :)

i something like this: http://poordoggie.co.uk/ebook (click the link at the bottom).
 
0
•••
Thanks!

Thanks a lot! Got it to work guys, I appreciate it. :bingo:
 
0
•••
Domain Recover
NameMaxi - Your Domain Has Buyers
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back