Forum Moderators: open

Message Too Old, No Replies

Altavista reinvents HTML

or just needs better programmers?

         

bird

9:59 pm on Dec 7, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Just a little experiment (seems to have worked for more than two weeks now, don't ask how I ran into this one):

Go to the Altavista free submission page, enter an arbitrary URL and an arbitrary invalid submission code, and submit. In the resulting error message, all seems to be fine, even if you check the sources with Netscape (on Linux, anyway).

However, if you save the file to disk, and open it with a text editor that can handle binary data, here's what you will find:

We're sorry. The Submission Code you typed into the text box did not match the Submission Code in the image. Please hit Back and try again. Or, click <A HBEF="http://addurl.altavista.com/sites/addurl/newurl?url2add= http:_//www.example.com/\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0">here</A> for a new Submission Code.

(spaces inserted for wrapping) where every "\0" stands for a binary null-byte, the ASCII value 0x0. I'm pretty sure those are not supposed to appear in valid HTML... ;)

Brett_Tabke

5:45 am on Dec 10, 2001 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Evidently it is fixed up now? I couldn't recreate it bird.

bird

11:41 pm on Dec 10, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Still there for me.

Maybe your browser filters out binary data when loading or before saving? I'm using NS 4.78 on Linux, and "Save As...", but the Python httplib returns the same result.