Bugs item #440003, was opened at 2001-07-10 03:19
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=440003&group_id=5757

Category: DynAPI 2 Browser-Specific
Group: Feature Request
Status: Open
Resolution: None
Priority: 5
Submitted By: Thanos Chatziathanassiou (tchatzi)
Assigned to: Nobody/Anonymous (nobody)
Summary: NS4 form elements in DynLayer/LoadPanel

Initial Comment:
Forms in a Loadpanel are invisible to NS4. Is there a 
workaround?
Following code works right on on IE version on 
Windows, but fails miserably on any NS with 
``document.testf.name.value has no properties''.
Indeed, enumerating all document.forms from the 
Loadpanel, shows that IE ``sees'' this new form in the 
DynLayer and NS doesn't.

example code:
-----snip------
<form method="POST" action="whatever.cgi" name="testf">
<input type="text" name="name" size="30">
</form>
<a href="javascript:if(document.testf.name.value!='') 
document.testf.submit();">Submit this form</a>
-----snip------



----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=440003&group_id=5757

_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Reply via email to