Hi,
I am developing a web based application similar to HTML Builder where the user can type and format his text and the html is generated automatically.
I am facing a problem while saving the page to the server. When the user clicks on save button a new window is opened where values are initialized and then the data is passed to the perl script to save it to a file in the server. When the page goes from the html page to the cgi script it is giving error and windows is closing down the netscape.exe.
I don't know why it is not executing the perl script. I am using POST method for posting.
<form name="form1" action="wsave.cgi" method="POST" enctype="multipart/form-data">
I use document.form1.submit to submit the data to the perl script.
Thanks





Bookmarks