asp problem (but php in it)

Discussion in 'C#' started by izlik, Apr 16, 2007.

  1. #1
    i have this asp/php script showing pictures on my page and wonder how i can make visabild.php open in a new window, i tryed putting in target_blank but that just makes the php code fail on me :/ so if anyone could help me make it open the imiage in a new window with a specific window higth & witdt i would be very thankfull.

        if ( $row['picture'] != '' ) {
            echo '<a href="visabild.php?id=' . $row['id'] . '">';
            echo '<img width="125" src="' . $row['picture'] . '"></a>';
        }
    Code (markup):
     
    izlik, Apr 16, 2007 IP
  2. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #2
    ccoonen, Apr 16, 2007 IP