我有一个相当奇怪的问题。 我知道表格中的表格无效。 但我需要一种解决办法,使我能够做一些简单的事。
- I use tabifier javascript library, to create tabs. Different tabs are created by using divs with special id for each tab.
我的主要形式围绕如下所有表格:
<form id=......> <div id=...> </div> <div id=...> </div> </form>
在一个表格中,需要建立一个使用表格的存档系统。 如果将这种形式置于主要形式之外,则这种形式不是在表层布中显示的,而是本身。
<form id=......> <div id=...> </div> <div id=...> </div> <div id= fileuploads > <form id=......> </form> </div> </form>
是否有办法使这项工作得以进行?
- I tried moving the fileupload as the last subtab and then ending the main form before the last subtab, but this way the form ends inside the tab div. Which is also not valid html.
- I m guessing that document.getelementbyid(div).innerhtml and inserting the form like that would not work aswell.
最新资料:
感谢这些答复,尽管我非常了解如何充分执行这些答复。 我提出了另一个想法。
如果只是建立文件载荷投入领域,而没有填满形式,则增加一个叫作“js”功能的纽子。 这项职能将文件载荷的数值置于零件和计数之外。
这是否是一个好的解决办法?