MoshiachNow
IS-IT--Management
HI,
When I run the below code and the file name has spaces in it ("My file") - the function does not work,because of the spaces.
<LI><a HREF="Javascript:void(0)" onclick="Run('jtbrowser.exe d:/temp/POD/JobTickets/My file');" >My file</A></li>
I tried quoting the string,got a browser error regarding the "unterminated string" :
<LI><a HREF="Javascript:void(0)" onclick="Run('jtbrowser.exe \"d:/temp/POD/JobTickets/My file\"');" >My file</A></li>
Appreciate any advise.
Thanks
Long live king Moshiach !
When I run the below code and the file name has spaces in it ("My file") - the function does not work,because of the spaces.
<LI><a HREF="Javascript:void(0)" onclick="Run('jtbrowser.exe d:/temp/POD/JobTickets/My file');" >My file</A></li>
I tried quoting the string,got a browser error regarding the "unterminated string" :
<LI><a HREF="Javascript:void(0)" onclick="Run('jtbrowser.exe \"d:/temp/POD/JobTickets/My file\"');" >My file</A></li>
Appreciate any advise.
Thanks
Long live king Moshiach !