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 » Archives » 18. December 2007

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 comment

Nothing works…

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 

Posted by roiji at 3:36 pm | permalink | Add comment