Hello Everyone,
A very tricky question on ASP and JavaScript..
Kindly answer the followin question
There is a ASP document, With 2 frames (fr1 and fr2).
fr1 --> It has a big form in which there is a select box giving member names from a MS Access DataBase.I have kept the value attribute as the ID of members
DataBase-->the fields are ID, Name, Address.
fr2-->It is a plane document with just nothing on it,
Now the question ??
I want that when the user select a name in the fr1 select box, I want the Address of the selected name on fr2 ??
Condition-->
the fr1 should not get REFRESHED at any cost as the user can continue filling the rest of the long form and will get the address of member on fr2 after sometime, With the help of JavaScript HOW can V achieve this..
thanks a lot..
A very tricky question on ASP and JavaScript..
Kindly answer the followin question
There is a ASP document, With 2 frames (fr1 and fr2).
fr1 --> It has a big form in which there is a select box giving member names from a MS Access DataBase.I have kept the value attribute as the ID of members
DataBase-->the fields are ID, Name, Address.
fr2-->It is a plane document with just nothing on it,
Now the question ??
I want that when the user select a name in the fr1 select box, I want the Address of the selected name on fr2 ??
Condition-->
the fr1 should not get REFRESHED at any cost as the user can continue filling the rest of the long form and will get the address of member on fr2 after sometime, With the help of JavaScript HOW can V achieve this..
thanks a lot..