"Marilyn Manson" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> ok a basic question. perhaps I dont know enough about javascript but
> anyway..
>
> I want to call a php script from javascript.
> Anybody have any hints for me?
Well, to call a php script, you basically have to
request a new file.
If you just need to submit information, you can
preload a new 'image' with parameters.
If you need to get information back, you
pretty much have to devote a frame to it
somewhere - either a visible frame, where
the script actually returns an updated page,
or an invisible frame (ie one pixel high with
a 10-pixel top margin) in the same window,
or a new minimized window.
--
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]