Search found 1 match

by Miyako
Wed May 19, 2010 12:28 pm
Forum: Javascript
Topic: onChange event
Replies: 2
Views: 697

Re: onChange event

It's impossible to do it without refreshing the page because javascript and php are two different type of languages. PHP at the first place is a server-language, executed when the server has to send the page to the client. Javascript is a client-language, which will be executed in the client itself....