View Full Version : Pop-up instead of link
iflyjetz
11-13-2009, 03:10 PM
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
Schmoopy
11-13-2009, 03:30 PM
Probably something to do with this bit:
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.
iflyjetz
11-13-2009, 04:20 PM
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
iflyjetz
11-16-2009, 03:55 PM
Can anyone else shed any light?
Thanks,
iflyjetz
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.