473,491 Members | 2,179 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Automate HTML Form Submission Via Access

I want to create a "phrase of the day" post to an online language forum
I participate in. I would like to automate this process so that I can
randomly pull out of a big table a phrase and easily keep track of used
phrases and not have to copy and paste over and over.

The site requires a login, the HTML source reveals the following
relevant lines:

<form action="login.pl" method="post">
<input type="hidden" value="/home.pl" name="next_url" />
<input style=name="email" />
<input style=type="password" name="password" />

The topic submission form HTML source reveals the following relevant
lines:

<form action="add_bbs.pl?id=1230268" enctype="multipart/form-data"
method="post">
<input type="hidden" name="submit" value="main">
<input name="bbs_title" value="" size="50" maxlength="126" >
<textarea name="bbs_body" >

Is there are way to initiate an HTML session, emulating a browser and
logging in, and then using a post method to add a new topic?

Oct 28 '06 #1
1 2051
Probably not the best place to post this message. Please disregard.

On Oct 28, 10:57 am, mora...@hotmail.com wrote:
I want to create a "phrase of the day" post to an online language forum
I participate in. I would like to automate this process so that I can
randomly pull out of a big table a phrase and easily keep track of used
phrases and not have to copy and paste over and over.

The site requires a login, the HTML source reveals the following
relevant lines:

<form action="login.pl" method="post">
<input type="hidden" value="/home.pl" name="next_url" />
<input style=name="email" />
<input style=type="password" name="password" />

The topic submission form HTML source reveals the following relevant
lines:

<form action="add_bbs.pl?id=1230268" enctype="multipart/form-data"
method="post">
<input type="hidden" name="submit" value="main">
<input name="bbs_title" value="" size="50" maxlength="126" >
<textarea name="bbs_body" >

Is there are way to initiate an HTML session, emulating a browser and
logging in, and then using a post method to add a new topic?
Oct 28 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
2157
by: dmiller23462 | last post by:
I'm trying to create a submission page for users to request PC/LAN Access....If they select "Yes" in the field asking about if they need Non Standard Software, I want several other HTML fields to...
2
10973
by: Andrew Parish | last post by:
I have a page with an input text box and a button which validates the text (see below). If I click inside the text box, the button is highlighted. If I enter some text inside the box and press...
5
6068
by: Richard Cornford | last post by:
I am interested in hearing opinions on the semantic meaning of FORM (elements) in HTML. I have to start of apologising because this question arose in a context that is not applicable to the...
3
474
by: Brad Burke | last post by:
From a windows .Net app, I need to 1) check if MSAccess is already open to a certain Access application. If so, then open a form and find a certain record. 2) If not open, then open MSAccess and...
15
2770
by: Dominic Tocci | last post by:
When I submit a form to an asp page, the request.form is not getting the data. This only happens on my local copy of IIS, and not on my web host. It's a simple request.form, so I know it's not a...
3
3397
by: Mary | last post by:
I have an online form that users fill out and upon submission the data goes to an MS access database on our server. One of the fields asks for the date a student needs to take an exam. The...
16
48821
by: cyranoVR | last post by:
This is the approach I used to automate printing of Microsoft Access reports to PDF format i.e. unattended and without annoying "Save As..." dialogs, and - more importantly - without having to use...
4
10531
by: mparisi | last post by:
I have a responsibility within my testing department to automate the submission of data on 4 sequential asp pages. Here's the tasks: 1. Sign in 2. Enter form data and submit 3. Enter more...
2
1866
by: anusha.vempati9 | last post by:
Hi All, I am calling a cgi file from a perl module. The cgi file contains the HTML form and some HTML fields(like check boxes). In my logic, I am trying to submit the form and calling the same...
0
7115
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6978
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7154
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7190
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7360
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5451
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4881
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
1392
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
633
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.