-
pop up window with specific size?
Hey,
I need to open a new html page from a button in flash. However the window needs to be smaller, something like height=400, width=300, without scrollers etc please can someone give me a simple script to do this!? the window i want to open is "ContactUs.htm"
thanks alot
jonny
-
Try this I think its what you need!!
http://www.flash-db.com/PopUp/
Regards Barry_UK
-
thanks,
i have a start page which then opens a re-sized fixed window with my main site. On this site there is a contact us button, this is where i want another pop up window to open (specific size - the one i created using that website).
At the moment, the contact page is openeing, however it is opening in the current main page? Anyway around this?
my code as produced from the site:
on (release) {
getURL ("javascript:E8=window.open('http://www.eclectic8.co.uk/ContactUs.htm','Eclectic8','width=455,height=300,l eft=225,top=0,toolbar=No,location=No,scrollbars=No ,status=No,resizable=No,fullscreen=No'); E8.focus(); void(0);");
}
e.g. is there anywhere where i could put in a _blank function?
thanks
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|