0

Is there a way to stay on existing page when initialize a cgi-script? Script is written using bash. The page itself is very big to just echo his contens.

1
  • This is not controlled by the target page. Commented Aug 15, 2012 at 7:21

1 Answer 1

1

If I understand you correctly you wan to run a server-side CGI script from a wbe page without reloading the page? You can do this using AJAX - you would write some JavaScript to call the server-side script, this wouldn't require a new page to be loaded in the browser.

Something like this should do it

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.