Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base Q955, Thursday June 19, 2008 at 19:59:43

You are here: irt.org | About | Feedback | 5287 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q955

Sent by
Michel on Thursday June 19, 2008 at 19:59:43

Worth:
Very worth reading

Length:

Technical:

Comments:
It doesn't work for me either. This hmtl page (see below) just shows 2 red crosses where the images should be. What am I doing wrong?

Cheers.



<html>
<head>
<script language="JavaScript">
function binary(d) {
var o = '';
for (var i=0; i<d.length; i=i+2) o+=String.fromCharCode(eval('0x'+(d.substring(i,i+2)).toString(16)));
return o;
}

gif2 = binary('47494638376120001000800000000000FFFFFF2C00000000200010000002208C8FA9CBED0FA344A0D609019E7A47DB799938924A189A07AA9E570BC7F2BC15003B0A');
</script>
</head>
<body>
<img src="javascript:gif2">
<img src="javascript:binary('47494638376120001000800000000000ffffff2c00000000200010000002208c8fa9cbed0fa344a0d609019e7a47db799938924a189a07aa9e570bc7f2bc15003b0a')">


</body>

</html>




Other feedback on 'irt.org FAQ Knowledge Base Q955' - show all

©2018 Martin Webb