Customising Someone Elses HTML?
Discussion
All that kind of cleverness is done server-side before the HTML page is generated. There will be some kind of application that is called by the CGI script used to generate the page. It does all the DNS lookup and then writes out a JPG file with the information in it, and then passes back the file information to the CGI script so it can add it as a graphic in the HTML page.
Or something like that.
Or something like that.

Why do you need a DNS lookup - the web server knows your IP address and the version of the browser you're running; when the browser issues a page request it includes the version of the browser so the server can customise content.
As mentioned earlier, it's then just a case of running a script on the server to generate the JPG.
As mentioned earlier, it's then just a case of running a script on the server to generate the JPG.
Gassing Station | Computers, Gadgets & Stuff | Top of Page | What's New | My Stuff


