Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jelrod63

    asp:Dropdownlist onChange event not firing in IE but is in Mozilla

    adamroof here is the inline popup function you requested var inlineObj = function(width, height, path, file, params, obj) { showAllSelects(); showFlash(); divWidth = width; divHeight = height; if (path != '') url = "/" + path + "/_popups/" + file + "?" + params...
  2. jelrod63

    asp:Dropdownlist onChange event not firing in IE but is in Mozilla

    adamroof Thanks again for replying I really do appreciate it very much. I'm still getting the same error in IE: "Object expected" but when I changed the following the onchange event is being fired (Notice the part onchange="alert('Here I am')">): <asp:DropDownList...
  3. jelrod63

    asp:Dropdownlist onChange event not firing in IE but is in Mozilla

    To ca8msm: Thanks for your reply ca8msm but when I try to view the rendered HTML from the inline popup I cannot do so to see what the problem is with my page. Any clue on how I can view source from an inline popup page?
  4. jelrod63

    asp:Dropdownlist onChange event not firing in IE but is in Mozilla

    Thanks again for replying adamroof I tried what you said by putting the javascript in the head tag but I'm still getting the same error in IE.
  5. jelrod63

    asp:Dropdownlist onChange event not firing in IE but is in Mozilla

    I have an inline popup that has an asp:Dropdownlist that is NOT firing during the onChange event in IE but IS firing in Mozilla. In IE I'm getting the error "Object expected" Code 0 Below is the my code. Any help would be greatly appreciated. Code from my aspx page [code] <body> <form...
  6. jelrod63

    asp:Dropdownlist onChange event not firing in IE but is in Mozilla

    Thanks for the reply adamroof. I made the changes that you suggested but unfortunately it's still not working in IE. I'm getting the following error from IE: "Object expected
  7. jelrod63

    asp:Dropdownlist onChange event not firing in IE but is in Mozilla

    I have an inline popup that has an asp:Dropdownlist that is NOT firing during the onChange event in IE but IS firing in Mozilla. Below is the my code. Any help would be greatly appreciated. Code from my aspx page [code] <body> <form id="upSellForm" runat="server"> <table border="0"...
  8. jelrod63

    Need help with allowing multiple server forms on the same page

    That does the trick thank you very much.
  9. jelrod63

    Need help with allowing multiple server forms on the same page

    Yes I have UserControl that contains a Gridview and that UserControl is being place on a page that has a form. When I try to run the page I'm getting an error that says the page can only contain one form. I was wondering if there was a work-around of some sort. Thank you for replying and I'm...
  10. jelrod63

    Need help with allowing multiple server forms on the same page

    I have a userControl that is in a form that is being called from a page that is in a form. I'm getting a error that says you can only have one form per page. I'm fairly new to ASP.NET and this may be a dumb question but why can't ASP.NET allow multiple server forms to be on the same page...

Part and Inventory Search

Back
Top