it means that you have to specify a type for the <script> tag such as type='text/javascript' to define a client-side script, such as a JavaScript.
the type attribute is required and it may contain...
<script type="text/javascript">
function popIt() {
var t = document.getElementById('tblVisaStk');
var k = getCookie('matrix'); // starting point, set in...
i'll go straight to the point, i have 8 rows and 3 columns, i want to populate each <td> starting from:
row 0 column 0 a value of 1
row 0 column 1 a value of 2
row 0 column 2 a value of...