Re: "Dynamic" page content.
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

Re: "Dynamic" page content.

From: Martin Honnen <mahotrash@yahoo.de>
Date: Sun Jan 22 2006 - 17:25:54 CET

sophie_newbie wrote:

> Basically I have written a cgi script in Python to automatically
> download TIFF
> images of patents from the US patent office and create a PDF file of
> them.

> To give you a better explaination of what I want, you could visit
> www.pat2pdf.org.
>
> Type in 123456 as the patent number, you see what it does? It tells the
>
> user that it is requesting the various TIFF images and then displays
> the link to the PDF file that it has created.

Why do you think you need client-side JavaScript? Does that site work
with client-side script? No (well they do some advertising at the end
with script).
Ask in a Python CGI scripting group on how to achieve that, if threading
is possible you could use that to fetch the data while starting to send
HTML to the client.

-- 
	Martin Honnen
	http://JavaScript.FAQTs.com/
Received on Tue Feb 7 21:18:17 2006