Jump to content

Recommended Posts

Guest huuugo
Posted

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?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...