Try this site....
http://roshanbh.com.np/2008/01/popul...x-and-php.html...
User Profile
Collapse
-
interested
4sure,
others will be interested in what was the problem.
Please don't remove it.Leave a comment:
-
Calling PHP functions directly from JavaScript is not possible.
This is because PHP code is executed on the server, before the HTML is sent to the browser.
Javascript on the other hand is executed by the browser once the HTML has reached the client.
u can only call ur .JS function by saying:$btnname->setOnclick("re turn validDelete()") ; this will only show the dialog and will also delete even if u...Leave a comment:
No activity results to display
Show More
Leave a comment: