Hi,
is support for document.all() supported in webkit..?
As the below code :
<html>
<head>
<script language="javascript>
function setIframeScize(){
var frame = this.document.all("1");
alert(frame);
}
</script>
</head>
<body onload="javascript:setIframeSize()">
<p name="1" id="11">Hello11</p>
<p name="1" id="22">Hello22</p>
</body>
</html>
I am getting frame variable as undefined..
--
Regards
Deepak Mittal
_______________________________________________
webkit-help mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-help