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 wOOdy-Soft 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: *

  • Users: mperez5
  • Content: Threads
  • Order by date
  1. mperez5

    Numbering system for a dynamic slideshow

    Hello everyone, I have three rotating images and I like to have numbers under the image example 1 2 3 that rotates as the image changes. An example is: http://abcnews.go.com/ So far I am able to show the corresponding slide number, my problem is to show the other two numbers. Any clue is...
  2. mperez5

    Slideshow rotating image with alt tag

    Hi everyone, I am trying to have an slideshow for people with disabilities such as vision or hearing limitations. The place that I need help with is the array of alt tags that synchronize with the right image. The alt tag is not working for me, any help really be greatly appreciated? This is...
  3. mperez5

    How to skip the last record and output the second record an the rest

    Hello All, I need help in How to skip the last record and output the second record an the rest. I greatly appreaciate any help. This is what I have so far: SELECT my_id, name, lastName, my_date, myTitle FROM myRecords where myTitle='supervisor' order by ReleaseDate desc...
  4. mperez5

    opening a videos in the same page.htm by clicking a link or image

    Hello all, I am trying to have a page.html that have an image where I can click and open the video and if I click on the next link stop the first video and go to the second all in the same page.Any help would be greatly appreaciated, thanks. This is an example link...
  5. mperez5

    Coparing dates from two tables output the most recent record

    How would I be able to query my database and get the record that is the most recent from two tables. Any help would be greatly appreaciated. select m.multimedia_ID, m.ReleaseDate, m.status, News.ArticleID, News.ReleaseDate,News.status from multimedia, NewsFeatures where...

Part and Inventory Search

Back
Top