[QUESTION] Calling PHP Page with JavaScript
The Script
Code (Text):
<script>
$(document).ready(function(){
$("#ContactForm").load("contactus/index.php?a=add");
});
</script>
The Problem
When I'm using that script, the page is called along with the script. But, the called PHP file can't function properly because […]
See original post by JeremiasRama
Leave a Reply
You must be logged in to post a comment.