Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: javascript

by faerloche (Sexton)
on Mar 16, 2001 at 08:30 UTC ( [id://64879]=note: print w/replies, xml ) Need Help??


in reply to Executing CGI script via Javascript

You can use an onClick or onChange to execute a cgi-script by using redirection:
<HTML> <HEAD></HEAD> <BODY> <SCRIPT Language="Javascript"> function go_to() { document.location = "http://your-cgi-script.cgi"; } </SCRIPT> <IMG SRC="BLAH" onClick="go_to()"> </BODY>
Follow the good advice the others have given you for the script at the other end and you should be good to go.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://64879]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-25 14:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found