Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
HELP: Auto-remove scrollbar, status bar and toolbars from pop-up window.
Old 04-04-2006, 11:19 AM HELP: Auto-remove scrollbar, status bar and toolbars from pop-up window.
mad_willsy's Avatar
Super Spam Talker

Latest Blog Post:
PC World Placement
Posts: 801
Name: Will Craig
Location: Cheltenham, Gloucestershire, UK
Trades: 0
i have written myself a whois search (http://www.plymouth-argyle.com link to it on on there) and have got the windw to auto-resize with the code:

HTML Code:
 <script Language="JavaScript">self.moveTo(0,0);self.resizeTo(375,400);</script>
...but i wish for scrollbars, toolbars and status bar to be hidden so i have a box effect.

N.B. we are using plymouth-argyle.com as we haven't launched willhosts.com.
mad_willsy is offline
Reply With Quote
View Public Profile Visit mad_willsy's homepage!
 
 
Register now for full access!
Old 04-08-2006, 05:56 AM Re: HELP: Auto-remove scrollbar, status bar and toolbars from pop-up window.
Super Talker

Posts: 144
Trades: 0
use window.open.

Code:
<a href="whois.php" class="white" onclick="window.open(this.href, 'whois', 'toolbar=0,status=0,filemenu=0,scrolling=0,width=375,height=400,left=0,top=0'); return(false);">here</a>
__________________
create.vibe

Please login or register to view this content. Registration is FREE
createvibe.com is offline
Reply With Quote
View Public Profile Visit createvibe.com's homepage!
 
Reply     « Reply to HELP: Auto-remove scrollbar, status bar and toolbars from pop-up window.
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.10575 seconds with 12 queries