--- wknit <[EMAIL PROTECTED]> wrote:
> I have a php file that contains all the functions that I run on the
> page that is displayed, self-contained.
> 
> The main function is <? makeArrays(); ?>
> 
> I am invoking that function with a Submit button OnClick event.

[snip]

> How do I keep the page from refreshing on load and apparently self
> clicking the form button, and how do I keep the page from ...

This appears to be a client-side scripting and/or markup question. PHP is
server-side and unrelated, so you should direct your question to another
list (suggestions, anyone?).

Chris

=====
Chris Shiflett - http://shiflett.org/

PHP Security Handbook
     Coming mid-2004
HTTP Developer's Handbook
     http://httphandbook.org/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to