Results 1 to 4 of 4

Thread: Pop-up instead of link

  1. #1
    Join Date
    Nov 2009
    Posts
    15
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Pop-up instead of link

    Hi!

    Can anyone advise as to why when either one of the three links:

    -Things To Do
    -Upcoming Events
    -Join Us

    invokes a pop-up rather than proceeding to the requested link?

    Many Thanks in advance,
    Regards,
    iflyjetz

    http://getmeonline.ie/fitzsimons/index.html

  2. #2
    Join Date
    Sep 2008
    Location
    Bristol - UK
    Posts
    842
    Thanks
    32
    Thanked 132 Times in 131 Posts

    Default

    Probably something to do with this bit:

    Code:
    window.addEvent('domready', function(){
    				var myMenu = new ImageMenu($$('#imageMenu a'),{openWidth:600, border:2, onOpen:function(e,i){alert(e);}});
    			});
    Which changes all links inside imageMenu to alert the link it goes to, instead of proceeding. I'm not too good with this sort of thing, but since it's the only part of the code with "alert" in it, it seems logical that this is the bit causing the problem.
    Just take out the alert bit, put something else in its place (don't know what) and it should fix it.

  3. #3
    Join Date
    Nov 2009
    Posts
    15
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Hi Schmoopy!

    Thanks for the insight, I suspect that is in fact where the problem is however after removing the "alert" text it did not work either!

    Thanks for trying, hopefully someone else can too>

    Regards,

    iflyjetz

  4. #4
    Join Date
    Nov 2009
    Posts
    15
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Can anyone else shed any light?

    Thanks,
    iflyjetz

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
  •