| Author |
about javascript windows
|
Yell Srik
Ranch Hand
Joined: Mar 10, 2004
Posts: 61
|
|
Hi, i need clarification regarding the usage of javascript windows. can the contents of a javascript window be used by other programs specifically server side programs like servlets/JSP? say for example, the contents of my javascript window contains a list of names? can i use servlets to access these names?? thanks in advance
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15003
|
|
JavaScript = Client Side Servlets = Server Side Server Side != Client Side If you want the server to see what was selected you need to submit a form. Eric
|
 |
 |
|
|
subject: about javascript windows
|
|
|