ok put an example in

----- Original Message ----- 
From: "Boaz Yahav" <[EMAIL PROTECTED]>
To: "Sunfire" <[EMAIL PROTECTED]>
Sent: Tuesday, March 04, 2003 2:09 PM
Subject: <button> and </button>


This looks like a great example to add to weberdev. 
would you care to spend 3 minutes and let other PHP developers enjoy
from 
your knowledge? 
 
You are one click away from doing a good deed :)
 
http://www.weberdev.com/index.php3?GoTo=addexample.php3
 
Sincerely
 
berber
 
Visit http://www.weberdev.com Today!!!
To see where PHP might take you tomorrow.



-----Original Message-----
From: Sunfire [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 24, 2003 7:36 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] <button> and </button>


tnx! it works now so now i know what i need to do with buttons that are
self created now...


----- Original Message -----
From: "erich" <[EMAIL PROTECTED]>
To: "Sunfire" <[EMAIL PROTECTED]>
Sent: Monday, February 24, 2003 12:11 AM
Subject: Re: [PHP] <button> and </button>


> i would try
> <input type="button" value="post prayer" 
> onclick="window.location='postprayer.htm';"
> onkeypress="window.location='postprayer.htm'">
>
> Sunfire wrote:
>
> >hi..
> >
> >i have a button on a web page that is supposted to go to another web 
> >page when either clicked with a mouse or when someone presses enter 
> >on it.. : <button onclick="postprayer.htm" 
> >onkeypress="postprayer.htm"> post a prayer </button>
> >that is my basic code for the button... my problem is the fact that
when
you
> >click the button or hit enter on it all it does is refresh the page 
> >if it even does that.  how would i actually make this button load 
> >another page using php??
> >
> >tnx
> >
> >
> >
> >
> >---
> >Outgoing mail is certified Virus Free.
> >Checked by AVG anti-virus system (http://www.grisoft.com).
> >Version: 6.0.443 / Virus Database: 248 - Release Date: 1/11/2003
> >
> >
> >
> >
>
>


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.443 / Virus Database: 248 - Release Date: 1/11/2003


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




---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.458 / Virus Database: 257 - Release Date: 2/24/2003

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

Reply via email to