Code: Select all
aI("url=javascript:gotoUrl('somepage.jsp?absolutePath=C:\\workspace\\myfile.dat&lastModified=11/3/2005');text=Go;closeonclick=1;");
however, when the link is clicked... the value that gets passed to the method is
'somepage.jsp?absolutePath=C:workspaceestfile.dat&lastModified=11/3/2005'
and it loses the correct path. I put a temp fix in to just convert any \\'s into a / and it will still work. But was just wondering if it is something the menu is doing funky, or just (my) javascript.