Click here to Skip to main content
15,904,652 members
Home / Discussions / Web Development
   

Web Development

 
GeneralClient-side data caching Pin
beren7716-Apr-03 20:56
beren7716-Apr-03 20:56 
GeneralRe: Client-side data caching Pin
theJazzyBrain18-Apr-03 0:25
theJazzyBrain18-Apr-03 0:25 
GeneralRe: Client-side data caching Pin
theJazzyBrain18-Apr-03 0:42
theJazzyBrain18-Apr-03 0:42 
GeneralRe: Client-side data caching Pin
beren7718-Apr-03 22:05
beren7718-Apr-03 22:05 
GeneralRe: Client-side data caching Pin
theJazzyBrain18-Apr-03 23:53
theJazzyBrain18-Apr-03 23:53 
QuestionHow to transfer values of array (used in ASP code) to client side for use in VBScript code. Pin
mkashifkkj16-Apr-03 20:56
mkashifkkj16-Apr-03 20:56 
AnswerRe: How to transfer values of array (used in ASP code) to client side for use in VBScript code. Pin
theJazzyBrain18-Apr-03 6:47
theJazzyBrain18-Apr-03 6:47 
AnswerRe: How to transfer values of array (used in ASP code) to client side for use in VBScript code. Pin
Sumeet Rattan18-Apr-03 8:31
Sumeet Rattan18-Apr-03 8:31 
this should work perfectly fine if there is no problem in your session but there is one important distinction which you are missing:

Now at clinet side

<script LANGUAGE=VBSCRIPT>
'--This is not working for example

MsgBox <%=list(0)%>

</script> 


This is not a client side code it runs on your server and value of <%=list(0)%> fills up on the server side.

Hope this helps.
Smile | :)

Happy Programming
-- Sumeet
Generalobject/embed/layer/iframe relative sizing Pin
Aaron Oxford16-Apr-03 16:59
sussAaron Oxford16-Apr-03 16:59 
Generalredirect to page in PHP Pin
Sarvesvara (BVKS) Dasa15-Apr-03 19:59
Sarvesvara (BVKS) Dasa15-Apr-03 19:59 
GeneralRe: redirect to page in PHP Pin
Jon Sagara16-Apr-03 5:51
Jon Sagara16-Apr-03 5:51 
GeneralRe: redirect to page in PHP - I got it Pin
Sarvesvara (BVKS) Dasa16-Apr-03 19:49
Sarvesvara (BVKS) Dasa16-Apr-03 19:49 
GeneralDHTML Drag and Drop Pin
rcoronel15-Apr-03 16:27
rcoronel15-Apr-03 16:27 
GeneralFLASH 5 Pin
Princess Peach15-Apr-03 16:14
Princess Peach15-Apr-03 16:14 
GeneralRe: FLASH 5 Pin
perlmunger16-Apr-03 7:29
perlmunger16-Apr-03 7:29 
GeneralRe: FLASH 5 Pin
DFU2317-Apr-03 11:03
DFU2317-Apr-03 11:03 
GeneralRe: FLASH 5 Pin
Mario_Young20-Apr-03 18:11
Mario_Young20-Apr-03 18:11 
GeneralFrame Contents Toggle Pin
DEWright_CA15-Apr-03 13:25
DEWright_CA15-Apr-03 13:25 
QuestionHow to transfer an array of data (retrived from database at server side) to client side variables? Pin
mkashifkkj15-Apr-03 10:40
mkashifkkj15-Apr-03 10:40 
AnswerRe: How to transfer an array of data (retrived from database at server side) to client side variables? Pin
Johan de Koning15-Apr-03 11:27
Johan de Koning15-Apr-03 11:27 
GeneralFor ASP 3.0 NOT ASP.NET Pin
mkashifkkj15-Apr-03 12:13
mkashifkkj15-Apr-03 12:13 
GeneralRe: For ASP 3.0 NOT ASP.NET Pin
Sarvesvara (BVKS) Dasa15-Apr-03 19:53
Sarvesvara (BVKS) Dasa15-Apr-03 19:53 
Generalyes Pin
mkashifkkj16-Apr-03 7:36
mkashifkkj16-Apr-03 7:36 
Generalthe code - it may help u Pin
Sarvesvara (BVKS) Dasa16-Apr-03 19:57
Sarvesvara (BVKS) Dasa16-Apr-03 19:57 
GeneralBig decision... Pin
OmniGod010115-Apr-03 9:04
OmniGod010115-Apr-03 9:04 

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.