Click here to Skip to main content
15,885,309 members
Articles / Web Development / HTML

An ISAPI Project to Send a Page with an Image to the Browser

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
6 Dec 1999 56.8K   779   17   2
This article describes an ISAPI project to send a page containing an image to the browser.

To send a page containing an image to the browser, the image itself is somewhere under the root directory, you must hardcode its location into the program or change the provided source to load from registry.

The ISAM generates a page that contains an IMG tag with the SRC field pointing to the ISAM itself with a GetImage command (see the HTML source for the dynamically generated page).

The full source code for the ISAM is provided, you will have to compile it in order to get a working site. Before compiling, you will have to change some constants in the code: the module location and the image location. These constants are found in the isam.cpp file. Once you have compiled the project with correct site location and image location, you will need to take the following steps to install:

  • Create a directory under your http server root for the project.
  • Copy the isam.dll file and the image to this directory (the image location must be the same you specified in the isam.cpp file).
  • Create a virtual directory in your http server to access the DLL (remember to grant execute rights). The name of the directory must be the same you set in the project.

License

This article has no explicit license attached to it, but may contain usage terms in the article text or the download files themselves. If in doubt, please contact the author via the discussion board below.

A list of licenses authors might use can be found here.


Written By
Cuba Cuba
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
Questionhow can use it Pin
jeims4-Jun-00 2:28
jeims4-Jun-00 2:28 
GeneralRun time image selection Pin
John McTainsh23-Mar-00 12:50
John McTainsh23-Mar-00 12:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.