RT, I plan to implement a web page form filling function. By viewing the web page source file, I found that there is a dhtmlXTree control on the web page. The function
function tonclick(id){ if (id =="cztz") return; path = tree.getUserData(id,"path"); document.all.main.src=path; setLocal(id); }function rollback(){ var id = tree.getSelectedItemId(); path = tree.getUserData(id,"path"); document.all.main.src=path; setLocal(id); }
I don’t know html very well. For general elements, I can find ID numbers and the like in the source file, but I can’t find this one.
Solved it myself. hehe. Just enter the jsp file address through the browser address bar.
Is there anyone who can support me? I’ll post it.
Well, just solve it by yourself. It’s still good.
Well, just solve it by yourself. It’s still good. It seems like there’s no one left, so all the points will be given to you. Hehe, it's mainly because I don't know much about this aspect, so I'm a little confused and busy.
Well, just solve it yourself. It’s still pretty good. It seems like there’s no one left, so all the points will be given to you. Hehe, it's mainly because I don't know much about this aspect, so I'm a little confused and busy.
Well, thank you. Just read the manual and that’s it.