Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:32
Safari Beta 3 Bug?
Poster: ianlandsman
Dated: Tuesday June 26 2007 - 13:06:12 BST
Hi,
I'm running safari beta 3 on osx, I realize this could be a bug in the browser, but wanted to check with you.
I have a menu where javascript is used as the link. See the code below:
Code:
with(milonic=new menuname("pub_priv_menu")){
style=submenuStyle;
aI("text=Public Note;url=javascript:note_public_request();image=images/noteispublic.gif;");
aI("text=Private Note;url=javascript:note_private_request();image=images/noteispublic_priv.gif;");
aI("text=External Note;url=javascript:note_external();image=images/noteisexternal.gif;");
}
style=submenuStyle;
aI("text=Public Note;url=javascript:note_public_request();image=images/noteispublic.gif;");
aI("text=Private Note;url=javascript:note_private_request();image=images/noteispublic_priv.gif;");
aI("text=External Note;url=javascript:note_external();image=images/noteisexternal.gif;");
}
When a menu item is selected the page reloads with null on the end of the URL. So this URL:
http://localhost/hd/admin.php?pg=request&reqid=12464
becomes:
http://localhost/hd/null
and obviously is a page cannot be found. Any ideas?
Poster: John
Dated: Tuesday June 26 2007 - 16:18:31 BST
What version of the menu and Safari are you running?
Poster: Ruth
Dated: Tuesday June 26 2007 - 16:21:35 BST
Hi,
Is this the latest version of the menu, 5.777? Try that and see if it still does it
Ruth
Poster: ianlandsman
Dated: Tuesday June 26 2007 - 18:44:50 BST
Thanks, that fixed it. I just updated a week or two back. I should have updated again though before posting. Nice job with the quick responses, I'll let you know if I find any trouble with it.
Poster: Ruth
Dated: Tuesday June 26 2007 - 19:30:48 BST
Hi,
If you go to this topic and mark watch this topic, then you will receive an email notice when new releases are up.
http://www.milonic.com/forum/viewtopic.php?t=3108
Ruth