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. Snapa02

    Slideshow image fade in/out...

    I was wondering - does anyone know how to make the images in my slideshow fade from one to another? I have the slideshow working nicely - all but that and I am not sure how to write that part in. Here is the code: <script language="JavaScript1.2">...
  2. Snapa02

    Hyperlink image rotator...

    Hey Chris - I just tried a different script and I have it working... all but, I want a fade in and out with each image.... not sure how to do that. Anyway - here is the code I am using. <script language="JavaScript1.2"> /*********************************************** * Flexi Slideshow- ©...
  3. Snapa02

    Hyperlink image rotator...

    Very nice - thanks Chris - I'll give it a go. :)
  4. Snapa02

    Hyperlink image rotator...

    I am using the following code to rotate images on my home page for www.onoradsolutions.com and I would like to hyperlink each of the images in the rotator to go to a different page in the website, but I am not sure how to write in the hyperlink code. Could somebody please help me. I apologize...
  5. Snapa02

    Form won't post to database...

    Hello Nickdel - Your new code worked!! It is posting to the database now, but the only thing - your error handling worked great and it is giving me back and error - INSERT INTO workorder (clientname, mdate, priority, approval, designtime, mdescription, completed) VALUES...
  6. Snapa02

    Form won't post to database...

    Hello Nickdel - I tried the code and it didn't work... It acts like it wants to submit - or that it is submitting and then comes back to the same page with no errors. (I do want it to come back to the same page because I will use the page over again after I have submitted a record). Can you...
  7. Snapa02

    Form won't post to database...

    Hello Nickdel - Thank you for getting back with me about my dilema - I appreciate it. The names of my 2 pages are changerequests.asp (this is the form and the processing page) and the other page that shows my results is changeorderresults.asp (I did not put the code for this page up here...
  8. Snapa02

    Form won't post to database...

    Hi there, onpnt - thank you for the reply, I appreciate it. Yes, you are right, when I submit the form - nothing is going into the database. I took off the on error resume next handle to see if I would get an error, but no - it isn't giving me an error. I'm really sorry - I am a very beginner...
  9. Snapa02

    Form won't post to database...

    Hi there - I need some help with my code if you all might be so kind. Here is the scope - I have created a 2 page database app that will create and show work orders when I create them. I am currently running this on my home IIS but will be getting ready to upload to my web server. See the first...

Part and Inventory Search

Back
Top