![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| HTML HTML problems, maybe you are trying to code for MySpace. Get all the HTML coding help here for your website. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| Done some searching and didn't find this: I need a way to repetitively fill out a web form from a list of data entries, probably a text file. I have 100 new users of a domain, with web email. The only way right now to add an address book entry is by filling out a form for each added address. Aghhhh!! Anyone have suggestions / pointers to code to do this??? -- Regards, Terry King ...In The Woods In Vermont terry@fredking.us The one who Dies With The Most Parts LOSES!! What do you need? | |||
|
| Advertisements |
| | #2 | ||
| Terry King <terry@fredking.us> writes: > I have 100 new users of a domain, with web email. The > only way right now to add an address book entry is by filling > out a form for each added address. Aghhhh!! > > Anyone have suggestions / pointers to code to do this??? If it's just a single-step form then cURL functions (PHP, standalone executable, etc) might do it, if you can get the right parameters passed. You can fake Referer, User-Agent, etc. if you need to. If it's a get-based form then wget would also work. A bit of shell-script or other programming to pass the parameters in, obviously. -- Chris | |||
|
| | #3 | ||
| In article <MPG.1960e24ad9a09f639897ec@news.newsguy.com>, terry@fredking.us says... > Done some searching and didn't find this: > > I need a way to repetitively fill out a web form > from a list of data entries, probably a text file. > > I have 100 new users of a domain, with web email. The > only way right now to add an address book entry is by filling > out a form for each added address. Aghhhh!! > > Anyone have suggestions / pointers to code to do this??? > Surely it depends on your form? You could just dump the addresses in to a bit of JavaScript that holds them in an array. You'll need to submit the form and send the array index with it so that the page can decide which address is next. Of course, you're trying to fix the problem completely the wrong way. You should be trying to access the address book database directly ... -- Hywel Never knowingly understood http://hyweljenkins.co.uk/ http://hyweljenkins.co.uk/mfaq.php | |||
|
| | #4 | ||
| > Of course, you're trying to fix the problem completely the wrong way. > You should be trying to access the address book database directly ... Totally agree!! If POWWEB would condescend to let me at it.... -- Regards, Terry King ...In The Woods In Vermont terry@fredking.us The one who Dies With The Most Parts LOSES!! What do you need? | |||
|
| Featured Websites | ||||
|
![]() |
| Tags: automate, filling, forms, web |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Carrier forms - efficient disposal | Lime Jelly | Console Subjects | 1 | 06-26-2007 9:53 AM |
| looking for an affiliate program without filling countless info ? | contact@trilightzone.org | Affiliate Programs | 1 | 06-12-2007 6:59 PM |
| automate tools? | robert | Graphics in general | 1 | 06-11-2007 5:36 PM |
| corel pdf forms | Ruth | Graphics in general | 7 | 05-28-2007 6:57 PM |
| Using SendMail in Forms w/PHP HTML | jcage@lycos.com | PHP | 3 | 05-20-2007 5:33 PM |
| Featured Websites | ||||
|