Code: Select all
<script src="jquery.js"></script>
<script>
function myFunction() {
$.GET("otherphpfile.php");
return false;
}
</script>
<?php
print"
<script>
myFunction();
</script>
";
?>
Moderators: egami, macek, gesf
Code: Select all
<script src="jquery.js"></script>
<script>
function myFunction() {
$.GET("otherphpfile.php");
return false;
}
</script>
<?php
print"
<script>
myFunction();
</script>
";
?>
Code: Select all
$.get