Retrieve cookie from server.Javascript

G

GpOscar

Hey whats up..

i have created a form which does calculations i have installed it on
the server and run on it all the other workstations. Now on this form
there are some rates that change according to calculations. how can i
retrieve the cookies from the server rather than stored on each
individual workstation.?

so that all the workstations have the same new rates.
 
E

Evertjan.

wrote on 27 nov 2006 in comp.lang.javascript:
Hey whats up..

What language is that?
i have created a form which does calculations i have installed it on
the server and run on it all the other workstations.

Do you mean that you have stored a HTML file on a web server?

"other" workstations?
Do you mean client browsers on other computers?

Is your server also a "workstaion"?
Now on this form
there are some rates that change according to calculations.

Do you mean a form in an html page?
how can i
retrieve the cookies from the server rather than stored on each
individual workstation.?

Cookies are never stored on a server, but always on a client,
the way of storage depending on the browser type.
so that all the workstations have the same new rates.

If you want to store anything on a web server,
you will need to do serverside scripting,
and that can nicely be done with jscript on an ASP platform.

Then you can save and fetch data on that server
using a database [or a text file].

Is that your plan?

Cookies are only for individual client browsers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top