how to know target in html from java# Java - 爪哇娇娃
a*e
1 楼
say
document.form.target = "xxx";
how do i get this info from Java code?
e.g. request.getAttribute(?)
or request.getParameter(?)
does such function exist?
And also, how to change target by calling such function?
thanks.
document.form.target = "xxx";
how do i get this info from Java code?
e.g. request.getAttribute(?)
or request.getParameter(?)
does such function exist?
And also, how to change target by calling such function?
thanks.