Interaction design • webdevelopment • web art • photography
On load text file | nyp.edu.sg,020706t,Sad, 040601 07:29 |
---|---|
does any knows how to make use of javascript/asp to make a page load which the textbox will load wat ever it is in the text file?
|
|
palo6.pacific.net.sg |
Re: On load text file | Max, 050407 17:52 |
---|---|
function pod(tog) { objXml = new ActiveXObject("Microsoft.XMLHTTP"); var datafile = tog; objXml.open("GET", datafile, true); objXml.onreadystatechange=function() { if (objXml.readyState==4) { var fag=objXml.responseText; <TEXTBOX NAME>.innerText=fag; } } objXml.send(null); } |
|
82-69-72-85.dsl.in-addr.zen.co.uk |
Pages: 1 |
---|