- Strength to Increase Rep
- +3
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
Hello The line of code below works, but I want to use a variable name for the name="1" part alert(document.querySelector('input[name="1"]:checked').value); I currently have an id (string data type) stored in a variable: currentarowID = tbl2.rows[i].id; but I can't work out how to put currentarowID inside the document.querySelector part - so … | |
hello is there a way to stop a page refreshing in a browser? (wish i'd separated my sql from my displayed results and used a redirect, but i didn't and am just wondering if there is a quick way around preventing refreshing of a page, so as the sql doesn't … | |
Apologies if this is a really basic question, but i am quite new to coldfusion. I have a database where i have some stored standard data in. i can search this database for the data I want, (eg 10 specific records of data), and output it to a form with … |