User Profile

Collapse

Profile Sidebar

Collapse
saif
saif
Last Activity: Sep 6 '06, 01:01 PM
Joined: Aug 1 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • If you have a good Idea about HTML forms you would get what I mentioned earlear.
    You need to dig into the HTML code of the webpage that contains the form.
    as in the above example the code could be like this.

    Code:
    <FORM method="post" action="http://www.XYZ.com/dataentry.php" name="Form1">
    <input type="text" name="BOX1" size="16">
    <input
    ...
    See more | Go to post

    Leave a comment:


  • I think it would be possible.
    you need to find the names of input textboxes of the form in the website
    and you could make a string value consisting the names of input and the values
    from excel, similar to this .. "name=myName&ad dress=MyAddress "
    this string has to convert to binary format and just post this data to the website address in the form.
    you can make a program in vb and even in excel...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...