You were heading in the right direction, but stopped within sight of the finish : )
You wrapped the NAME attribute with ' ', but you left this out for the VALUE attribute. This should be all that is required. The Halfast Home wrote: > I've got an issue that obviously has to do with how a layer generates > it's contents. I'm working on a program that takes data from a js > object and fills a layer with it. The display on the layer can either > be straight text, or toggled to a form for editing the info. The issue > is that, though the data appears correct being just straight text, > when it is pulled into the form fields, it is not complete - dropping > the info after spaces or punctuation (specifically an > apostrophe) Here's an example: when the data = "Hot > Dog"...html+="<td>"+curEvent.Food[cnt].ItemName+"</td>"; ...generates > the info correctly as "Hot Dog". > > However, when refreshed into a form... > > html+="Food/Drink: <input type='text' name='txtFoodItem"+disnum+"' > size='10' value="+curEvent.Food[cnt].ItemName+"> "; ..generates > the info as "Hot" in the form field. > > If the display is again toggled to straight display, it again displays > correctly. Where is this in the DynAPI? Has anyone had this issue > before? > > Display is on IE 5, BTW > > -- Michael Pemberton [EMAIL PROTECTED] ICQ: 12107010 _______________________________________________ Dynapi-Help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dynapi-help
