0
Welcome Guest! Login
0 items Join Now

Rokbox from a Clickable Row

  • Rokbox from a Clickable Row

    Posted 15 years 6 months ago
    • I am trying to create a table with clickable rows that opens a box containing an article.

      I am using this solution for the clickable rows:
      <table id="test" border='1' cellspacing='0' cellpadding='0'>
        <tr onmouseover="this.style.background='red';this.style.cursor='pointer'"
                onmouseout="this.style.background='white';" onclick="alert('bang')">
           <td>Test</td>
           <td>Test</td>
           <td>Test</td>
           <td>Test</td>
        </tr>
      </table>

      Is there a way to make the clickable rows open up a Rokbox window to an article?

      Thanks.
  • Re: Rokbox from a Clickable Row

    Posted 15 years 6 months ago
    • Come on! Someone answer!!

Time to create page: 0.051 seconds