Re: Help with dynamically added row Programming Web Development by Airshow … = row.insertCell(4); var hiddenValue = document.createElement('input'); hiddenValue.type = 'hidden'; hiddenValue.value = selectedOption.value; cellRightName.…appendChild(document.createTextNode(selectedOption.innerHTML)); cellRightName.appendChild(hiddenValue); var cellRightRemove = row.insertCell(5); var removeButton… Re: How to pass invisible data to other pages in a site without using forms Programming Web Development by odysseous by adding ?hiddenname=hiddenvalue[&hiddenname2=hiddenvalue2] end of url address