>----- Original Message ----- 
>From: "alpha" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Thursday, July 25, 2002 6:30 AM
>Subject: another way to show results ?
>

>hi all 
>i am new in perl and want to know can a perl cgi , return results in other way ? 

It depends on how you activate the perl script. by SSI or new page as you mensioned 
below.

>i know cgi script return result in new webpage . but i dont want a new  page open . 
>i want it return result in same page and in row i call it . 

So you will use IFRAME, ILAYER method, or by SSI Method. but I don't know
what is "in row i call it". In case, you can have some method that let javascript
to activate the script.

>like a counter or other web tools 

Counter like return is a "Single Process" independ from your entire page.
The counter script return a boolean data which is called from the IMG tag, 
so as EMBED.

If I treat EMBED and IMG is an object, and say, you can plug any object anywhere
anytime you want. So, Iframe and iLayer are object too.

1 thing more, you may try to return the result to a frame along you current window,
if you have frames assigned.

Rgds,
Connie





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

Reply via email to