it's
not possible to submit a form using post and have it's results load straight
into a loadpanel, only get works. The simplest solution is to submit your form
to a hidden frame. The cgi should return the results to the hidden frame. The
results need to be encapsultad in a form textarea so you can access the result
in ns4 eg:
<html>
<body>
<form name="result">
<textarea name="result">it
worked!</textarea>
</form>
</body>
</html>
|
- [Dynapi-Help] LoadPanel question Hershel Robinson
- Re: [Dynapi-Help] LoadPanel question Doug Melvin
- Re: [Dynapi-Help] LoadPanel question Cameron Hart
- Re: [Dynapi-Help] LoadPanel question Hershel Robinson
- [Dynapi-Help] LoadPanel question Tomlins Diane