View Full Version : Open all links on a page with mouseover
b_dean
08-28-2007, 12:09 AM
Can JavaScript be use to open on mouseover links that not use <a href="">. Like a pop under, just drag the mouse on a couple of links and they open in a new window and not using <a href=""> ?
If not what can be used?
boogyman
08-28-2007, 02:37 AM
Can JavaScript be use to open on mouseover links that not use <a href="">. Like a pop under, just drag the mouse on a couple of links and they open in a new window and not using <a href=""> ?
If not what can be used?
yes its possible, but generally not allowing the user to control when to open up a link, especially a popup can be very annoying and discouraging for the user to EVER come back to your site.
jscheuer1
08-28-2007, 03:25 AM
It's getting harder and harder to do this with javascript though, because browsers now come with pop up blockers that are quite effective.
b_dean
08-28-2007, 07:52 AM
Can you give me a script that opens links in this way?
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.