Archived from groups: microsoft.public.windowsxp.general (More info?)
On a particular PC certain parameters are being 'stripped' from the source
code.
Here is a fragment of code (as originally written and when viewed in a
browser):
<div id="content">
<a href="images/kitchen.jpg" target="_blank"><img src="
images/tNail/kitchen.jpg " width="120" height="90" border="0"
class="right"></a>
</div>
Here is the same code fragment when the source is viewed on this particular
PC:
<div id="content">
<a href="images/kitchen.jpg" target="_blank></a>
</div>
As you can see, the "img src" parameters, together with the class have been
removed. This is not due to a problem with the actual site, but only occurs
on this particular PC (and is not browser-specific, as it happens in both
I.E. and Firefox).
All the Internet setting (control panel and each respective browser) look
fine to me and now I have no idea where else to look.
This PC is running XP Home (SP2).
On a particular PC certain parameters are being 'stripped' from the source
code.
Here is a fragment of code (as originally written and when viewed in a
browser):
<div id="content">
<a href="images/kitchen.jpg" target="_blank"><img src="
images/tNail/kitchen.jpg " width="120" height="90" border="0"
class="right"></a>
</div>
Here is the same code fragment when the source is viewed on this particular
PC:
<div id="content">
<a href="images/kitchen.jpg" target="_blank></a>
</div>
As you can see, the "img src" parameters, together with the class have been
removed. This is not due to a problem with the actual site, but only occurs
on this particular PC (and is not browser-specific, as it happens in both
I.E. and Firefox).
All the Internet setting (control panel and each respective browser) look
fine to me and now I have no idea where else to look.
This PC is running XP Home (SP2).