Greetings, all! I have hit a bit of a brick wall and was hoping that I could get some help. I'm trying to write a site that people can access with IE6+ that will allow them to click a link that will open a piece of software on their desktop (the run/save dialog is OK) that also contains variables. Thoughts, ideas? It should look something like this:
<html>
<head>App Launcher</head>
<body>
<a href=myclient.exe /myserver.com "session abcd\1234\primary">Primary ABCD</a>
</body>
</html>