Re: How can I load python script into Html ??

2005-12-13 Thread Berislav Lopac
 Javascript is specifically designed for client-side scripting

Actually, Javascript's client-side implementation is specifically
designed for client-side scripting. It has originally been envisioned
by Netscape for both server and sclient side scripting.

Berislav

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Web Application Client Module

2005-04-13 Thread Berislav Lopac
Raffi wrote:
 Hi All,

 I hope I'm posting this question to the correct newsgroups. We have a
 web based database application that's accessed using IE. The
 application opens a popup window to run in. With all the popup
 blockers and compromised browsers out there, I'm looking into
 developing a web based custom client side application to access the
 application with. The application will be developed to only reach the
 web application site using the https protocol. It also needs to
 javascript enabled. It will be downloaded from the main web site and
 used to access the database application.

 Any suggestions/ideas on how to go about developing the client
 application? What tools tools are out there for such a project.

http://msdn.microsoft.com/library/default.asp?url=/workshop/author/hta/hta_node_entry.asp
 


-- 
http://mail.python.org/mailman/listinfo/python-list