Jump to content

FlippMoke

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

FlippMoke's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I am brand new at PHP and Javascript and I am trying to follow along the tutorial given here: [a href=\"http://www.phpfreaks.com/tutorials/89/0.php\" target=\"_blank\"]http://www.phpfreaks.com/tutorials/89/0.php[/a] However I can not get the detele button to remove information from the database. If I directly link to the $delUrl it works however it fails to do the java popup. Here is the java function: <script language="javascript"> function confirmdelete(delurl) { var msg = "Are you sure you want to Delete this Faction?"; if (confirm(msg)) location.replace(delurl); } </script> ..... and here is where it is used: echo "<td><input type=\"button\" value=\"Delete\" onClick=\"confirmdelete('\" .$delUrl. \"');\"></td></tr>";
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.