hey
u know how u can include files using php command
<?php include("http://www.url.com"); ?>
is there a way of including files [or showing the content of the file..same thing] in JAVASCRIPT?
The views expressed on this page by users and staff are their own, not those of NamePros.
well that wud just run the code of the javascript on the page, but i think what unknown is looking for is a way to use the include function without any php, so that he can have text documents "echo"ed in html pages.
i dont know of any way to do this, unelss of course you somehow make it into a variable and then call the variable... but that mite get complicated. and javascript can get buggy esp. when ppl have it deactivated lol