From: Samuel, M. M <Sam...@ed...> - 2000-11-12 23:54:55
|
Geez - I have a habit of answering my own questions! :) After a bit of tinkering, I placed the mainLayer.addChild(findLayer) right at the end - just before the DynAPI.document.addChild(mainLayer) line - and hey presto - I could access it all again! :) Mike -----Original Message----- From: Samuel, Michael M [mailto:Sam...@ed...] Sent: Monday, 13 November 2000 9:44 AM To: 'Dyn...@li...' Subject: [Dynapi-Help] Problem with input boxes I'm working on a web access control applet that is designed to look windows'ish in it's style. It consists on two input boxen to enter search criteria, and a Find button primarily. However, currently, in IE4.01 and IE 5.5 I cannot actually click in the input boxen.... I can however in NS4.08 The findLayer has the following setHTML: findLayer.setHTML('<form name=frmFind id=frmFind onsubmit="return false"><input type=text name=strFindString1 size=1> <input type=text name=strFindString2 size=15></form>') I'm using the DynaCore button.js widgetx to create the Find button. This is also not clickable... is there something I'm missing that's not allowing me to click anything in the layer? All the other layers work fine (I've got a select box on the right hand side, more buttons down the center).... Thanks Mike |