Initially i used setAttribute but this 'setAttribute' doesnt work in IE7. It works only in ff.
Regards,
ssh...
User Profile
Collapse
-
hi!
I tried both the ways already but couldnt get it working in IE. Anyway Thank you very much.
I also tried checked = "true" but still it doesnt work in IE. Need to find some other way to get it checked ...
Regards,
ssh...Leave a comment:
-
hi!
Just check the code,
<script type="text/javascript"><!--
document.testth is.dwgnobase.va lue = document.testth is.dwgnoget.dwg Name;
//--></script>
remove it (since it is commented already), or use <script type="text/javascript"></script>
Regards,
ssh...Leave a comment:
-
hi!
just try this one!!!!
nBlur="isEmpty( this,txt1.name) ";
function isEmpty(inputSt r,fieldname){
if (inputStr.value .length==0 || inputStr==""){
alert("please fill in the box")
}
Regards,
ssh...Leave a comment:
-
imgElement.onCl ick = clickFunc(); //here is the problem.
hi!
You can try the below code .. it should work ..
imgElement.onCl ick = function(){clic kFunc()};
Regards,
sshLeave a comment:
-
ssh started a topic checkbox property "checked" working in FF but not in IE ... suggestions please ...in Javascriptcheckbox property "checked" working in FF but not in IE ... suggestions please ...
Code:function testfn(name) var tbody = document.getElementById('hellospace').getElementsByTagName('tbody')[0]; var row = document.createElement('TR'); var cell1 = document.createElement('TD'); cell1.align="left"; cell1.style.height = "22"; cell1.style.width = "15"; cell1.valign = "middle"; cell1.className = "dwInfo"; var inp1 = document.createElement('INPUT');
No activity results to display
Show More
Leave a comment: