Jump to content

careyd

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by careyd

  1. I don't believe the function gets triggered. I put an alert statement first to let me know the function executes and the alert statement does not run either.
  2. Are there any special thoughts on using "onblur" with IE11? I have the following code, between form tags, giving me problems - it doesn't goto the function script after data entry + a tab key (blur) or a mouse move. (blur). <input name="verified" type=email tabindex="2" onblur="comparemail()"> Help for this newbie is appreciated.
  3. Inside of a <form>, is the input name=( fieldname1 ) able to be addressed in JavaScript as a variable? such as {fieldname1 == fieldname2}
  4. careyd

    !Doctype

    I have built a site with Expression Web4 and it generates DOCTYPE code. I am starting to adopt HTML5/CSS3 and would like to deeply understand all that there is to know about "DOCTYPE" I am concerned that the generated code (now very dated) will interfere with my site. Yes, I am new to these topics.
×
×
  • Create New...