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 Mike Lewis 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. angeliamy

    double drop down - javascript

    This is an include, I stated that in the first thread. The Javascript isn't in the middle it's in the include file. When you view source on a page that has an include it puts it where the include is located. I don't know how you would have only one form when each process of the dropdown...
  2. angeliamy

    double drop down - javascript

    But each dropdown is a form and won't work without that setup. That is why I put it in a seperate file and did an include but it is still wrapped into the main form. It doesn't work if I take it out either. Do you know of a way to create a double dropdown without using forms?
  3. angeliamy

    double drop down - javascript

    What do you mean? The second form of the dropdown? I have to have the main form as this is what sends the data to the database.
  4. angeliamy

    double drop down - javascript

    I have a form that has an include in it that contains a double drop down that then populates three text boxes. The javascript that runs the drop down boxes consist of two forms to get them to work. Then the include and the rest of the data is surrounded by a form to input the data into a...
  5. angeliamy

    include javascript file in asp

    I tried that and that didn't work either. I'm not sure why though. The javascript file has 3 different javascripts in it but that shouldn't matter. The asp file has none and there isn't anything apparent conflicting. A little more detail- the form is a typical form in asp, the include...
  6. angeliamy

    include javascript file in asp

    I have several asp files that use the same javascript information. Instead of repeating the javascript on each asp page I'm wanting to use an include statement within the asp and refer to a singel javascript file. When I do this it disables the submit button on the original asp page. I really...
  7. angeliamy

    submit form to database - retrieve info

    Thanks but all I did was add a 25 second delay with a message for the load and that worked. But I'll try what you have as well. Thanks!
  8. angeliamy

    submit form to database - retrieve info

    It must be in one of my other connecting pages, when i run this page by itself it brings up the correct record...I just can't figure out where it's at. Somehow it is not pulling it up immediately...do you know how to make the page wait until to make sure the record is added?
  9. angeliamy

    submit form to database - retrieve info

    Notice I had commented out the original select statement to try the select all statement again.
  10. angeliamy

    submit form to database - retrieve info

    That works.... but it will always bring back #198 in the database for some reason. These codes, pages are pretty lengthy...the first page is the form, it is sent to the asp page that updates the database and then is this page is included in that one. Here is the code that is used to show the...
  11. angeliamy

    submit form to database - retrieve info

    That didn't work either... Is there another way to request the last record entered in Access? Perhaps if I change the query alltogether....
  12. angeliamy

    submit form to database - retrieve info

    The query is in the original inquiry. But here it is again - SQL = "SELECT TOP 1 * FROM page1 ORDER BY ID DESC;" This works in Access but won't work on the page. Now the query is on a page that is also used to update the record once it is seen. I think I'll eliminate everything from the page...
  13. angeliamy

    submit form to database - retrieve info

    I've tried that before but tried it again. I get the following error: [Microsoft][ODBC Microsoft Access Driver] The SELECT statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect. Not sure what else to try...
  14. angeliamy

    submit form to database - retrieve info

    I have an asp page that is submitting information from a form to an access database. Once it is submitted I want to immediately retrieve that data and display it on the web page. The information is being submitted but when it retrieves the information it is bringing back the second to last...
  15. angeliamy

    Import users from one W2000 server to another

    Yes, it's exported as a comma-delimited file and currently sitting on the new servers desktop, just waiting to be used! Do you have a way to import it?
  16. angeliamy

    Import users from one W2000 server to another

    I have one w2000 server and loading a second one. I have exported the users from the current server but need to know how to import them into the new server. They are not in active directory. They are local users. If I knew where the file was kept on the server that would help. Help!!

Part and Inventory Search

Back
Top