Query String processing

2002-11-05 Thread Johnstone, Colin
Hi all,

I am writing an administration interface to my mailing list.

Upon opening the program it displays the email addresses of all the subscribers along 
with a delete link next to each name. 

The subscribers are written to a hash.

When you click delete link the name/value pair is passed back to the program.

e.g

cgi-bin/managelist.pl?[EMAIL PROTECTED]

I strip out the name value pair and search the hash for the email address, if it 
exists I delete it. This all works fine.

It is at this point that I'd like to refresh the page and remove any query string from 
URL how do I do this. Is this possible ?

Colin Johnstone
Website Project Officer 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Query String Processing

2002-11-05 Thread Johnstone, Colin
Hi all,

I am writing an administration interface to my mailing list.

Upon opening the program it displays the email addresses of all the subscribers along 
with a delete link next to each name. 

The subscribers are written to a hash.

When you click delete link the name/value pair is passed back to the program.

e.g

cgi-bin/managelist.pl?[EMAIL PROTECTED]

I strip out the name value pair and search the hash for the email address, if it 
exists I delete it. This all works fine.

It is at this point that I'd like to refresh the page and remove any query string from 
URL how do I do this. Is this possible ?

Colin Johnstone
Website Project Officer

Colin Johnstone 
Website Project Officer 
Corporate Website Unit 
Public Affairs Directorate 
ph 9561 8643 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Query String processing

2002-11-09 Thread LRMK
Use a html form to post name and value to the manage file instead of query
string

- Original Message -
From: "Johnstone, Colin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 06, 2002 3:54 AM
Subject: Query String processing


> Hi all,
>
> I am writing an administration interface to my mailing list.
>
> Upon opening the program it displays the email addresses of all the
subscribers along with a delete link next to each name.
>
> The subscribers are written to a hash.
>
> When you click delete link the name/value pair is passed back to the
program.
>
> e.g
>
> cgi-bin/managelist.pl?[EMAIL PROTECTED]
>
> I strip out the name value pair and search the hash for the email address,
if it exists I delete it. This all works fine.
>
> It is at this point that I'd like to refresh the page and remove any query
string from URL how do I do this. Is this possible ?
>
> Colin Johnstone
> Website Project Officer
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]