ISPrincess
Programmer
I have a form requesting User Input - say last name.
so
Input type=text name=lastname
Next to that I would like a link / button / whatever so that they can do a quick last name look up.
Say the user knows that whomever they are trying to look-up's first name is "John" - but they do not know his last name.
This "Quick Look Up " link - or button or whatever - when clicked should open up a way for them to enter the First Name "John" on another form - or somewhere. When this is entered, this will then look up the first piece of data in a SQL Table where FirstName = "John" - it will then return the corresponding lastname value from the table onto the original from in the Last Name Input Box.
This should be very easy - but since I began working with another type of pop up screen which was all client-side - I have gotten myself alittle lost.
If anyone has any quick ideas, I would really appreciate it.
Thank you!
so
Input type=text name=lastname
Next to that I would like a link / button / whatever so that they can do a quick last name look up.
Say the user knows that whomever they are trying to look-up's first name is "John" - but they do not know his last name.
This "Quick Look Up " link - or button or whatever - when clicked should open up a way for them to enter the First Name "John" on another form - or somewhere. When this is entered, this will then look up the first piece of data in a SQL Table where FirstName = "John" - it will then return the corresponding lastname value from the table onto the original from in the Last Name Input Box.
This should be very easy - but since I began working with another type of pop up screen which was all client-side - I have gotten myself alittle lost.
If anyone has any quick ideas, I would really appreciate it.
Thank you!