I have written javascript code helps me filter keywords options in a <html:select> tag, in a JSP page.
(The reason I'm posting here is because my problem is with my javascript code.
so, in my JSP page I have the following as my textarea:
<html:text property="metrics" style="query-table-item"...
when I add td tags to all my html:submit tags, they all move to the right hand side of the page, with the link, which is not what I want.
<td> tags are not a good solutions, I tried using them for just the link too, and it will move them to the outside of the form margins on the right-hand-side...
I have the following jsp struts code that consists of three buttons and a link.
The three buttons are located on the bottom left-hand-side of a form, and I've managed to locate the link on the right-hand-side of the form.
What I want to do right now is to have the buttons and the link on the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.