Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Just to elaborate on Hot Pastrami's post: you can execute a cgi script with an html link the same way you can provide an html link to another html page, or any other file within your webserver document root.

You didn't say if you are already able to get this cgi script working in the first place, because there's a few important things that have to be done first in order for this to work, regardless of the server's platform:
-Make sure the cgi script has executable permission and ownership
-Make sure the script resides in directory deemed by the webserver to contain executable scripts
-Make sure ".cgi" is an extension recognized by the webserver as a file to be executed
-Make sure the script is ready to output to a browser

If any of these are not true, then you will get a server error. The reason why I point all this out is because I had to learn it the hard way.

One more tip, especially if you are working with a cross-platform remote server - make sure the script is transferred as ascii and saved in the text format of the server's platform.

By the way, what did this have to do with javascript?

In reply to Re: javascript by fpi
in thread Executing CGI script via Javascript by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (6)
As of 2024-04-23 21:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found