try to restore "focus" eg. this worked for me:

//create reference to inline layer containing form
var inputLayer = DynAPI.document.all[myInlineLayer]; 

//now manipulate <div> some how to wake up input in ns
inputLayer.moveTo(100,100);

//and the html looks like.. (little weird solution but works fine)
<div id="myInlineLayer">
  <form action="" name="myInlineLayerForm">
    <input type="text" name="" size="1" maxlength="1">
  </form>
</div>

good luck.

-----Original Message-----
From: Dan Thom [mailto:[EMAIL PROTECTED]]
Sent: 19. hein�kuuta 2001 5:14
To: [EMAIL PROTECTED]
Subject: �Dynapi-Help� Netscape and forms NOT in DynLayers


Hi--

I have a page that has a form in it and an inline layer. In Netscape 4.75 on

Windows NT 4.0, I can not type into the text input fields. The form submits 
fine, and the cursor blinks in the text box. Any ideas?

I've tried it on a few different pages copied and modified from 
richardinfo.com just to make sure it wasn't my code. Just add:

<FORM ACTION=# METHOD=GET>
<INPUT TYPE=TEXT NAME="input1" VALUE="">
<INPUT TYPE=SUBMIT>
</FORM>

Since I can submit the form and the cursor shows up in the text box, I'll 
buy that form elements rise to "z-index=infinity", as suggested elsewhere on

this list. It just seems kind of ridiculous to have to put the form in 
another layer unless I have to.

Please excuse me if this is a known issue and I can't find it in the mailing

lists.

Thanks.

Dan Thom
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


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

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

Reply via email to