I have a strange issue with a http variable in <embed> tag and I would
appreciate much if you test two links with short HTML code.

I prepared two ultra-thin HTMLs.

http://www.l-d5.com/sn/embed8.htm
its source code is:
<object><embed src="nodemapid="/></object>

http://www.l-d5.com/sn/embed9.htm
its source code is:
<object><embed src="nodemapidq="/></object>  (note the "q" character)

Now... for embed8.htm, IE7 and FF(3.5.5) show source ("view page source"):
<object><!--                  --></object>   (removed <embed>)

While for embed9.htm, both browsers show the expected source:
<object><embed src="nodemapidq="/></object>

Safari shows full code for both files.

Can you see this too ? Or perhaps this is some local issue of my PC ?

Thanks,

Greg


_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to