Newbee Question

Newbee Question

am 05.10.2007 03:31:06 von Papa

I have a web page which contains (2) frames.

In the left frame, I have a link defined with an anchor tag.

I would like to have a text area in the right frame that changes text
when I hover the mouse over this link.

Can this be done with onmouseover and some php, or must I resort to
java script?



Thank you,
PaPa

Re: Newbee Question

am 05.10.2007 04:01:00 von Jerry Stuckle

PaPa wrote:
> I have a web page which contains (2) frames.
>
> In the left frame, I have a link defined with an anchor tag.
>
> I would like to have a text area in the right frame that changes text
> when I hover the mouse over this link.
>
> Can this be done with onmouseover and some php, or must I resort to
> java script?
>
>
>
> Thank you,
> PaPa
>

It can't be done with PHP. PHP is server-side only. It has absolutely
no idea what the user is doing.

For other choices check the appropriate newsgroup(s).

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: Newbee Question

am 05.10.2007 14:02:19 von James Barrett

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

PaPa wrote:
> I have a web page which contains (2) frames.
>
> In the left frame, I have a link defined with an anchor tag.
>
> I would like to have a text area in the right frame that changes text
> when I hover the mouse over this link.
>
> Can this be done with onmouseover and some php, or must I resort to
> java script?
>
>
>
> Thank you,
> PaPa
>
Hi, sounds like a job for javascript. But you could have your
onmouseover send a request to a php script which re-writes your other
html page, then reload it.


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHBifLQuDJiZ/QrH0RAoODAJ4/Ax+urf8MyHviywD8CG6Lf6DMeACc D1d3
e8/q6+MiDUEULeelG+asXUA=
=qcrF
-----END PGP SIGNATURE-----