+ Reply to Thread
Results 1 to 3 of 3

Thread: Web-free forms?

  1. #1
    Join Date
    Mar 2005
    Posts
    59

    Default Web-free forms?

    Hi,

    I am trying to figure out the best way to create a forms web page that would run on an opened browser, write the data collected to a .txt file, or data base, and do all this without being online.


    If that does not make sense, this might explain better.
    I currently have a lead collection website. Users log on, enter name and email address. They enter what they are looking for in a home, lead info gets emailed to me, blah, blah, blah. Nothing new.

    What I want is to be able to open a version of that web page on my laptop, while holding open houses, without worrying about being connected to the web. Prospects would enter their info. Data would be written to a file on the lap top. Then, later that day I could manually enter the info. into my data base.

    It sounds so easy. Any suggestions?

  2. #2
    Join Date
    Feb 2006
    Posts
    2

    Default Re: Web-free forms?

    If this site was written in PHP, you can download easyphp(free) and that will install mysql, php and apache on your pc so that you can run php/mysql scripts offline, using your own computer as a server. Assuming you have a copy of your website on your computer, you can use your laptop to connect to http://127.0.0.1 and your site would come up without being online.

  3. #3
    Join Date
    May 2004
    Location
    Tampa Bay
    Posts
    2,668

    Default Re: Web-free forms?

    If you're running XPPro or Windows 2000 you can do the same thing in asp. I'd probably just use an Acess DB, then just same your pages to C:\inetpub\wwwroot\foldername and access them via http://localhost/foldername

    Obviously your connection strings would have to be local and you'd be using the relative path for forms/pages.

    If you wanted it tomorrow and it didn't have to be too pretty you could just create a form in Access to collect the info.
    OVERSITE.US For Agents & Brokers | Great references for great sites.
    Real Estate Directory | The best in regional real estate websites.
    Tampa Bay Fishing | Seeks references from the area resource pages of quality local sites.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts