Hi,
I'm trying to get javascript to process a PHP file and then fill in the associated textboxes with values returned from the php page.
How do I do this? I'm able to get the file processed with jscript and echo some random testing strings, but how do I get values from it into textboxes in the page?
How did you "get" the PHP file in the first place? Do you mean "the output of a server side PHP" or do you really mean "the content of a PHP file"? Did you use an Ajax request?