Guest huuugo Posted June 21, 2005 Posted June 21, 2005 Folks, Autoit is a very decent piece of software! There's just one thing I'm struggling with... I'd like to call a script with a hyperlink in the IE, e.g. with <a href="file://C:/script.au3">12345</a>. This works all fine. The thing is that I also need to hand over one parameter to the script. All the following crashed <a href="file://C:/script.au3?12345">12345</a> <a href="file://C:/script.au3 12345">12345</a> <a href="file://C:/script.au3 '12345'>12345</a> Any ideas around how I could solve that?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now