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 strongm 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. paperless

    Passing results from JS to webpage

    Here is a Javascript function which can deal with the (IE), Netscape(NN) and Mozila(MO) differences: function ChangeContent(id, str) { if (type=="IE") { document.all[id].innerHTML = str; } if (type=="NN") { document.layers[id].document.open()...
  2. paperless

    Someone change this Pattern...

    I use x = value.replace (/^0+/, '') to remove all leading 0 first. Hope this helps. "When in doubt - move a pawn"
  3. paperless

    Message size in the Shared queues

    Segmentation/Grouping will do the trick, but often doing you own data compression can save time and effort too. "When in doubt - move a pawn"
  4. paperless

    MQ Training

    MQSoftware does offer a nice course too. Not sure about your area.

Part and Inventory Search

Back
Top