MasterRaistlin Posted June 8, 2006 Posted June 8, 2006 Ok..this isn't precisely AutoIT related but I'm making a program to do something specific and I thought the great minds here could help. I've discovered on a certain web-page that I want to load for my program that I can fill in different form values using the address bar. For example: The form has an input box for Time so in the address bar I can put "http://blahblahblah.main.jsp?Time = 13:00" and if I hit refresh it will put 13:00 into the time field. My problem is I want to get it to check a checkbox on the form but I can't figure out how to do it from the address bar. I've found the checkbox's name but = true won't work... = 1 won't work =checked won't work....any ideas? Currently I'm tabbing all the way over to it but it's quite cumbersome.
Xenobiologist Posted June 8, 2006 Posted June 8, 2006 HI, maybe I got you wrong, but does ControlClick work? So long, Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
MasterRaistlin Posted June 8, 2006 Author Posted June 8, 2006 (edited) nope..controlclick doesn't work. Just to elaborate....I can fill the forms like this "http://blahblahblah.main.jsp?Time=13:00&User=Manny&Date=08/06/2006" so I need to add something to enable the checkbox that's titled "ExcelExport" so that would be... "http://blahblahblah.main.jsp?Time=13:00&User=Manny&Date=08/06/2006&ExcelExport = ?? " Edited June 8, 2006 by MasterRaistlin
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