I'm completely unfamilar with CGI scripts and would really appreciate some help.
I have a problem where I need users to fill out a form submit the information and then have that script send information back to the client for the software they are installing to process, without any intervention of the client. Below the is the exact info from the vendors site:
# Send user details to the software.
Once the user has completed the signup process, the signup web site should redirect the user to a user details file that contains the users username/password etc. The format of this file can be viewed under Advanced Options->How to Preset User Details.
Providing certain conditions are met, the browser will automatically send this file to ISPWizard so that it can automatically finish the configuration of the end users system with the correct information.
For Internet Explorer, the filename must end with the extension ".isd" - e.g. "details.isd"
For Netscape and Mozilla, the web server must report a MIME type of: "application/x-internet-signup-data"
If the above conditions are not met, the user will be prompted to save the file rather than having it being automatically sent to the ISPWizard setup program for processing.
Once ISPWizard has received the configuration data, it will automatically disconnect the connection and close the browser before finishing the configuration process.
Now that you know what I need, how do I go about getting this, I've checked out Matts Script Archive and similar sites but I'm not sure what to look for.
Thanks
My very own LUG!
I have a problem where I need users to fill out a form submit the information and then have that script send information back to the client for the software they are installing to process, without any intervention of the client. Below the is the exact info from the vendors site:
# Send user details to the software.
Once the user has completed the signup process, the signup web site should redirect the user to a user details file that contains the users username/password etc. The format of this file can be viewed under Advanced Options->How to Preset User Details.
Providing certain conditions are met, the browser will automatically send this file to ISPWizard so that it can automatically finish the configuration of the end users system with the correct information.
For Internet Explorer, the filename must end with the extension ".isd" - e.g. "details.isd"
For Netscape and Mozilla, the web server must report a MIME type of: "application/x-internet-signup-data"
If the above conditions are not met, the user will be prompted to save the file rather than having it being automatically sent to the ISPWizard setup program for processing.
Once ISPWizard has received the configuration data, it will automatically disconnect the connection and close the browser before finishing the configuration process.
Now that you know what I need, how do I go about getting this, I've checked out Matts Script Archive and similar sites but I'm not sure what to look for.
Thanks
My very own LUG!