URLs should only use forward slashes. See the RFC for details:

http://sunsite.cnlab-switch.ch/ftp/doc/standard/rfc/23xx/2396

Software is broken if it is generating HTML containing URLs with 
backslashes. Mozilla does attempt to fixup certain faulty URLs, but only 
when they are typed into the address bar, and possibly anchors in the 
document but nowhere else. It is possible that code that once worked 
with backslashes now fails because all the classes for dealing with URLs 
have been rewritten.

J.S wrote:

>Hi there,
>
>It seems that mozilla096 no longer properly interprete/transform backslash
>'\' in the src attribute of a tag, for example, a src of img tag. Mozilla095
>interpretes and transforms both forward slash and backslash properly as I
>used before. It's a bad thing for because many html files delivered to the
>users have to be modified and redistributed. Does anyone know any workaround
>to make version 096 to properly handle backslash properly again?
>
>Thanks
>
>
>
>


Reply via email to