I would suggest you use an empty href (href="") and put the URL forwarding
in client-side JavaScript, like

onclick="javascript:window.location='menu9.jsp?msisdn='+document.ofrms[0].ms
isdn.value;"

the other, unnecessary heavy solution would be to submit this menu to a
Struts action, which decides where to forward to

Ganeff

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Friday, August 31, 2001 11:10 AM
To: [EMAIL PROTECTED]
Subject: I have menu.jsp


Hi there,
I have an input field (msisdn) and Lots of links to other jsps. (This is
menu.jsp)
All the other jsps use this input field data on menu.jsp..How can I pass
this data to other jsps by using html:link.

Appreciate any help.

I use ;
.....
....
<html:text property="msisdn" size="10" maxlength="10"/>
<li><html:link page="/menu1.jsp"><bean:message key="mainMenu.menu1"/>
</html:link>
.
.
<li><html:link page="/menu9.jsp"><bean:message key="mainMenu.menu9"/>
</html:link>

Regards.
IT-CS Line
Baris Guzelordu
+90 212 449 2335
+90 532 210 1957


***************************************************************************

This e-mail and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you are not the intended recipient you are hereby notified that any
dissemination, forwarding, copying or use of any of the information is
prohibited.

The opinions expressed in this message belong to sender alone. There is no
implied endorsement by TURKCELL.

This e-mail has been scanned for all known computer viruses.

***************************************************************************

winmail.dat

Reply via email to