It depends what you want the script to do. If it's returning html and you
want that inserted in your page, use SSI (server side includes). If it's
doing background work that doesn't return output to the browser, you can use
an image tag with the source set to the script you want to run. The server
will execute the script and return the results (nothing) to the browser. The
beauty of using the image way is that the client doesn't wait for the script
to complete before continuing to load the rest of the page. Set the image
size to 1x1 and hide it away somewhere and people will never know it's
there.

John

-----Original Message-----
From: Rahul Garg [mailto:[EMAIL PROTECTED]]
Sent: 20 November 2001 11:12
To: [EMAIL PROTECTED]
Subject: calling perlscript from html


problem goes like this-

what i want is to call a perl script from html document or image...onload
what tags ..code should i need to write in html

Thanks,
Rahul







--------------------------Confidentiality--------------------------.
This E-mail is confidential.  It should not be read, copied, disclosed or
used by any person other than the intended recipient.  Unauthorised use,
disclosure or copying by whatever medium is strictly prohibited and may be
unlawful.  If you have received this E-mail in error please contact the
sender immediately and delete the E-mail from your system.



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

Reply via email to