Ghost21 Posted May 13, 2011 Posted May 13, 2011 This would be great if anyone knew of a way to do this ???
wakillon Posted May 13, 2011 Posted May 13, 2011 This would be great if anyone knew of a way to do this ???Can you be a bit more precise ? AutoIt 3.3.18.0 X86 - SciTE 4.4.6.0 - WIN 11 24H2 X64 - Other Examples Scripts
Ghost21 Posted May 13, 2011 Author Posted May 13, 2011 I want to take a application that I made and have the client see it and be able to use it as a web app ...
Moderators SmOke_N Posted May 13, 2011 Moderators Posted May 13, 2011 AuCGI Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Ghost21 Posted May 13, 2011 Author Posted May 13, 2011 AuCGIWakillon was saying that its server side.. ? Can you show me an example... ?
Moderators SmOke_N Posted May 15, 2011 Moderators Posted May 15, 2011 (edited) Well, lets think about this.You want to run your code on the web, which has to come from somewhere.You're not just going to take your application and *poof*, it magically works on the web. You'll have to write it so that the server can interpret it, then display what it is you're trying to do. Just like using any other web language/interpreter.What exactly were you hoping could/would happen?An example of what you actually are wanting to achieve would be great. Edited May 15, 2011 by SmOke_N Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
hannes08 Posted May 16, 2011 Posted May 16, 2011 I think he's asking for something like a JavaApplet. You know these Applications that run straight from the Browser window. For that you'd need a browser plugin (As Java is a plugin) that would for example watch for specific tags, download a au3 or a3x file and run it inside an HTML element or frame. Regards,Hannes[spoiler]If you can't convince them, confuse them![/spoiler]
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