using inline image data


Go Back   Computer Help Articles > Internet Explorer 6
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 04:29 PM
esme
 
Posts: n/a
Default using inline image data

I'm trying to write a spam prevention tool for use on a mailform displayed in
internet explorer

To do this I intend to display 4 small images containing numbers and letters
and ask the user to type what they read in to a text box for confirmation,
the images will be selected by the server using a PHP script.

What I want to do is embed these images as data in the document using

<OBJECT data="data:image/gif;base64,.....
</OBJECT>

This code will be inserted by the same PHP script

I want to do this so that there is no path back to an image on the server
for a bot to decode a filename from and eventually deduce a link between the
content and the name, also I don't have to create and destroy files on the
fly at the server end.

I want to avoid downloading any kind of active content, making changes to
the users installation, relying on the user to have java or anything I just
want to display some images and not have a path back to the server containing
a fixed name.

I can't seem to get inline data to work for IE though has anyone got a
working example of an inline image definition or something similar that I
could look at ?
Reply With Quote
  #2  
Old 01-05-2006, 04:30 PM
esme
 
Posts: n/a
Default RE: using inline image data

No worries I found a workaround

I just hope Microsoft doesn't see it as a security hole and plug it
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Pop-up when I roll over a picture rurouni_crow Windows XP Photos 2 01-05-2006 07:07 AM
How to stop MS Paint changing resolution of files to 96 dpi? Dmitry Kopnichev Windows XP Print Fax 34 01-05-2006 06:41 AM
Data Entry bpo_ccs Windows XP General 0 01-05-2006 02:33 AM
Re: Partition Magic Incompatibility?? cquirke (MVP Windows shell/user) Windows XP General 0 01-05-2006 02:25 AM
Windows error message Glo Windows XP Basics 41 01-05-2006 02:04 AM


All times are GMT. The time now is 06:56 PM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

using inline image data