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 derfloh 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. dev2006v2

    Get LABEL ID that is dynamic generated at server

    Got it. Thanks
  2. dev2006v2

    Onclick event in Netscape and Firefox

    Hello Onclick event on a label works correctly for IE but not for Netscape and Firefox. I already wrote extensive code for IE so I don't want to change much code. My understanding is that Netscape and Firefox doesn't support onclick. What is the best way around this??? Thank you.
  3. dev2006v2

    Drop Down List Access differenly from Server than Javascript

    Hello I am populating the some controls at server side and others with Javascript because I am using AJAX. The two Drop Down List gets populate by Javascript but when the user clicks "Search" button, then the server needs to get the selected values of the two drop down list to be processed at...
  4. dev2006v2

    Get LABEL ID that is dynamic generated at server

    Hello Dan, Thanks for the tip. When I incorporated it I get another error: "Microsoft JScript runtime error: Object required" function GetSelectedItem() { var LotNo=document.getElementById(this).innerText; ....... } Help! Thanks.
  5. dev2006v2

    Get LABEL ID that is dynamic generated at server

    Hello I am a newbie to Javascript. I have a list of labels that are dynamic generated by server. I need to get the ID from the LABELS for AJAX. There are 50 labels per page. The html looks like: <LABEL ID="Label1" onclick="GetSelectedItem()">Item A</LABEL> <LABEL ID="Label2"...

Part and Inventory Search

Back
Top