Trouble using Prototype JS
Posted
by user309381
on Stack Overflow
See other posts from Stack Overflow
or by user309381
Published on 2010-04-07T09:16:32Z
Indexed on
2010/05/11
21:24 UTC
Read the original article
Hit count: 284
I have three files named like:
- AjxDm.php
- db_test
- website.php
What I am trying to do is AjxDm.php in this file I click and I am using Ajax.Request and it directed me to the db_test.php. In this file I am retrieving a value from the database and I assign the value into a dropdown. Again when I try to select one of the options in the dropdown it is direceting me to the Website.php using Ajax.Request with the dropdown selected value and retrieve data from database and display.
The problem is that when I call from AjxDm.php to Db_test it works but when I select option in db_test.php
it doesn't find a JavaScript function which direct me to the website.php.
What can I do to make it work?
© Stack Overflow or respective owner