// Besides that... what if I want to do some _serious_ processing
// instead of 'drawing' an image?

Actually you just readfile an existing image, how much processing does that
involve?  Not too much.

// The popup is the same thing as I said. You just redirect to a
// different (PHP-)page. So... nothing new!

For future reference:

window.location.href="myscript.php"

!=

window.open('./myscript.php','mywindow','width=400,height=400,scrollbars=yes
')

No offense intended, just wanted to show some alternatives.  I'm sure there
are more.

Robert V. Zwink
http://www.zwink.net/daid.php




-----Original Message-----
From: Renze Munnik [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 15, 2001 9:54 AM
To: Robert V. Zwink; marilyn manson; [EMAIL PROTECTED]
Subject: Re: [PHP] could i get a clue?


On Wed, Aug 15, 2001 at 09:44:58AM -0400, Robert V. Zwink wrote:
> I don't think this is the "only possible way".  I have used an html IMG
tag,
> then created something like a rollover effect that called a php file for
the
> image.  It was kind of like a stop light, the light was off until focus
came
> off of a particular form element, javascript then updated the image href
> with a few extra arguments, then the light turned green or red.
>
> You can also use a javascript popup window to call a php script.  I'm sure
> there are a few ways to do this too.


Hmmm, yeah... Way-2-go!

The popup is the same thing as I said. You just redirect to a
different (PHP-)page. So... nothing new!

And for your other solution. Very usefull. Especialy when you don't
have images on your page! What are you gonna do then? Create an
image from 1x1 that's transparent or something? Can't get any worse.
That's the SiteStat/Nedstat style. Awful!
Besides that... what if I want to do some _serious_ processing
instead of 'drawing' an image? Then, if I use your solution, I
always have to create (or redirect to) an image. Not to way to do
it!

--

* R&zE:

-- »»»»»»»»»»»»»»»»»»»»»»»»
-- Renze Munnik
-- DataLink BV
--
-- E: [EMAIL PROTECTED]
-- W: +31 23 5326162
-- F: +31 23 5322144
-- M: +31 6 21811143
-- H: +31 23 5516190
--
-- Stationsplein 82
-- 2011 LM  HAARLEM
--
-- http://www.datalink.nl
-- ««««««««««««««««««««««««

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to