Results 1 to 4 of 4

Thread: Open all links on a page with mouseover

  1. #1
    Join Date
    Aug 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Open all links on a page with mouseover

    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?

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    Quote Originally Posted by b_dean View Post
    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.

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    It's getting harder and harder to do this with javascript though, because browsers now come with pop up blockers that are quite effective.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  4. #4
    Join Date
    Aug 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Can you give me a script that opens links in this way?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •