View Single Post
  #2 (permalink)  
Old 12-14-03, 11:44 AM
psyon psyon is offline
Newbie Coder
 
Join Date: Dec 2003
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Javascript has no direct way ot communicating data back and forth with a server (aside from the initial page load). You may be able to use hidden frames or iframes to send data to the server, and retrieve the contents of it.
Reply With Quote