473,398 Members | 2,427 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Can you input email and password to a URL?

I have a URL that I intend to load into startup via a shortcut. I need
to have input of email address and password for it not to become a
pest at every startup.

When that is input manually I get a HTML which contains my DNS.
Incidentally that would be nice to have that displayed on the screen.

Both email and password come as
<td><img SRC="/homeparts/login_email.gif" WIDTH="67" HEIGHT="11"
BORDER="0" ALT="Email"></td>

The following line is the one that accepts the input as
<td><input TYPE="text" NAME="username" VALUE="" CLASS="login_box"
SIZE="25">

The question is: Can it be done. The problem is for an elderly chap
accustomed to C and C++ to be able to understand how. So some help
which will make C , Java or Javascript make it do that and possibly
pick off the DNS from the next screen, PLEASE

B.Pedersen Latitude -31,48.21 Longitude115,47.40 Time=GMT+8.00
If you are curious look here http://www.mapquest.com/maps/latlong.adp

Jul 23 '05 #1
2 1613
As I understand it, you have to log-on to some internet service or
something before you can use your internet, and you would like to skip
the login form?

What you can do it view the source of the document you normally would
have to submit (containing the input-fields for your e-mail address and
password), and get the following information:

The values of ACTION and METHOD in the FORM tag
The names of the fields it sends
(usually 'username' and 'password',
but might contain some hidden fields.)

You need to create a form in a html document with the same parameters.

Then locally open your editor and write a HTML document containing the
following code and replace all the values for the correct ones (if they
are not):

<HTML>
<BODY onLoad="document.getElementById('myForm').submit() ;">

<FORM ID="myForm" ACTION="the action" METHOD="the method">
<INPUT TYPE="hidden" NAME="username" VALUE="your username (or e-mail)">
<INPUT TYPE="hidden" NAME="password" VALUE="your password">

</FORM>

</BODY></HTML>

I hope this is what you are looking for.

Good luck,
Vincent

Jul 23 '05 #2
On Tue, 20 Apr 2004 15:14:14 +0200, Vincent van Beveren
<vi*****@provident.remove.this.nl> wrote:
As I understand it, you have to log-on to some internet service or
something before you can use your internet, and you would like to skip
the login form?

What you can do it view the source of the document you normally would
have to submit (containing the input-fields for your e-mail address and
password), and get the following information:

The values of ACTION and METHOD in the FORM tag
The names of the fields it sends
(usually 'username' and 'password',
but might contain some hidden fields.)

You need to create a form in a html document with the same parameters.

Then locally open your editor and write a HTML document containing the
following code and replace all the values for the correct ones (if they
are not):

<HTML>
<BODY onLoad="document.getElementById('myForm').submit() ;">

<FORM ID="myForm" ACTION="the action" METHOD="the method">
<INPUT TYPE="hidden" NAME="username" VALUE="your username (or e-mail)">
<INPUT TYPE="hidden" NAME="password" VALUE="your password">

</FORM>

</BODY></HTML>

I hope this is what you are looking for.

Good luck,
Vincent

I understand - thanks - I shall try it in the morning an let you know.

Borge
For your information, my stats are:
Win 2000, Pentium 4 2.4 Ghz
1 Gb memory,ADSL
200+200 GB of disc space,Oly C2100,Optio S,Sony 355E
Burners CD and DVD (Sony make)
Borge Pedersen :-)
Perth, Australia
http://members.iinet.net.au/~borge/SMbackups
mailto:b_*******@SPAMiinet.net.au
remove SPAM and underlines for email
Jul 23 '05 #3

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

Similar topics

3
by: Antoni | last post by:
Hello, I wondered if anyone could advise? I am trying to write a basic script, which allows user's to enter there username, password in text fields. Then we take these values and pass them to...
3
by: Antoni | last post by:
Hello I wondered if this script seemed correct? The user should enter a userid and password in two text fields, and then pass these values to the method login_user. Could I ask, is there any...
2
by: Susan G. Conger | last post by:
When I run the following HTML in IE, the First Name, Last Name and Email fields are colored and are 3d controls while the other fields are not. I don't know why this is. Can someone please tell...
8
by: Greg Scharlemann | last post by:
I've got a simple registration script that has an input field of type password. When I retrieve what is typed in the password field via: $_REQUEST; I always get the same encoded string:...
1
by: mhmtzdmr | last post by:
Hi, I want to call a program and redirect the standart out to richtextbox control. I am using the procedure below. ...
7
by: ero | last post by:
Is it possible to input values into a web form from an external source like a client-side javascript? There is a web site that I'm viewing where I have to enter 5 values in the form. 4 of the...
3
by: julianmoors | last post by:
Hey, Currently I'm writing a VB.NET/1.1 app and I need to mask the input for the password field. Does anyone know how to do this in VB? I've seen a C# example, but wouldn't know how to convert...
45
by: laredotornado | last post by:
Hi, I'm using PHP 4.4.4. An odd thing is happening with the mcrypt_encrypt function. I am trying to encrypt a string of data (for password storage): $enc = mcrypt_encrypt(MCRYPT_XTEA,...
3
by: toofuerte | last post by:
I have placed an input JOptionPane and get input and then qualify the input but then when I try to use the input to qualify when it is entered again it says the variable was not initialized. How do I...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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
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
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,...
0
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...

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.