I have a form that runs a cgi script from a server.
The code on the server can't be modified
I get the results in either the same page or a target I specify in the form.
The response contains plain text and overwrites the browser page like so:
error=0
error_text=Successful
version=3.0
aicc_data=
[mainInfo]
variableX=docentsetup
variableY=docentsetup, docentsetup
[specificInfo]
or something like that.
Now I need to be able to read 'variableX' with javascript.
Is this possible??
Ugh,
Thanks in advance...
The code on the server can't be modified
I get the results in either the same page or a target I specify in the form.
The response contains plain text and overwrites the browser page like so:
error=0
error_text=Successful
version=3.0
aicc_data=
[mainInfo]
variableX=docentsetup
variableY=docentsetup, docentsetup
[specificInfo]
or something like that.
Now I need to be able to read 'variableX' with javascript.
Is this possible??
Ugh,
Thanks in advance...