Jump to content

Populate into a website


Recommended Posts

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

 

 

Link to comment
Share on other sites

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.

 

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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