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!

open new window that has no toolbar, scrollbar, address bar etc

Status
Not open for further replies.

Lovelybones

Technical User
Oct 6, 2007
31
Hey Guys,

I'm working on this website and i decided that the fonts a bit too small. But the client also said he wanted it so there'd be no scrollbars.

But the amount of content for each section will maybe the site look a bit out of wack if he wants no scrollbars.

So I thought it'd be best to get the buttons to open a new window that has no scrollbar, toolbar, address bar etc.

What code do I need to add to my flash buttons and what code do I need to add to my dreamweaver document that will be opened by this button


I just need the simplest way to do this because with the tutorials I've done I always end up confused or it doesn't work at all.

Please Help!!!!

Max
 
Code:
yourButton.onRelease = function():Void  {
	getURL("javascript:var popup=window.open('[URL unfurl="true"]http://www.google.com/',[/URL] 'popup', 'width=350,height=240'); popup.focus();");
};
Not sure if popup is the best way though.

Kenneth Kawamoto
 
How would you approach it? I'm just afraid if I try and put it all in website it'll soon become too big. Not kb wise, but dimensions.

I personally like the neatness that scrollbars give, but but they could be made bigger. But the documents themself are too big to not have a scroll bar i think.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top