function addRow(r){
var root = document.getElementById('tblViewFeed');//the root
var allRows = root.getElementsByTagName('tr');//the rows' collection
var cRow =...
As my topic suggests I have a page with an iframe and I want to use javascript to grab the referring URL and pass it as a parameter to the URL in the iframe. I know you can grab the referring URL...