The Problem is : The User needs to be redirected from Website A to Website B. But Website B needs a Username and Password to enter. But since User is logged in A , he shouldn't be asked Username & Password of B. So We need to pass the Username , Passwrd Infor to B without User's interferance.
I have used XML Http Object to pass the Information to B and have been able to recieve the ResponseText of the HTML Page. But the URL doesn't change. I-e I am unable to redirect the page from A to B. On Wed, 29 Sep 2004 21:44:54 -0700 (PDT), saxena arun <[EMAIL PROTECTED]> wrote: > hi dear > you can use session variable. > when user login in ur web site store user name and > password in session varible ,then u redirect the user > to another website > --- minglemehta38 <[EMAIL PROTECTED]> wrote: > > > I need to redirect the User who is logged in our > > Site to another > > WebSite. But that Web-Page asks for USERNAME and > > Password. SInce the > > Users have Logged into Our Site , they should be > > able to directly > > Get to other Page without Logging In. > > > > I was able to Login to that other Page by supplying > > USERNAME & > > PASSWORD via an XML HTTP Object, but unable to > > redirect to that > > Page. > > > > As in I am Just able to fetch the ResponseText of > > the URL but not > > able to Redirect to that URL. > > > > Any Suggestion ?? > > > > > > > > > _______________________________ > Do you Yahoo!? > Declare Yourself - Register online to vote today! > http://vote.yahoo.com > > > Yahoo! Groups Links > > > > > -- Mingle Work Smarter not Harder ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
