rychi
03-09-2007, 01:14 AM
Hi,
I was wondering if there was any way to navigate automatically to a servlet without having to click a button. User currently clicks on the html button to go to the next page. Which is a different servlet. I want to remove the button clcking step so it shoiws the next page without user input. I am using this html button to
out.println("<a href='/servlets/Administration?next'><img src='/images/standards/ico_next.gif' alt='Choose Type' align='absmiddle' border='0'></a>");
Thanks
I was wondering if there was any way to navigate automatically to a servlet without having to click a button. User currently clicks on the html button to go to the next page. Which is a different servlet. I want to remove the button clcking step so it shoiws the next page without user input. I am using this html button to
out.println("<a href='/servlets/Administration?next'><img src='/images/standards/ico_next.gif' alt='Choose Type' align='absmiddle' border='0'></a>");
Thanks