Local form

windows

Guest
Hi , im trying to create a html form using frontpage , i know how to create it but i need the results to be saved locally and results in exel , the form would be used from a laptop that has no internet connection .<br />
<br />
Please help <br />
<br />
Thank you<!--content-->Hi -<br />
I don't know much about this, but can't you just<br />
create a Form / template in MS Word?<br />
El<!--content-->yes, but im trying to create a form that would look like a website form with graphics and text boxes .<!--content-->Are you trying to make a form, or make a form handler? A form handler requires a server side language of some sort (ie: PHP, ASP, JSP, Perl, ect.) Pick one and choose wisely. In terms of making forms, Learn Form HTML (<!-- m --><a class="postlink" href="http://www.w3schools.com/html/html_forms.asp">http://www.w3schools.com/html/html_forms.asp</a><!-- m -->) .<br />
<br />
Hope that helps<!--content-->Let me give you a clear sample , a Realtor goes to a convention with his laptop( no internet connection available) and leaves his laptop on so clients can input their contact information in the template that i have created using html but the results would be save on c: drive.<br />
<br />
Please advice,<br />
<br />
Thank you<!--content-->it would be easier to you MS Access create a Data Base then create an access page that accesses the data base from internet explorer as a web page<!--content-->Install a local server, such as Apache (<!-- m --><a class="postlink" href="http://httpd.apache.org/Download">http://httpd.apache.org/Download</a><!-- m --> <!--more-->.cgi) and a server side language (such as PHP (<!-- m --><a class="postlink" href="http://us4.php.net/get/php-4.3.7-Win32.zip/from/a/mirror">http://us4.php.net/get/php-4.3.7-Win32. ... m/a/mirror</a><!-- m -->)) Or you can also use Xampp (<!-- m --><a class="postlink" href="http://www.apachefriends.org/en/xampp.html">http://www.apachefriends.org/en/xampp.html</a><!-- m -->) which includes a server, database, and server-side langauges already configured). Then you create a form handler (such as with perl or PHP) that saves to a file. That is, at leaste, one way.<!--content-->
 
Back
Top