Home > Archive > PHP Language > May 2006 > Re: Question about PHP popups
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: Question about PHP popups
|
|
| Michael Vilain 2006-05-27, 3:58 am |
| In article <jpif729fc0a8lrfqbdnr4i7f4beuio7rms@4ax.com>,
Angus <Angus@nomail.com> wrote:
> What I am trying to do with absolutely no experience in PHP is figure
> out how to make a small popup window appear when the mouse rolls over
> a word in a sentence. I don't want a picture but a definition of the
> word to pop up in a little box. Is there a simple script that I can
> attach to the word that will make a definition appear on the screen in
> a box?
This isn't a php function, per say. It's a function of the ONFOCUS=
clause of the <a> tag. The argument is a javascript which runs on the
browser, not a php function that runs solely on the web server.
--
DeeDee, don't press that button! DeeDee! NO! Dee...
| |
|
| On Fri, 26 May 2006 22:21:34 -0700, Michael Vilain
<vilain@spamcop.net> wrote:
>In article <jpif729fc0a8lrfqbdnr4i7f4beuio7rms@4ax.com>,
> Angus <Angus@nomail.com> wrote:
>
>
>This isn't a php function, per say. It's a function of the ONFOCUS=
>clause of the <a> tag. The argument is a javascript which runs on the
>browser, not a php function that runs solely on the web server.
Thank you
|
|
|
|
|