Search found 3 matches

by geraldine
Thu Aug 21, 2003 4:51 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Link to a network path
Replies: 2
Views: 3861

Sorry

Sorry for this lamers question. For those which don't know you have to write '\' twice. For ex: \\\\network_path\\folder\\test.pdf
by geraldine
Fri Jun 06, 2003 10:37 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Link to a network path
Replies: 2
Views: 3861

Link to a network path

For instance :
addmenu(menu=["ing_trans",
,,125,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Link","\\server1\report\report1.pdf target=_blank","",,1
])

If it is already possible can u tell me how?
Thanx
by geraldine
Thu Jun 05, 2003 5:19 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Cannot link to a network path?
Replies: 0
Views: 1675

Cannot link to a network path?

When i want to add an url like \\server1\report\report1.pdf, the first characters disapears For instance : addmenu(menu=["ing_trans", ,,125,1,"",style1,,"left",effect,,,,,,,,,,,, ,"Link","\\server1\report\report1.pdf target=_blank","",,1 ])...