lavazza

msg:3405739 | 11:20 pm on Jul 26, 2007 (gmt 0) |
[htmlhelp.com...] | Web Authoring FAQ: HTML Forms 1. How do I use forms? 2. How do I get form data emailed to me? 3. How can I use tables to structure forms? 4. How can I eliminate the extra space after a </form> tag? 5. How do I make a form so it can be submitted by hitting ENTER? 6. How do I set the focus to the first form field? 7. How can I make a form with custom buttons? 8. Can I have two or more Submit buttons in the same form? 9. Can I have two or more actions in the same form? 10. How can I require that fields be filled in, or filled in correctly? 11. Can I prevent a form from being submitted again? 12. How can I allow file uploads to my web site? 13. How can I use forms for pull-down navigation menus? |
|
|
The Contractor

msg:3405754 | 11:52 pm on Jul 26, 2007 (gmt 0) |
[w3schools.com...] and then you will need a Form Mail script. Make sure you secure the script so it can't be used for spamming.
|
TammyJo

msg:3405779 | 12:28 am on Jul 27, 2007 (gmt 0) |
Great, thank you so much, I have a read right now! Question #2: Does anyone know what other "Frontpage" proprietary functions there would be that might not function upon using FTP. (So far I can only think of borders & forms) How about includes? Thanks again!
|
Marshall

msg:3405790 | 12:30 am on Jul 27, 2007 (gmt 0) |
Site Search Marshall
|
Vishal

msg:3405922 | 3:34 am on Jul 27, 2007 (gmt 0) |
| Question #2: Does anyone know what other "Frontpage" proprietary functions there would be that might not function upon using FTP. (So far I can only think of borders & forms) How about includes? |
| FP include works just fine even when you non FP FTP tool to upload your site. As when you save/close the site, it actually inputs the code within the page and does 'not' act like SSI where you have to upload both actual page and page that is being included via SSI. However the catch is FP include feature is no longer part of MS Expression Web (aka New Version of FP), however Expression Web Still supports Page Include function if you write the include line in the code & then it works like normal.
|
Corey Bryant

msg:3406360 | 3:34 pm on Jul 27, 2007 (gmt 0) |
| Does anyone know what other "Frontpage" proprietary functions there would be that might not function upon using FTP. (So far I can only think of borders & forms) How about includes? |
| List of FrontPage Components That Require Server Extensions [support.microsoft.com] List of components in FrontPage 2000 that require FrontPage 2000 Server Extensions [support.microsoft.com] Lists of components in FrontPage 2002 that require FrontPage 2002 Server Extensions [support.microsoft.com] List of WebBot Components that Require Server Extensions [support.microsoft.com] Hopefully that helps. They all go to Microsoft KB so the links should be fine to post I think -Corey
|
pageoneresults

msg:3406367 | 3:40 pm on Jul 27, 2007 (gmt 0) |
First I'd like to say that I always recommend that you install FP Extensions if maintaining an FP Web. There are many things going on when those Extensions are installed and functioning correctly (which they usually do). It takes a whole 15-20 seconds to install the FP Extensions on a per site basis. Another 15-20 to uninstall. I stopped using FP forms many years ago after I hired my first asp programmer. He taught me the ropes and showed me how to use the same forms I had set up and just replace a few things here and there, make them asp pages and install ASPEmail to handle the email routines. Works like a charm. There have been some problems with "header injection attacks" but those have been minimized with additional "checks and balances". Now that I'm diving into ASP.NET, there's a whole 'nuther way to do forms. ;) P.S. You should also set up a simple database for your forms and start capturing all that information. You'll find it will come in use as you grow your database. ;)
|
|