HighDots Forums  

Re: Validating <script> tags

HTML Writing HTML for the Web (comp.infosystems.www.authoring.html)


Discuss Re: Validating <script> tags in the HTML forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Daniel R. Tobias
 
Posts: n/a

Default Re: Validating <script> tags - 04-20-2004 , 01:41 PM






"Toni Mcintyre" <edgeofthebush (AT) sasktel (DOT) net> wrote

Quote:
the file i'm actually trying to validate is
file://Z:\wildprop.sasktelwebsite.net\4sale\album.htm but i don't think
it'll do you much good to know that ;-)
That's not actually a proper URI, even for a local-system reference;
under the syntax rules, you need three slashes after the protocol to
represent an empty host element (or use "localhost" after the second
slash, alternatively), and forward slashes for all hierarchical levels
regardless of the local operating system convention. In other words,
the proper URI is:

file:///Z:/wildprop.sasktelwebsite.net/4sale/album.htm

Mozilla, for one, is pretty picky if incorrect "file:" URI syntax is
used.

--
Dan


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.