|
Posted by trabus2005@gmail.com on 03/06/07 12:20
On Mar 6, 10:12 pm, Nader Emami <e...@knmi.nl> wrote:
> Simon Stienen wrote:
> > On 2007-03-06 12-43-34, Nader Emami wrote:
>
> >> Would somebody tell me how I use the onmouseover=alert('string') in a
> >> PHP script without using of JavaScript?
>
> >> With regards,
> >> Nader
>
> > Not at all.
>
> > You could of course get the function handle of MessageBobA from <whatever
> > windows DLL>, if you load the win32_api PHP extension... But even in this
> > case you'd need a Windows server and you'd get a popup on the server, not
> > the client.
>
> > PHP itself, however, doesn't know popups. (Heck, it even doesn't know
> > frames or pages!)
>
> I am working on a Linux machine. How can I use the JavaScript in this case?
>
> Nader
JavaScript should still work on a Linux machine, given that your
browser supports it.
[Back to original message]
|