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

    Help with the following script

    Jaxtell, THANK YOU! It works like a charm. I had tried something similar but from your example my syntax was off quite a bit. This is a great community! I've had a couple javascript problems and both times answered within an hour. Keep up the good work.
  2. stooee

    Help with the following script

    I am trying to fade in a div and then fade out a div using a coupld of links. The fade in works great, but the fade out is giving me problems. The div doesn't fade out it just dissappears. if I remove the if statement from the fadeOut function, the item fades out but the fade in link no longer...
  3. stooee

    Help with a glitch

    Hey guys maybe you can help me out again. I've come across something else that is a little troublesome. When you click the play button after the script has been paused it re-runs the div it was paused on then goes to the next div. Is it possible to jump to the next div without having to wait for...
  4. stooee

    Help with a glitch

    Thanks vicvirk! That did it. And thanks feherke. I should have changed the id's to begin with but was lazy and was just trying to get this working. Sorry about not using the code tags I will remember for next time. Thanks for the quick replies.
  5. stooee

    Help with a glitch

    I have this javascript code for rotating through divs that displays a small navigation with numbers and a play/pause button. Everything works well except the first time it runs it shows the first div, then fades the first div in again then runs smoothly after that. I've been looking at it for...
  6. stooee

    Limit number of records shown in xml

    ASP. Actually I figured it out. if i use datapagesize="5" within the the <table> tag it will limit the number of records to 5 rows. unfortunately using data islands the way i did the page only displays properly on IE. I can't for the life of me get the microsoft.XMLDOM to work to display...
  7. stooee

    Limit number of records shown in xml

    I only want to show the first five records from an external xml file. how is this done? here is the code i am using to display the xml file. Any help would be appreciated. <XML ID="XMLID" src="http://www.medicalnewstoday.com/rss/dentistry.xml" async="false"> </XML> <table width="75%" border="0"...

Part and Inventory Search

Back
Top