close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Validation

Thread began 7/15/2011 12:25 pm by elgueromero13396227 | Last modified 8/11/2011 11:53 am by elgueromero13396227 | 2119 views | 7 replies |

elgueromero13396227

Validation

contact.php


How do I get this to validate? Any help in the right direction would be great, thanks.



Christopher

Sign in to reply to this post

Jason ByrnesWebAssist

can you provide a little more detail on what precisely is not working correctly?

I visited you page and tried to submit the form after leaving it blank and got validation error messages, it appears to be validating to me.

Sign in to reply to this post

elgueromero13396227

Sorry about that; I was referring to the markup of the web document. The form works great it just doesn't validate.

Sign in to reply to this post

Jason ByrnesWebAssist

it validating for me, when I try to submit the form leaving it blank, it does not submit, and shows the validation error messages.

Sign in to reply to this post

elgueromero13396227

1979 atorpr

validator.w3.org/


I mean the code does not validate.

Sign in to reply to this post

elgueromero13396227

I take it this is either a stupid question or you don't want to answer it? Just so you know I'm still waiting for an answer...

Sign in to reply to this post

Jason ByrnesWebAssist

most of the validation errors that occur on this page are a result of the spry validation.

Spry is a javascript framework created by adobe, most advanced javasript frameworks do not validate through the W3C validation tool, it is unrealistic to expect the Spry code to validate properly.


the other validation issues on the page are created by the captcha image source:

<img id="capt1" src="webassist/captcha/wavt_captchasecurityimages.php?width=200&height=50&field=Security_Code_1&bgcolor=FFFFFF&transparent=1&bgimage=&gridfreq=20&gridcolor=000000&gridorder=behind&noisefreq=20&noisecolor=000000&noiseorder=behind&characters=5&charheight=&font=fonts/MOM_T___.TTF&textcolor=000000" alt="security code" width="200" height="50" /><img src="webassist/captcha/images/refresh.png" height="18" onclick="document.getElementById('capt1').src+='&ref=1'" />


this can be corected by changeing the "&" between ULR querystring variable to the html entity:

&



for example:

width=200&height=50&field=Security_Code_1.....
Sign in to reply to this post

elgueromero13396227

Originally Said By: Jason Byrnes
  most of the validation errors that occur on this page are a result of the spry validation.

Spry is a javascript framework created by adobe, most advanced javasript frameworks do not validate through the W3C validation tool, it is unrealistic to expect the Spry code to validate properly.


the other validation issues on the page are created by the captcha image source:

<img id="capt1" src="webassist/captcha/wavt_captchasecurityimages.php?width=200&height=50&field=Security_Code_1&bgcolor=FFFFFF&transparent=1&bgimage=&gridfreq=20&gridcolor=000000&gridorder=behind&noisefreq=20&noisecolor=000000&noiseorder=behind&characters=5&charheight=&font=fonts/MOM_T___.TTF&textcolor=000000" alt="security code" width="200" height="50" /><img src="webassist/captcha/images/refresh.png" height="18" onclick="document.getElementById('capt1').src+='&ref=1'" />


this can be corected by changeing the "&" between ULR querystring variable to the html entity:
&


for example:
width=200&height=50&field=Security_Code_1.....
  


Thank you very much, I appreciate the help.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...