|
-
Jan 31st, 2002, 03:27 PM
#10
Black Cat
You'd need it in the script that acts as the image:
<img src="script.asp?x=7&y=23" ...>
Then put the code in script.asp, if you're using ASP. What this does it tell the browser to get the script for the image - but the script does its thing and tells the browser the image is actually in another location (the real image).
(Or you could possibly have the script open the image as a binary file and start sending the data directly to the browser, but that's a little more complicated.)
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|