|
Help!
If I've got a layer, which part of the html reads:
html+="<input name=\"txtStaffName"+disnum+"\" type=\"text\" size=\"15\"
value=\""+curEvent.People[cnt].Name+"\"></td>\n";
How come, when I use this code later (to retrieve the changed value):
curEvent.People[cnt].Name =
eval("lyrStaff.doc.display.txtStaffName"+disnum+".value");
I get the error that this isn't an
object?
If I do an alert box, I get an "object" reported for everything up the
chain until "display" (the form). After that, it all shows up as undefined!
An alert box for the complete text of the html for the layer confirms the
"disnum" part to correlate correctly, too.
|
- [Dynapi-Help] creating modal window The Halfast Home
- [Dynapi-Help] creating modal window Mendjeli mahidine
- Re: [Dynapi-Help] creating modal window Richard Bennett
- Re: [Dynapi-Help] creating modal window Mendjeli mahidine
- [Dynapi-Help] can't reach form elements on dynlayer The Halfast Home
