skip to Main Content

Html – disable textbox

I want to temporarily disable lname textbox because the fname is empty, but if the fname is not empty the lname is enabled. I have a code but I don't think it is correct or wrong, you can visit my…

VIEW QUESTION

HTML a href onlick and parameter substitution without JQuery

I have the following HTML: <a href="https://datasite.com/data/?search=Datapoints+3-4%3B+Datapoints+4-5&version=" onclick="location.href=this.href + selectedVersion; return false;">Datapoints 3-4; Datapoints 4-5</a> A <select> tag returns a string for "selectedVersion". This is working. I need to add another OPTIONAL parameter to the url when a CheckBox is…

VIEW QUESTION
Back To Top
Search