Jump to content

Recommended Posts

Posted

Hi to everybody

 

I want to know how I can populate a text from autoit or excel to a website, the name into the website would be (id="userId"), take a look at the above html code from the website

<input type="text" id="userId" maxlength="20" size="20" value="" name="userId" style="width: 133px;">

Please help me to know what is the funtion for doing it..

 

Thank you very much

 

 

Posted

Read helpfile and test the example for _IEFormElementSetValue  to learn how to set a value to a formelement.

Why you must store your userid in a excelfile, i don't know. But reading about _Excel_RangeRead (and also testing examples) will help you to reading your userid from a excelfile.

 

Posted (edited)

Thank you very much for your information, actually the helpfile is very good for learning..

I really apreciate your support!!!

I have the data in excel format, so I need to read it from excel to html.

Edited by titi9030

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
×
×
  • Create New...