saurabh590 0 Newbie Poster

the following code working properly in IE 7.0 but it is not working in Mozila 3.0 and IE 8.0. Plz suggest me ASAP (if possibel).

<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0" />
<meta name="ProgId" content="FrontPage.Editor.Document" />
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<link rel="stylesheet" type="text/css" href="../skin.css" />
<title>Tailored Resume : Admin</title>
</head>
<body onload = "fillT()" id="pulseDialogTable" topmargin=0 leftmargin=0 rightmargin=0>
<div align="center">
<object id="dynamsg" <%'style="LEFT: 0px; POSITION: absolute; TOP: 25px; BACKGROUND-COLOR: #666666"%>
data="<%=RootPath%>/jdEdit/ProductDefault.asp" width="100%" height="100%" type="text/x-scriptlet" 
 VIEWASTEXT ></object> </div>   
</body>
</html>
<script type="text/javascript">
var f = "<%=request.querystring("f")%>"
window._basePATH="<%=RootPath%>"	
function fillT()
{
var ms = eval("opener.document.forms[0]."+f+".value")
document.all.dynamsg.html = ms;
}
function saveit()
{
var A;
A=document.all.dynamsg.html
var obj =eval("opener.document.forms[0]."+f)
obj.value=A
self.close();
}
</script>

Thanks and Regards,
Saurabh

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.