Hello,
For those who wants to know how to make a popup browser window, pls check this video tutorial. It’s very easy to learn.
You can find more free tutorials at http://kirupa.com
Brgds,
CP
| Copy and Paste the code below | |
| Email and IM | |
| Websites | |
| Forums | |
follow:
June 1st, 2007 at 2:55 am
Hi I have a free generator on my site that does this with a few more features http://www.hover-it.com/hover_online_popup.htm
Just cut and paste the code.
Tony
January 25th, 2009 at 5:09 am
Hi there,
In Adobe Flash I made a button which open a pop up window the code is :
on (release) {
getURL(“javascript: void(window.open(‘http://www.domainname.com/page.html’,'my_popwin’,'width=200,height=200′));”);
}
also I attache a AC_RunActiveContent.js file with it. but the problem is that IE 7 blocked it
is anybody that knows how can i bypass and solve this problem?
thank you so much !