It must suck to be human. If I was born a human (or as you), I would have killed myself.
- Edelweiss, Sagashi-Ateru 2: Prisoners of Fate

Home » Post Item » At last, something worked!!!

At last, something worked!!!

Tuesday, December 18, 2007

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.. ^^, 

Posted by roiji at 5:12 pm | permalink

Add a comment