RE: Variables taken from browser "stuck"

2004-11-16 Thread Charles K. Clarkson
Michael S. E. Kraus <[EMAIL PROTECTED]> wrote: : G'day... : : : : That sounds like a caching problem. Did you clear the : : browser cache between tries? : : Thanks - that sounds about right... Err... how do I clear the : browser's cache? For Mozilla: Edit > Preferences > Advanced >

Re: using CGI module

2004-11-16 Thread Gunnar Hjalmarsson
Victor wrote: I need to access a variable like this: $cgi->param($variable); This doesn't work. But this works: $cgi->param('name'); The first try ($cgi->param($variable)) ends with a "Internal server error". Please post a short but complete program that illustrates your observation. -- Gunnar Hja

using CGI module

2004-11-16 Thread victor
I need to access a variable like this: $cgi->param($variable); This doesn't work. But this works: $cgi->param('name'); The first try ($cgi->param($variable)) ends with a "Internal server error". Thank you. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

RE: Variables taken from browser "stuck"

2004-11-16 Thread Chris Devers
On Tue, 16 Nov 2004, Michael S. E. Kraus wrote: > Err... how do I clear the browser's cache? That depends on what browser you're using! -- Chris Devers -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Variables taken from browser "stuck"

2004-11-16 Thread Michael S. E. Kraus
G'day... > That sounds like a caching problem. Did you clear the > browser cache between tries? Thanks - that sounds about right... Err... how do I clear the browser's cache? (I was refreshing the browsers whilst holding down the shift to do a total refresh...) -Mike -- To unsubscribe,