Link to home
Start Free TrialLog in
Avatar of aumudin
aumudinFlag for United States of America

asked on

php and javascript?

Just wondering if this is possible (just a idea that popped up in my head).

I currently have a system that you log into then depending on what you click it runs certain java script functions ok...

Is it possible to have when lets say they click on "Run Script" button it will have the javascript function run a php script thats located at a diffrent location? So I dont want it to change the pages just run the script that is on a diffrent page. If thats not possible how would I have it run a php script in the same page?

Again just wondering if its even possible, if so just a hint in the right direction is good enough help :)

Thanks
ASKER CERTIFIED SOLUTION
Avatar of glcummins
glcummins
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of aumudin

ASKER

Yeah I have bought some books recently on AJAX just havnt had the time to read them to be honest. But alright ill end this question thanks for the input :)
Getting started in AJAX can be a little daunting at first, but is well worth the effort in my opinion. You can build some rather interesting and appealing functionality into your sites, and create a more "natural" interface for your users. There are a number of AJAX toolkits and libraries available that will help you utilize the functionality quickly, but there is no substitute for just jumping in and learning the code directly.