I'm building my site, and i want it so when you click a button it opens an html file. This i know but what i don't know is how to make that new opened window a specific size. Thanks for anyhelp
It's done with JavaScript, specifically windows.open, which invokes the open() method of the windows object.
The page on the other side of the link above will tell you most everything about it. If it's too much information just search for windows.open or javascript windows.open and there will be plenty of results showing how to use it.
__________________ l Search Engine Friendly Web Design | Please login or register to view this content. Registration is FREE
l Tips On Marketing, SEO, Design, and Development | Please login or register to view this content. Registration is FREE
I just noticed you wanted to do this from Flash. In that case what you'll want is Action Script and not JavaScript. I'm not too familiar with Flash and Action Scripting, but if you search for open new window in Flash I'm sure there will be plenty of results.
Sorry I didn't notice the Flash part of the question sooner.
__________________ l Search Engine Friendly Web Design | Please login or register to view this content. Registration is FREE
l Tips On Marketing, SEO, Design, and Development | Please login or register to view this content. Registration is FREE