Alex: Seitengröße definieren

Hi,
ich möchte, dass sich beim klick auf eine Link nur ein kleines Fenster geöffnet wird und man die Seite auf der der Link ist trotzdem noch sieht.
Wäre nett, wenn jemand eine Lösung hat!

  1. Salve,

    ist es das was Du suchst?

    <body style="background-color:green">
      <input type="button" name="button" value="Klick"
    onclick="document.body.style.backgroundColor='#dddddd';document.getElementById('blafasel').style.backgroundColor='yellow';">
      <table>
         <tr>
            <td id="blafasel" style="background-color:blue">
              hallo welt
            </td>
         </tr>
      </table>
    </body>

    gruss

    Björn

    Hi,
    ich möchte, dass sich beim klick auf eine Link nur ein kleines Fenster geöffnet wird und man die Seite auf der der Link ist trotzdem noch sieht.
    Wäre nett, wenn jemand eine Lösung hat!

    1. OH NO. Sorry. Ich hab mich im Thread verhauen!!!! :-(

      Salve,

      ist es das was Du suchst?

      <body style="background-color:green">
        <input type="button" name="button" value="Klick"
      onclick="document.body.style.backgroundColor='#dddddd';document.getElementById('blafasel').style.backgroundColor='yellow';">
        <table>
           <tr>
              <td id="blafasel" style="background-color:blue">
                hallo welt
              </td>
           </tr>
        </table>
      </body>

      gruss

      Björn