I have used this statement many times before but recently I encountered few pages where im trying to assign value to field which does not exist.
Field im trying to assing value to is:
<div id="userName" class="logon_input">
User Name:
i tried using code such as
Document.getElementById("username").Value = "cde"
i can successfully edit some pages but im having issues with specific few sites
could this have something to do with any of this:
IFRAME
align="center" width="80%" SRC="jsp/listing/blank.jsp"
onload='resizeFrameToContent("infoView_home")' FRAMEBORDER="0"
name="infoView_home" id="infoView_home" title="Log On</IFRAME>
ml>
<head>
<body onload="logonPageLoad()">
<div class="logonContainer">
<div class="logonBanner">
<div class="logonSection">
<div class="logonIFrame">
<iframe id="infoView_home" width="80%" frameborder="0" align="middle" title="Log On" name="infoView_home" onload="resizeFrameToContent("infoView_home")" src="jsp/listing/blank.jsp" style="height: 257px;">
<html class="logon_body">
<head>
<body class
=