November 5th, 2009 02:43 PM
Hi
I have the search functionality with the dropdown values. The UI looks like
Have 8 dropdown values and one test box. When i enter the name in the test box choose the dropdown value . based...
April 17th, 2009 05:36 PM
Now it's getting. thanks.
April 17th, 2009 04:52 PM
It's not working. It is enter into the go() . but the JSP is not invoking at any time.
April 17th, 2009 03:32 PM
Thanks for reply. I have 5-6 fields in drop down. But when i click on "ManageAccount" option they only it should invoke. I tried in the following way.
<select name=CATEGORY class=selInput...
April 17th, 2009 10:55 AM
In my dropdown i have 5-6 values. But i want to go that link(ozSetupOptValues.jsp?id=SLS_CUSTOMER_CATEGORY") when i choose that specific value , which i mentioned above (Manage Accounts).
thanks
April 16th, 2009 05:59 PM
Hi,
In my application i am using Dropdown option values. when i click on one of the option values it will open a page. I am using following code. It shows errors. Could you please help on this one...
December 30th, 2008 03:31 PM
this is the form
<form name=updateContact action="ozSlsContactPdt.jsp" method=post>
<TABLE width=98% cellspacing=0 cellpadding=0 border=0 align=center>
<TR>
<TD width="50%" align=center...
December 30th, 2008 01:02 PM
these are the elements which already there. right ??
buf.append( "<input type=text class=\""+className+"\" name=birthDay size=6 value=\""+birthDay+"\">" );
buf.append( " <img...
December 30th, 2008 12:22 PM
Hi,
I am getting javascript error when i try to open a small calendar popup window. I have one calender text field. beside that text field calendar icon is there. when i click on that icon it's...
December 23rd, 2008 01:39 PM
do i need to mention as hidden input in one.jsp the form name of one.jsp ?? and in hidden input do i mention form name as value or what ??
December 23rd, 2008 11:29 AM
Hi,
I have two jsp's (i.e one.jsp , two.jsp). i have a form in one.jsp and calling two.jsp from one.jsp through Ajax. i want to use the form name of one.jsp in two.jsp. is it possible. if not how...