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

Re: passing data to another webpage by Jens

Jens
Sun Jan 30 13:44:29 CST 2005

This is a multi-part message in MIME format.

------=_NextPart_000_0000_01C5070C.7EE49A00
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit

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:lawjake@discussions.microsoft.com]
> 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
>

------=_NextPart_000_0000_01C5070C.7EE49A00
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
6.5.7036.0">
<TITLE>Re: passing data to another webpage</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=3D2>Ask those that own the page. They will know if they =
support it and how the parameters should be sent if they do.</FONT>
</P>

<P><FONT SIZE=3D2>Regards Jens Peter Karlsen. Microsoft MVP - Frontpage. =
</FONT>
</P>

<P><FONT SIZE=3D2>&gt; -----Original Message-----</FONT>

<BR><FONT SIZE=3D2>&gt; From: lawjake [<A =
HREF=3D"mailto:lawjake@discussions.microsoft.com">mailto:lawjake@discussi=
ons.microsoft.com</A>] </FONT>

<BR><FONT SIZE=3D2>&gt; Posted At: 30. januar 2005 17:51</FONT>

<BR><FONT SIZE=3D2>&gt; Posted To: =
microsoft.public.frontpage.programming</FONT>

<BR><FONT SIZE=3D2>&gt; Conversation: passing data to another =
webpage</FONT>

<BR><FONT SIZE=3D2>&gt; Subject: passing data to another webpage</FONT>

<BR><FONT SIZE=3D2>&gt; </FONT>

<BR><FONT SIZE=3D2>&gt; </FONT>

<BR><FONT SIZE=3D2>&gt; I want to create a hyperlink to another web page =
that </FONT>

<BR><FONT SIZE=3D2>&gt; requires a userid and password.&nbsp; The userid =
and password are </FONT>

<BR><FONT SIZE=3D2>&gt; always the same for those that hyperlink from my =
webpage.&nbsp; </FONT>

<BR><FONT SIZE=3D2>&gt; Can I pass this data along without the user =
having to write </FONT>

<BR><FONT SIZE=3D2>&gt; down the information and log onto the other web =
page?&nbsp; </FONT>

<BR><FONT SIZE=3D2>&gt; </FONT>

<BR><FONT SIZE=3D2>&gt; I can't change the other web page&nbsp; only =
mine that hyperlinks.</FONT>

<BR><FONT SIZE=3D2>&gt; </FONT>

<BR><FONT SIZE=3D2>&gt; Thanks</FONT>

<BR><FONT SIZE=3D2>&gt; </FONT>
</P>

</BODY>
</HTML>
------=_NextPart_000_0000_01C5070C.7EE49A00--


Re: passing data to another webpage by lawjake

lawjake
Sun Feb 13 12:47:02 CST 2005

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[FP MVP]" wrote:

> 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:lawjake@discussions.microsoft.com]
> > 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
> >
>

Re: passing data to another webpage by Stefan

Stefan
Sun Feb 13 16:41:14 CST 2005

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

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"lawjake" <lawjake@discussions.microsoft.com> wrote in message
news:D408752F-53A0-41EB-BAE6-2167DA579BF1@microsoft.com...
> 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[FP MVP]" wrote:
>
>> 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:lawjake@discussions.microsoft.com]
>> > 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
>> >
>>