Using item ID in JavaScript
Hello,
I need to use the JavaScript getElementById method on some items in my page. I've noticed that for some items like file input or date the item id is not the same as the item name, but something that seems to be generated by HTML DB the item name is P11_FILE_NAME and the item id as I can see in the HTML source code of the rendered page is p_t01.
Can I control these generated IDs through item attribute or something else? If not, will they stay the same after export and import of the HTML DB application? Would it be safe to base the JavaScript on these IDs?
Thanks for the insight,
Arie Geller.