POP UP CODE !!!
POP UP CODE !!!
Out of context: Reply #3
- Started
- Last post
- 8 Responses
- Hello-Sexy0
write a function that will handle the popup(s).
on your link
a href="#" onclick="openWindows()
in your openWindows function
var window1 = window.open(src,name,props)
var window2 = window.open(src,name,props)
if you use the auto open/popup, most browsers will block em. this way its on a click event and most should allow it.