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 TouchToneTommy 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. dtaylorODIM

    Hidden value changed by javascript on submit reverting before postback

    I found the problem. Apparently IE will use the name of an element for it's ID which was causing me problems. I decided I would just try to remove the old inputs and replace them with proper values. In trying to figure out how to do this I decided to call alert(sort1.parentNode.name);so I...
  2. dtaylorODIM

    Hidden value changed by javascript on submit reverting before postback

    Having looked through some of the other posts here I'll give you guys the client side code after the php has run it's course. <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>.: INTRANET - ECO Listing</title> <script language=javascript>...
  3. dtaylorODIM

    Preload and Display/Hide Three Flash Files

    I'm certainly not an expert so my appoogies if this doesn't work out for you. You could try leaving the divs visible in the HTML code and have javascript hide them once the files have loaded to the client. the body's onload event should work for this. It might look something like this: <head>...
  4. dtaylorODIM

    Hidden value changed by javascript on submit reverting before postback

    I just thought I'd add this since I thought of it. The output is split into multiple pages and the links to each page are set up the same way but they work. <script language=javascript> function submitPage(page) { /* this function is used to submit the form information for changing...
  5. dtaylorODIM

    Hidden value changed by javascript on submit reverting before postback

    Hello everyone, I'm working on a page which displays a table of information from our database. This table can be sorted by clicking on the header on the column by which you want to sort. A request has come in to make it possible to sort by 2 columns at once and that has given me the...
  6. dtaylorODIM

    Outlook Distribution List from AD Distribution Group without Exchange

    I'm trying to set up a centrally maintained distribution list for my company. We have a 2003 Native AD structure with 2003 and 2008 servers. Some of our users are using Outlook 2003 and others are using Outlook 2007. Due to changes by our ISP our previous method of distributing email company...

Part and Inventory Search

Back
Top