Click here to Skip to main content
16,011,538 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: How to add a user defined HTTP header field? Pin
Paul Watson25-Oct-02 6:40
sitebuilderPaul Watson25-Oct-02 6:40 
GeneralRe: How to add a user defined HTTP header field? Pin
George225-Oct-02 17:27
George225-Oct-02 17:27 
GeneralRe: How to add a user defined HTTP header field? Pin
Paul Watson27-Oct-02 23:38
sitebuilderPaul Watson27-Oct-02 23:38 
GeneralTo WinXP or not WinXP... that is my question Pin
Andrew Connell23-Oct-02 9:09
Andrew Connell23-Oct-02 9:09 
GeneralRe: To WinXP or not WinXP... that is my question Pin
Paul Watson23-Oct-02 21:38
sitebuilderPaul Watson23-Oct-02 21:38 
GeneralRe: To WinXP or not WinXP... that is my question Pin
Megan Forbes23-Oct-02 23:35
Megan Forbes23-Oct-02 23:35 
GeneralRe: To WinXP or not WinXP... that is my question Pin
Philip Patrick24-Oct-02 13:10
professionalPhilip Patrick24-Oct-02 13:10 
GeneralSession variable in ASP and Javascript Pin
22-Oct-02 8:49
suss22-Oct-02 8:49 
Hi
I am trying to set a session variable in javascript function with the values that are passed as parms to the function from my asp. here is how i am doing..
From my asp code
loop thru the resultset
do while not re.eof

'i cannot set the session variables here coz there may be 1000 records, i want
'to create a session variable only for the clicked item so am using javascript.

<a href="javascript:runthis('mbrid','mbrname');"> Name</a>
loop

Now in my javascript code
function runthis(id, nm){
//now i want to save these two parms in session variables
//this is how i am trying to do
<%session("sessvar_id") %> + '=' + id;
<%session("sessvar_name") %> + '=' + nm;
document.frmsel.action='response.asp';
document.frmsel.submit();
}

but in the results page i couldnt read these values from the session variables..
can someone please help me to acheive this?



GeneralRe: Session variable in ASP and Javascript Pin
Paul Watson22-Oct-02 22:49
sitebuilderPaul Watson22-Oct-02 22:49 
GeneralRe: Session variable in ASP and Javascript Pin
Megan Forbes23-Oct-02 0:48
Megan Forbes23-Oct-02 0:48 
GeneralRe: Session variable in ASP and Javascript Pin
Paul Watson23-Oct-02 2:14
sitebuilderPaul Watson23-Oct-02 2:14 
GeneralRe: Session variable in ASP and Javascript Pin
Megan Forbes23-Oct-02 23:36
Megan Forbes23-Oct-02 23:36 
GeneralRadioButtonList in datagrid Pin
Mazdak22-Oct-02 7:51
Mazdak22-Oct-02 7:51 
GeneralBind User Control Pin
Mazdak22-Oct-02 5:24
Mazdak22-Oct-02 5:24 
GeneralRe: Bind User Control Pin
leppie22-Oct-02 7:15
leppie22-Oct-02 7:15 
GeneralRe: Bind User Control Pin
Mazdak22-Oct-02 7:53
Mazdak22-Oct-02 7:53 
GeneralRe: Bind User Control Pin
leppie22-Oct-02 13:48
leppie22-Oct-02 13:48 
GeneralRe: Bind User Control Pin
Mazdak22-Oct-02 20:21
Mazdak22-Oct-02 20:21 
GeneralRe: Bind User Control Pin
leppie22-Oct-02 22:03
leppie22-Oct-02 22:03 
GeneralRe: Bind User Control Pin
Mazdak23-Oct-02 9:07
Mazdak23-Oct-02 9:07 
GeneralRe: Bind User Control Pin
leppie23-Oct-02 12:19
leppie23-Oct-02 12:19 
GeneralRe: Bind User Control Pin
leppie23-Oct-02 13:06
leppie23-Oct-02 13:06 
GeneralRe: Bind User Control Pin
Mazdak24-Oct-02 9:13
Mazdak24-Oct-02 9:13 
GeneralRe: Bind User Control Pin
leppie25-Oct-02 7:58
leppie25-Oct-02 7:58 
GeneralFeedback form Pin
Sarvesvara (BVKS) Dasa21-Oct-02 19:57
Sarvesvara (BVKS) Dasa21-Oct-02 19:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.