Javascript equivalent for file_get_contents
Posted: Sun Aug 14, 2005 12:54 pm
Hi
Whats the Javascript equivalent for PHP's file_get_contents ?
Any way without using frames ?
Thanks
Whats the Javascript equivalent for PHP's file_get_contents ?
Code: Select all
My Content
<script type="text/javascript">
document.open("http://anotherpage.php"); // I know this is not the way because this opens a new page
</script>Thanks