Recent content by Tinman

  1. T

    active desktop

    I can manually edit the .js file, which I used to be able to do because earlier version, the JS was a lot more simple. This version is over my head. I also always try it in IE first before seeing if it works in active desktop. If it's not an easy fix, I do not wish to take up any of your time...
  2. T

    active desktop

    I have a question, I have just spent days on trying to fix a problem , but I was trying to fix the wrong problem. Active destop script by Matt: <a onClick="exec('sol.vbs'); return false;" href="java script:void(0)">Launch Solitare</a> I am using Xara's webstyle4 to generate a navbar for me.I...
  3. T

    define an href into a JS function?

    Ok this is what I have figured out: javascript:exec('switchuser.vbs') added into my navbar program <a onClick="exec('switchuser.vbs'); return false;" href="javascript:void (0)">Switch User</a> added into my html both lines work in all users BUT the javascript line will not work with MS...
  4. T

    define an href into a JS function?

    I found a script on this site, which was what I have been searching for , for a long time. it's posted here: http://www.osnn.net/articles.php?action=show&showarticle=47#programlaunch the href of the code is: <a onClick="exec('sol.vbs'); return false;" href="java script:void(0)">Launch...
Back