Tuesday, November 16, 2010

How can i change the server time by running a javascript?

we have 2 page.

page 1 in client and page2 in server.

for example it is now 10:20 10/10/2008

i will send a parameter to page2 , but i want the page 2 understand that the time is 11/11/2008?

how can i do this with javascript?How can i change the server time by running a javascript?
Javascript is client-side, not server-side, so you can't change anything on the server with it.

No comments:

Post a Comment