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: Select all
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;");
}
http://localhost/hd/admin.php?pg=request&reqid=12464
becomes:
http://localhost/hd/null
and obviously is a page cannot be found. Any ideas?