passing data to another webpage

L

lawjake

I want to create a hyperlink to another web page that requires a userid and
password. The userid and password are always the same for those that
hyperlink from my webpage. Can I pass this data along without the user
having to write down the information and log onto the other web page?

I can't change the other web page only mine that hyperlinks.

Thanks
 
J

Jens Peter Karlsen[FP MVP]

Ask those that own the page. They will know if they support it and how
the parameters should be sent if they do.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
L

lawjake

The developer of the receiving web site "www.startloanapp.com" does not know
how to do this. It appears that have as much knowledge as myself. If you
can be of further assistance I would appreciate it. I need to pass the
userid "ez2list" and the password "ez2list". Either the user can click the
login button, or if I can automate the clicking to the next page. Thanks.

Jens Peter Karlsen said:
Ask those that own the page. They will know if they support it and how
the parameters should be sent if they do.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: lawjake [mailto:[email protected]]
Posted At: 30. januar 2005 17:51
Posted To: microsoft.public.frontpage.programming
Conversation: passing data to another webpage
Subject: passing data to another webpage


I want to create a hyperlink to another web page that
requires a userid and password. The userid and password are
always the same for those that hyperlink from my webpage.
Can I pass this data along without the user having to write
down the information and log onto the other web page?

I can't change the other web page only mine that hyperlinks.

Thanks
 
J

Jens Peter Karlsen[FP MVP]

Learn ASP or PHP depending on what's available on the servers. You
should then be able to write a solution together with the other
developer.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: lawjake [mailto:[email protected]]
Posted At: 13. februar 2005 19:47
Posted To: microsoft.public.frontpage.programming
Conversation: passing data to another webpage
Subject: Re: passing data to another webpage


The developer of the receiving web site
"www.startloanapp.com" does not know how to do this. It
appears that have as much knowledge as myself. If you can be
of further assistance I would appreciate it. I need to pass
the userid "ez2list" and the password "ez2list". Either the
user can click the login button, or if I can automate the
clicking to the next page. Thanks.

Jens Peter Karlsen said:
Ask those that own the page. They will know if they support it and how
the parameters should be sent if they do.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: lawjake [mailto:[email protected]]
Posted At: 30. januar 2005 17:51
Posted To: microsoft.public.frontpage.programming
Conversation: passing data to another webpage
Subject: passing data to another webpage


I want to create a hyperlink to another web page that requires a
userid and password. The userid and password are always the same
for those that hyperlink from my webpage.
Can I pass this data along without the user having to write down the
information and log onto the other web page?

I can't change the other web page only mine that hyperlinks.

Thanks
 
S

Stefan B Rusynko

You can pass it using
http://www.startloanapp.com/checkLogin.asp?userName=ez2list&password=ez2list

But doesn't mean the site can use it because the site is using a form, and
you can't control the forms processsing




lawjake said:
The developer of the receiving web site "www.startloanapp.com" does not
know
how to do this. It appears that have as much knowledge as myself. If you
can be of further assistance I would appreciate it. I need to pass the
userid "ez2list" and the password "ez2list". Either the user can click
the
login button, or if I can automate the clicking to the next page. Thanks.

Jens Peter Karlsen said:
Ask those that own the page. They will know if they support it and how
the parameters should be sent if they do.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: lawjake [mailto:[email protected]]
Posted At: 30. januar 2005 17:51
Posted To: microsoft.public.frontpage.programming
Conversation: passing data to another webpage
Subject: passing data to another webpage


I want to create a hyperlink to another web page that
requires a userid and password. The userid and password are
always the same for those that hyperlink from my webpage.
Can I pass this data along without the user having to write
down the information and log onto the other web page?

I can't change the other web page only mine that hyperlinks.

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

Top