Search results

  1. N

    WHAT IS THE REQUIREMENTS BEFORE I CAN INSTALL PHP MYSQL DATABASE?

    First, you need to read the documentation. Because obviously you don't have any idea what is PHP, MySql, and DreamWeaver is. You cannot create MySql databases in DreamWeaver using PHP! PHP is a dynamic language, MySql is a database engine, and DreamWeaver is just a development environment...
  2. N

    in HTML how do i create a button that will do multiple actions with one click....?

    Contrary to previous answers, this is not possible. You can manipulate resources from your web but you can never control other website's resources. You can play/pause/rewind/stop audio files that is accessible in your domain using Java, Flash or SilverLight. But you can never manipulate other's...
  3. N

    in HTML how do i create a button that will do multiple actions with one click....?

    Contrary to previous answers, this is not possible. You can manipulate resources from your web but you can never control other website's resources. You can play/pause/rewind/stop audio files that is accessible in your domain using Java, Flash or SilverLight. But you can never manipulate other's...
  4. N

    <button> tag HTML help!?

    <html> <head> <title>test</title> <script type="text/javascript" language="javascript"> function showPhoneNo() { document.getElementById("wtf") .innerHtml="the phone number is"; document.getElementById("omfg") .value="0987-654-3210"; } </script> </head> <body> <a href="javascript:showPhoneNo()">...
  5. N

    whats a tr and td tag in html mean?

    tr = table row td = table data
  6. N

    whats a tr and td tag in html mean?

    tr = table row td = table data
  7. N

    How do I make a pictures background in flash transparent?

    Save your image as .GIF then import it in Flash. That's how I did it. Hope this helps.
Back
Top