Login | |
|
 |
RE: <%@LANGUAGE="VBSCRIPT"%> or <SC... - 4/8/2006 8:48:11 PM
|
|
 |
|
| |
Snipah
Posts: 1343
Score: 6
Joined: 11/1/2004
From: Netherlands
Status: offline
|
To me it lookes like: server-side-processing vs client-side-processing
_____________________________
For more information, please see the "Read me First" topic. http://www.visualbasicscript.com
|
|
| |
|
|
|
 |
RE: <%@LANGUAGE="VBSCRIPT"%> or <SCR... - 4/9/2006 8:10:02 PM
|
|
 |
|
| |
Snipah
Posts: 1343
Score: 6
Joined: 11/1/2004
From: Netherlands
Status: offline
|
WHAT TO DO: 1) Make several 'in between' pages or 2) use the new technology: AJAX (learn it at: http://www.w3schools.com/ajax/default.asp) HOW IT WORKS: 1) client gives preferences, then loads new page with the preferences parsed by the server together with the server stuff 2) client gives preferences, AJAX communicates immediatly with the server and (still on the same page) refreshes with the server stuff aswell.
_____________________________
For more information, please see the "Read me First" topic. http://www.visualbasicscript.com
|
|
| |
|
|
|
 |
RE: <%@LANGUAGE="VBSCRIPT"%> or <SC... - 4/13/2006 5:49:41 AM
|
|
 |
|
| |
Snipah
Posts: 1343
Score: 6
Joined: 11/1/2004
From: Netherlands
Status: offline
|
quote:
onchange=""changestuff('" & javavar & "') javavar is a variable whose value is determined by the server side stuff Unfortunatly his scenario is: 1) usr fills out form 2) server processes it (so, onchange will never work, since the data must be processd first) 3) the VB-/Javascript must process the serverside processed items...
_____________________________
For more information, please see the "Read me First" topic. http://www.visualbasicscript.com
|
|
| |
|
|
|
|
|