On Tue, 27 Mar 2001 14:04:58 -0600 (Central Standard Time), Michael
Champagne ([EMAIL PROTECTED]) wrote:
>Is there a way to have an ordinary href link call some javascript
>and say "are
>you sure blah blah blah?" and then once you hit Ok it calls the same
>php file
>which then does all the database stuff?

<a href="myfile" onclick="return confirm('are you sure blah blah
blah')">

>I know I can do this just by creating another PHP file and having
>the link
>call that, but it seems like it would be nicer to have this in the
>same file.
>
>Thanks!
>
>--
>Michael Champagne
>wk: [EMAIL PROTECTED]
>hm: [EMAIL PROTECTED]
>
>
>
>
>******************************************************************
>This communication is for informational purposes only.  It is not
>intended as an offer or solicitation for the purchase or sale of
>any financial instrument or as an official confirmation of any
>transaction, unless specifically agreed otherwise.  All market
>prices, data and other information are not warranted as to
>completeness or accuracy and are subject to change without
>notice.  Any comments or statements made herein do not
>necessarily reflect the views or opinions of Capital Institutional
>Services, Inc.  Capital Institutional Services, Inc. accepts no
>liability for any errors or omissions arising as a result of
>transmission.  Use of this communication by other than intended
>recipients is prohibited.
>******************************************************************
>
>--
>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: php-list-
>[EMAIL PROTECTED]



--
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]

Reply via email to