validation

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jean Pierre Daviau

    validation

    Hi to everyone,


    <p><SCRIPT type="text/javascript"docu ment.write('<A
    HREF="http://jigsaw.w3.org/css-validator/validator?uri=' + document.URL +
    '">CSS validation</a>');</SCRIPT></p>

    This is to automatically input a address for validation in my web pages I
    create with ... notepad....
    Test it here:



    I would like to rewrite this script to validate files uploaded from my
    desktop. Something like:

    HREF="http://jigsaw.w3.org/css-validator/validator#valid ate_by_upload?f ile=C:\
    Somebody is aware of that?

    Thanks for your attention.


    --
    Jean Pierre Daviau

    --
    windows XP professionnel 2002 SP2
    asus p4 s533/333/133



    Aimons les étrangers; l'on vit avec eux les trois quart de notre vie.


  • =?ISO-8859-1?Q?=22=C1lvaro_G=2E_Vicario=22?=

    #2
    Re: validation

    Jean Pierre Daviau escribió:
    I would like to rewrite this script to validate files uploaded from my
    desktop. Something like:
    >
    HREF="http://jigsaw.w3.org/css-validator/validator#valid ate_by_upload?f ile=C:\
    Somebody is aware of that?
    You can't upload a local file using JavaScript. Your only option is a
    regular <formwith an <input type="file"box and selecting the file
    every time.

    If you just want to validate your own local HTML I suggest you get the
    Web Developer Toolbar for Firefox.


    --
    -- http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
    -- Mi sitio sobre programación web: http://bits.demogracia.com
    -- Mi web de humor al baño María: http://www.demogracia.com
    --

    Comment

    Working...