WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

WebBatch
plus
plus
plus
plus
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Netscape is attempting to download Webbatch

Keywords:  Netscape is attempting to download Webbatch

Question:

I am using a Webbatch script, to handle a login to our website. I have an HTML page that prompts a user for a user name and password, then they can click on submit. On IE when the user clicks on Submit it loads the appropriate html file....on Netscape, when the user clicks on submit, the 'File Save As' dialog appears with the filename webbatch.exe. Here is my form line in my html code....
<Form Method = "POST"  onSubmit Action = "../webcgi/webbatch.exe?MembersofVMI/Customerselect.Web">
The web file exists in a webcgi subdirectory. The web file simply has a bunch of WebOut statements that rebuild a webpage for display to the browser.

Any ideas???

Answer:

In this case download the fiel and look at it in an editor. It will be an error message. Make sure the first line of the webout code is...
 WebOut('Content-type: text/html',2)    ; Output Content Type

Article ID:   W14507
Filename:   Netscape is attempting to download Webbatch.txt
File Created: 2014:05:28:08:58:52
Last Updated: 2014:05:28:08:58:52