accessing javascript variables within psp code

2007-07-17 Thread BAnderton
Hello all, Question: Is there any way to access a javascript variable from within psp code? I'm aware of how to do the reverse of this (js_var='<%=psp_var%>'). Here's a non-working example of what I'm trying to do: - - - (begin example) - - - function Test(txt) { a = confirm('Are you sure

How to close all python-opened file identifiers?

2008-07-25 Thread BAnderton
Greetings from beautiful Tucson, Arizona. Question: Is there a way in Python to determine what all file identifiers have been opened by Python, and to close them all? Why I ask: I learned Python after cutting my programming teeth on Matlab, where you get a list of all open file identifiers (tha

Re: internet searching program

2008-08-10 Thread BAnderton
I was doing something very similar on my windows XP machine a year ago (with python 2.4) and used Mayukh Bose's Internet Explorer controller (see http://www.mayukhbose.com/python/IEC/index.php for details/ download). It worked very nicely for my needs and was rather intuitive (generally much easie