| victorym 2006-06-30, 11:46 am |
| I'm using Dreamweaver.
There are buttons that I'm trying to get to work.
1. Add this player and continue adding players
2. Add this player and stop adding players
3. Don't add this player and stop adding players.
For 1. The information for the player is going to a database and then return to the same page to add more info.
For 2. The information for the player is going to a database and then go to another page.
For 3. Basically, just go to another page. This one seems to work.
I'm, at present, trying to get 1. to work, using onClick="DJS_AddPlayer"
supposedly referencing
<script language="php" type="text/php">
function DJS_AddPlayer()
{
I get the error that DJS_AddPlayer is undefined. ??? |