aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes about javascript windows Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "about javascript windows" Watch "about javascript windows" New topic
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
 
IntelliJ Java IDE
 
subject: about javascript windows
 
Threads others viewed
using servlets to read data from JS windows
refresh onload
How can I pass Javascript array object to child window
closing all windows spawned from a frame
javaw
IntelliJ Java IDE