Click here to Skip to main content
15,926,939 members
Home / Discussions / Web Development
   

Web Development

 
GeneralDrop down menus Pin
alex.barylski5-Apr-02 0:00
alex.barylski5-Apr-02 0:00 
GeneralRe: Drop down menus Pin
Philip Patrick5-Apr-02 3:36
professionalPhilip Patrick5-Apr-02 3:36 
Generalaccessing data from database with submit form Pin
4-Apr-02 20:11
suss4-Apr-02 20:11 
GeneralRe: accessing data from database with submit form Pin
MS le Roux4-Apr-02 20:09
MS le Roux4-Apr-02 20:09 
Generaljava script variable through asp Pin
4-Apr-02 19:35
suss4-Apr-02 19:35 
GeneralRe: java script variable through asp Pin
MS le Roux4-Apr-02 21:38
MS le Roux4-Apr-02 21:38 
GeneralRe: java script variable through asp Pin
alex.barylski4-Apr-02 23:41
alex.barylski4-Apr-02 23:41 
GeneralRe: java script variable through asp Pin
alex.barylski4-Apr-02 23:47
alex.barylski4-Apr-02 23:47 
I am a total virgin with protocols so I may be off, but i'll explain to the best of my knowledge.

http is a stateless (non persistant protocol) this means it's impossible for a website to hold it's previous state, so using a variable defined in JScript from ASP on the server is impossible. I guess you could consider the following a work around for this short fall:

Use cookies... Smile | :)

Save the variable to cookie using JSCript and access it from ASP using cookies again.

Also...can you not send your variable as url encoded...?

Cheers! Smile | :)

"An expert is someone who has made all the mistakes in his or her field" - Niels Bohr
GeneralASPX Hosting Pin
Albert Pascual4-Apr-02 12:21
sitebuilderAlbert Pascual4-Apr-02 12:21 
GeneralRe: ASPX Hosting Pin
Mazdak4-Apr-02 19:44
Mazdak4-Apr-02 19:44 
GeneralMicrosoft Index Server Pin
Paul Watson4-Apr-02 1:58
sitebuilderPaul Watson4-Apr-02 1:58 
GeneralRe: Microsoft Index Server Pin
Philip Patrick4-Apr-02 4:03
professionalPhilip Patrick4-Apr-02 4:03 
Generalhelp needed using a Session variable... Pin
code dope3-Apr-02 21:41
code dope3-Apr-02 21:41 
GeneralRe: help needed using a Session variable... Pin
Dan Pomerchik4-Apr-02 0:57
Dan Pomerchik4-Apr-02 0:57 
GeneralRe: help needed using a Session variable... Pin
code dope4-Apr-02 1:40
code dope4-Apr-02 1:40 
GeneralRe: help needed using a Session variable... Pin
Paul Watson4-Apr-02 2:13
sitebuilderPaul Watson4-Apr-02 2:13 
GeneralRe: help needed using a Session variable... Pin
code dope4-Apr-02 2:25
code dope4-Apr-02 2:25 
GeneralRe: help needed using a Session variable... Pin
code dope4-Apr-02 2:40
code dope4-Apr-02 2:40 
GeneralRe: help needed using a Session variable... Pin
Philip Patrick4-Apr-02 4:05
professionalPhilip Patrick4-Apr-02 4:05 
GeneralRe: help needed using a Session variable... Pin
code dope4-Apr-02 4:33
code dope4-Apr-02 4:33 
GeneralRe: help needed using a Session variable... Pin
Philip Patrick4-Apr-02 4:39
professionalPhilip Patrick4-Apr-02 4:39 
GeneralWhy cant I use RecordCount of recordset Pin
Tili3-Apr-02 15:10
Tili3-Apr-02 15:10 
GeneralRe: Why cant I use RecordCount of recordset Pin
Larry Antram3-Apr-02 16:05
Larry Antram3-Apr-02 16:05 
GeneralRe: Why cant I use RecordCount of recordset Pin
Tili3-Apr-02 16:25
Tili3-Apr-02 16:25 
GeneralRe: Why cant I use RecordCount of recordset Pin
Philip Patrick3-Apr-02 20:24
professionalPhilip Patrick3-Apr-02 20:24 

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.