From: Martin W. <mwe...@pl...> - 2000-11-27 12:57:48
|
Hi all, eventually I found my form (and the field-values) in the doc-object of the content-layer of the IBSScrollWindow. I can retrieve the values with '*.content.doc.form1.field1.value'. etc. With IE I can get all field-values from that form but in NS only the values from '<input type="text">'-fields not from '<select> <option> <option> ..' fields. Are these fields treated differently in NS? TIA, Martin On Sam, 25 Nov 2000 you wrote: >First of all thanks to all who contribute to and work on the DynAPI >'1' and 2. Great! > >Now my question: I use a variant of the IBSScrollwindow to put a form >in there. This should fire a cgi to build an image. This will then >be displayed in a IBSWindow. How do I catch the form values from the >IBSScrollwindow? Does it matter that the content layer of the >IbsScrollWindow keeps the html in a <table>? |