Finally, the script worked with the Time Clock System UI!
Frustratingly enough I mis-declared an attribute. It is suppose to be an id but i wrote down name so for the last 2 days of the research that mis-declaration was behind all this mess!
the element that's behind all this mess…
from:
<http:serverpost
name= "foo"
targetURL="/cgi-bin/logger.pl"
onHTTPResponseReceived="var k = this.statusText + '\n';
k += this.responseHeaders + '\n\n';
k += this.responseText;
outputBox.value = k;"
/>
where it's suppose to be like:
<http:serverpost
id="foo"
targetURL="/cgi-bin/logger.pl"
onHTTPResponseReceived="var k = this.statusText + '\n';
k += this.responseHeaders + '\n\n';
k += this.responseText;
outputBox.value = k;"
/>
I guess that's too much coffee, iced tea, ping pong, or serverpostnames…. … and maybe lack of sleep.. T_T ZZzzzz….
Post more later.. or maybe tomorrow.. ^^,
While everybody is raving about the new girl applicant…
I received this error from google, found by bub255, confirmed thrice:
Look at it at my Photo Album… I dunno what that's about… It's the first time I've encoutered it in my 6 years of google life…
Anyway… the script i found yesterday works but the thing is my UI does not.
T_T
There must be wrong with the conversion or wrong with the syntax but there's no error…
This is way too much for the capacity of ordinary OJT's to do but hey, we do real stuff here not just clerical things unlike other companies/municipalities.. …yes there are ojt's in city halls…
well gotta go… still have brain crunching to do
T_T