If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > please help me

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-31-05, 04:58
infuture infuture is offline
Registered User
 
Join Date: Nov 2004
Posts: 15
please help me

Hi all, I have a problem here which I have to solve promptly, may I know what language should i use and how to go about doing it?

I have a webpage A with 2 textbox (username & password) and a submit button. What can i do to extract the data from this page and then link to another website B and at the same time automatically log into the website B.

Thanks in advance..

with regards,
infuture
Reply With Quote
  #2 (permalink)  
Old 01-31-05, 22:41
gyuan gyuan is offline
Registered User
 
Join Date: Dec 2003
Posts: 454
Are your database A and B located in the same database server or different database servers? If they are not in same network, are you able to access database B?
Reply With Quote
  #3 (permalink)  
Old 02-01-05, 01:30
Bullschmidt Bullschmidt is offline
Guru
 
Join Date: Jun 2003
Location: USA
Posts: 1,032
<<
I have a webpage A with 2 textbox (username & password) and a submit button. What can i do to extract the data from this page and then link to another website B and at the same time automatically log into the website B.
>>

Perhaps you could post to the other Web site's login page (or actually to the page on the other Web site that receives the post of the login page as the page might not necessarily post back to itself).
__________________
J. Paul Schmidt, Freelance Web and Database Developer
www.Bullschmidt.com
Access Database Sample, Web Database Sample, ASP Design Tips
Reply With Quote
  #4 (permalink)  
Old 02-01-05, 04:01
infuture infuture is offline
Registered User
 
Join Date: Nov 2004
Posts: 15
Quote:
Originally Posted by gyuan
Are your database A and B located in the same database server or different database servers? If they are not in same network, are you able to access database B?
Actually by right, the user should key in the username and password on Website B himself, but the I wanna to skip Website B's loggin page. Instead I want to use Website A's loggin page to loggin into Website B. Let's take it that we can access 2 database. May i noe how about doing it..?

yours sincerely,
infuture
Reply With Quote
  #5 (permalink)  
Old 02-01-05, 21:09
gyuan gyuan is offline
Registered User
 
Join Date: Dec 2003
Posts: 454
That means when the user submits her/his username and password on website A she/he will be redirected to the page on website B, right? Does each database have own Users table or just database A has the Users table?

Anyway, you need to store the cookies on client's computer and those cookies can be read from the page on website B.
Reply With Quote
  #6 (permalink)  
Old 02-14-05, 20:24
infuture infuture is offline
Registered User
 
Join Date: Nov 2004
Posts: 15
Quote:
Originally Posted by gyuan
That means when the user submits her/his username and password on website A she/he will be redirected to the page on website B, right? Does each database have own Users table or just database A has the Users table?

Anyway, you need to store the cookies on client's computer and those cookies can be read from the page on website B.

I think that is not need to access into the database. All I want is to enter the values into the 2 textboxes in website A and click on the button and the values of the 2 textboxes will be passed to the 2 textboxes in website B.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On