in reply to Re: Re: Re: Re: Re: "alert" or prompt box from perl cgi script
in thread "alert" or prompt box from perl cgi script

If you want to submit form data without clearing the page you simply (relatively speaking) point the form at a different frame, even a hidden iframe and do your communication that way. Theres even a framework or two that will do this for you.

yes, this is exactly what I want (to popup a box without clearing the page). Can you point me to the framework that does this?

On what will soon become a related point: if the user has javascript turned off, the client can tell by having <noscript>sections in the html. But, how can the server side tell?

  • Comment on Re: Re: Re: Re: Re: Re: "alert" or prompt box from perl cgi script