

When someone "Submits", instead of going to our Confirmation Page, they receive a "Page Not Found". I am including my codes, hope this helps. Kathy is one of the most experienced and helpful Thank you, in advance for helping me resolve this issue. She has been trying to help you as she has so many others.
MICROSOFT EXPRESSION WEB 4 HELP CODE
I know you think that posting your code on Quite frankly you are so excited about your situation that you just are not hearing what she is saying. Posting the code can help sometimes but it is in all actuality not a very efficient means of testing especially That forum should be all that anyone would need to answer your delima however by your own admission "I don't know what I am doing wrong". When your problem deals on three or more levels. Your mark up, your host server, and the whole FPSE issue. The smartest thing to do would have been to start at the "BEFORE posting sticky at the TOP of the page. That providing a link to your site is the most effective means of troubleshooting your site. There are a lot of folks in here that can and will help you but Pissing OFF one of the best (BTW she has answered 960 questions correctly for folks to date) is not the way to make freinds and Did you know that with that link we can access your HTAML mark up your CSS style sheets and and more? A lot of people do not know that. Remember you may need us again or better yet become one of us that would be pay back now LOL. " I have even called our Hosting several times, and they say I have to contact EW3 because they can't help due to it being a 3rd party app." "It's like déjà vu all over again." - Yogi Berra Hope you get things straightened out the worst that can happen is you just recreate a updated form that doesn't need the extensions. Your form working or not working has nothing to do with using EW.
MICROSOFT EXPRESSION WEB 4 HELP HOW TO
MICROSOFT EXPRESSION WEB 4 HELP HOW TOĮW is not telling you how to use your host's form script.


If your hosting company doesn't realize that, then you are talking to people without knowledge. Your page, what is in your page, how you are calling the form processing script that your host supplies, if you have met other requirements for the email to go through - and yes, many hosts have them, from the requirement that the email be on the same domainĪs the form (very common) to even registering the email you use for forms in your hosting control panel - those things determine if your form works. When you ask your host to help, what they need to see is your page, what they need to hear is if you have followed their instructions, and if they don't understand that your design tool is not the issue, by all means don't tell them what tool you used. Java classes that provide scripting language support within Java applications." "Web page written in the Bean Markup Language (BML) based on the Bean Scripting Framework (BSF), which is a set of My research indicates that bml is Bean Markup Language, described thus: You could have created the page by hand using NotePad for all they should care. (Please note: Java®, Sun/Oracle's byte-code based language, is I personally wouldn't use anything Java-dependent in a Web site.

None of those require the Java® Bean Scripting framework, and all (except nmsformmail) were straightforward to set up and configure.Īs has been pointed out already, which you have either misunderstood or ignored, your form's action parameter, "form action="" method="post," which is what says what to do with the form data, I have used Classic ASP-based CDOSYS form handlers, PHP form handlers, ASP.NET form handlers, and even the Perl-CGI NOT javascript, the ECMA standard-based scripting language for which all browsers have an in-bulit implementation.) There are many alternatives which are simple and straightforward to use. The confirmation page is simply an HTML page, which can do nothing with the form data. In point of fact, the confirmation page should be called by the form handler, the processor of the form data, after it has parsed and validated the input data, and builtĪnd sent the email.
