[webkit-help] query..
Deepak Mittal
deepak.deepakmittal at gmail.com
Sat Feb 8 05:24:20 PST 2014
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-help/attachments/20140208/3d46e290/attachment.html>
More information about the webkit-help
mailing list