-
help with new option() IE-NS
I used new Option to dynamically fill a select; it works well in NS however
it doesn't in IE because it makes the server to throw an exception. I'd really
appreciate sime help. This is the code
<Script language="javascript"><!--
function generaDatos() {
if (window.opener && !window.opener.closed) {
window.opener.document.capturaLineasInv.p_cveLinea.length=1
window.opener.document.capturaLineasInv.p_cveLinea[0] = new Option("No
hay lineas catalogadas es esta area","-1",true,true)
}
window.close()
}
//--></script>
Thanks,
Cristina
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks