Search results

  1. 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...
  2. N

    whats a tr and td tag in html mean?

    tr = table row td = table data
Back
Top