Forums
This topic is locked
Need help with onMouseUp behaviour.
Posted 08 Jun 2004 11:45:32
1
has voted
08 Jun 2004 11:45:32 Clark Kent posted:
Hi. I'm having trouble with the onMouseUp behaviour. I have a page that uses multiple onMouseUp behaviours to open different pop-ups. The problem is that the page will refresh randomly. Meaning that on different occasions and completely randomly if you click on any given link using the onMouseUp behaviour the page will refresh and jump to the top of the page, creating a huge problem as you can imagine. I have tried everything but just cannot seem to figure it out. When previewing the page thru dreamweaver it works fine and even opening the page up using internet explorer, but as soon as I uploaded the page and make it live it starts to jump.
This is the link to the live page.
www.coronation.com/south%20africa/workshops/calendar.asp
I really need your help. Thanks in advance.
Replies
Replied 08 Jun 2004 13:36:27
08 Jun 2004 13:36:27 Dave Thomas replied:
1st Ive looked at your page in opera, ie and mozilla on windows and there is nothing wrong with it.
2nd there isnt a single instance of onMouseOver anywhere in the page, your pop ups al open using the onClick event.
so whats the problem? or did you fix it already?
Regards,
Dave
[DWMX 2004]|[FlashMX 2004 Pro]|[Studio MX 2004]|[SQL]|[Access2000/2002]|[ASP/VBScript]|[XP-Pro]
If you like online gaming, please register @ www.nova-multigaming.com
2nd there isnt a single instance of onMouseOver anywhere in the page, your pop ups al open using the onClick event.
so whats the problem? or did you fix it already?
Regards,
Dave
[DWMX 2004]|[FlashMX 2004 Pro]|[Studio MX 2004]|[SQL]|[Access2000/2002]|[ASP/VBScript]|[XP-Pro]
If you like online gaming, please register @ www.nova-multigaming.com
Replied 08 Jun 2004 15:13:15
08 Jun 2004 15:13:15 Clark Kent replied:
HI UltraDav.
Yeah I fixed the problem. I found an extension here that help me with my problem. It seems the # that is used to make it a link was refreshing the page. But this extension uses the page itself and loads it into the pop-up without loading it into the parent page.
But thanks abunch for all your efforts, I really appreciate it. Looks like I must run to dmxzone first before I go all ape and declare that I'm totally lost.
And just for interest sake the extention is called FlevOOware. Works like a bomb.
Thanks again.
Yeah I fixed the problem. I found an extension here that help me with my problem. It seems the # that is used to make it a link was refreshing the page. But this extension uses the page itself and loads it into the pop-up without loading it into the parent page.
But thanks abunch for all your efforts, I really appreciate it. Looks like I must run to dmxzone first before I go all ape and declare that I'm totally lost.
And just for interest sake the extention is called FlevOOware. Works like a bomb.
Thanks again.
Replied 08 Jun 2004 21:23:06
08 Jun 2004 21:23:06 Dave Thomas replied:
just for your info in future the # sign doesnt refresh the page, but because its a null link it will jump the page to the top of the code.
you can easily remove the jumping by adding 'javascript:;' to the link box.
Regards,
Dave
[DWMX 2004]|[FlashMX 2004 Pro]|[Studio MX 2004]|[SQL]|[Access2000/2002]|[ASP/VBScript]|[XP-Pro]
If you like online gaming, please register @ www.nova-multigaming.com
you can easily remove the jumping by adding 'javascript:;' to the link box.
Regards,
Dave
[DWMX 2004]|[FlashMX 2004 Pro]|[Studio MX 2004]|[SQL]|[Access2000/2002]|[ASP/VBScript]|[XP-Pro]
If you like online gaming, please register @ www.nova-multigaming.com