[EMAIL PROTECTED] wrote:
Dear All,
I have a JSP like the following
<html>
<head>
.............
.............
</head>
<body>
................
................
<frameset>
<frame>
............
............
</frame>
<frame src="a.jsp">
</frameset>
.............
.............
</body>
<html>
First of all, <body> and <frameset> tags are mutually exclusive:
http://www.w3.org/TR/1999/REC-html401-19991224/sgml/framesetdtd.html#dtd
where ...... is for html code.
If I try to access html elements under the jsp "a.jsp", it returns me a
null. Why?
It would depend on what API you're using. Are you using standard
W3C DOM or Microsoft's IE specific DOM API?
Thanks in advance.
Regards,
Ashish A.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]