is there an include() function in JavaScript, so i dont have to enclose a separate file's contents in document.write(''); ?
id like to be able to simply use an include() function, similar to PHP, that will allow me to just put plain text in a .txt file, instead of JScript code as well...is there any way that this is possible?
id like to be able to simply use an include() function, similar to PHP, that will allow me to just put plain text in a .txt file, instead of JScript code as well...is there any way that this is possible?