CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: adusumalli

Page 1 of 7 1 2 3 4

Search: Search took 0.13 seconds.

  1. Replies
    1
    Views
    795

    Need help on "onSubmit" Issue

    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...
  2. Replies
    9
    Views
    1,903

    Re: Problem to open popup in IE

    acceptLOVCompany() is calling from ozSlsLOVCompany.jsp which is popup window. From popup window i am calling that method. See the below code in popup window.


    <html><head>
    <script...
  3. Replies
    9
    Views
    1,903

    Re: Problem to open popup in IE

    customerPopupNameField is the 'Name' of the selected value in popup window and which is display in parent window text filed.
  4. Replies
    9
    Views
    1,903

    Re: Problem to open popup in IE

    any body give an idea ??
  5. Replies
    9
    Views
    1,903

    Re: Problem to open popup in IE

    when i try it as like this it is giving an error as "document.getElementById(..)" is null or not an object. i updated like this :


    function acceptLOVCompany( id, cn )
    {
    ...
  6. Replies
    9
    Views
    1,903

    Re: Problem to open popup in IE

    It is opening the pop up window with the above code. But problem is when i open a popup window if i choose one of option by radio button and selected value should update in parent window of text box,...
  7. Replies
    9
    Views
    1,903

    Re: Problem to open popup in IE

    hey thanks for reply.
    with the following code as per your updates it is opening the popup window.


    function openCompanyPopup( formName, idField, nameField )
    {
    customerPopupForm =...
  8. Replies
    9
    Views
    1,903

    Problem to open popup in IE

    Hi,

    I am facing problem to open a popup window in IE. But it works fine in Mozilla. I am getting an error as : 'document.forms[..].elements' is null or not an object' But i am passing value. and...
  9. Re: Working in IE but Not working in Mozilla ??

    Now I got it. thanks.
  10. Re: Working in IE but Not working in Mozilla ??

    thanks for immediate response. Actually my page shows no.of empty rows in table it looks like notebook lines. On that page when i click it opens a small prompt box. to create some appointments. From...
  11. [RESOLVED] Working in IE but Not working in Mozilla ??

    Hi ,

    In my application i have a small popup window. when i close the cornor icon(x) it's not closing in mozilla. But it is closing in IE. I am using the following code.



    function...
  12. Replies
    3
    Views
    1,627

    Re: how to stop calling JS method ?

    Actually It is working properly in IE. But not in Mozilla.
  13. Replies
    3
    Views
    1,627

    Re: how to stop calling JS method ?

    from this code , first JavaScript method is calling . and i am clicking the 'close' link in this code.


    <div id="fcNewApptName" onclick=""
    style="visibility: hidden; overflow: none;...
  14. Replies
    3
    Views
    1,627

    how to stop calling JS method ?

    Hi

    I have a onclick link to calling one Javascript method. after calling that JavaScript method the another Javascript method is also calling by default. so how do i stop the another JavaScript...
  15. Replies
    1
    Views
    6,120

    Can you give me an Idea on this ?

    Hi ,

    In my page i need to use two different dropdowns, one is for to display Users and other one is for to display Groups. But at a time only one dropdown will display. For this functionality i am...
  16. Re: How to open page when i click on Option values

    Now it's getting. thanks.
  17. Re: How to open page when i click on Option values

    It's not working. It is enter into the go() . but the JSP is not invoking at any time.
  18. Re: How to open page when i click on Option values

    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...
  19. Re: How to open page when i click on Option values

    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
  20. [RESOLVED] How to open page when i click on Option values

    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...
  21. Re: Getting Javascript error when i open popup.

    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...
  22. Re: Getting Javascript error when i open popup.

    these are the elements which already there. right ??




    buf.append( "<input type=text class=\""+className+"\" name=birthDay size=6 value=\""+birthDay+"\">" );
    buf.append( " <img...
  23. Getting Javascript error when i open popup.

    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...
  24. Re: Can i use form name of calling JSP in called JSP?

    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 ??
  25. Can i use form name of calling JSP in called JSP?

    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...
Results 1 to 25 of 153
Page 1 of 7 1 2 3 4





Click Here to Expand Forum to Full Width

Featured