Relative-newbie Help...Please

?

.

Just about got a toe in the water but what I can't work out how to do is:-

Some of the pages I access have two boxes onscreen , login and password and
a button marked 'submit'-- not very important sites , but ones like
YahooGroups and Fotopic.

I have altered my IE6 home page to include a link, a logo, which when I
double click links to the login page of the site. What I want to do is on my
IE6 home page include the login and password 'in the coding' and instead of
a logo, include a button which when deppressed will submit my login and
password transparently.
I have tried taking apart the coding from Fotopic and YahooGroups, but its
way beyond me.

There must be a simple line of coding which does this:-
method='post login='login' password='password submit= href yahoogroups.com
( or whatever- I've just simplified it a bit)

Is there anyone kind enough to enlighten me a bit on what is probably quite
basic.
Thanks
 
T

Toby A Inkster

.. said:
I have altered my IE6 home page to include a link, a logo, which when I
double click links to the login page of the site. What I want to do is on my
IE6 home page include the login and password 'in the coding' and instead of
a logo, include a button which when deppressed will submit my login and
password transparently.

The general idea is quite simple. You create a form something like this:

<form action="http://www.example.org/login" method="post">
<p>
<input type="hidden" name="username" value="toby">
<input type="hidden" name="password" value="supersecret">
<input type="submit">
</p>
</form>

But Yahoo have made this somewhat harder by using lots of weird hashing
stuff, so you probably won't be able to do this.
 
?

.

Toby A Inkster said:
. wrote:

The general idea is quite simple. You create a form something like this:

Thanks for your guidance Toby, Just managed to get the Fotopic login to
work, following your tips.......Now I know what a dog with two xxxx's feels
like.. Yippee.
Thanks again.
 
?

.

But Yahoo have made this somewhat harder by using lots of weird hashing
stuff, so you probably won't be able to do this.

See what you mean Toby, I went online and went to the login page- filled
in usename and password manually, and then Logged off line. Pressed LOGIN
and of course the site couldn't be found.. Looked at the address and got the
most convoluted and abstract login you could think of....
Well lets give it a spin- highlight address and 'copy' it. Log back on line,
start a fresh copy of IE6 and paste the address- press 'GO' and guess what ,
page cannot be found... Pressed refresh and incorrect password came up....
Just what you said... Ah well it was worth a try , I learned something new
in HTML programming , so I'm happy.
Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top