Hia!
I have a question about tables and changing the contents of a particular row inside that table.
Something like this:
<table id=mytable>
<tr>
<td><input type=button name=foo value=click onclick=javascript:changethisrow(andthesecells);></td>
<td>1</td>
<td>2</td>...
Hia!
I have a problem with select box. I have to put alot of info on each <option> in a selectbox.
Looking something like this:
<select name=whatever>
<option value=1 id=1234>Some text</option>
<option value=2 id=5678>Some other text</option>
etc....
</select>
Is there some easy way to...
Hi again!
I'm trying to figure out how to check which link the user has clicked on.
Goes like this:
<html>
<script>
function trapper() {
var collAElements = document.body.getElementsByTagName("A");
for (i=0;i<collAElements.length;i++) {
//trying to find which one the user has...
I know this is stupid to even be trying, but it is as it is and I cannot change this fact. The fact that it is a dynamic HTML-generator (engine) that creates a page with several duplicate fieldnames, on this page (parent) there are links that opens a childwindow where the user can change...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.