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

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

    troubleshoot java.exe responding very slowly

    Hi experts, I don't know where else to go with this question and would be grateful if you could point me in the right direction. I've run RenderX XEP 4.6 for several years with no problem, but suddenly it is VERY slow to respond, 2-3 minutes just to open a file. I believe it is a problem with...
  2. crw150

    does preloading images affect load speed of default page?

    My page has 17 thumbnails, and onmouseover an enlarged image of each thumbnail is displayed. The code for preloading images is at this FAQ: faq216-4652 If I include that code on my default page to preload all the images, including the large hidden images, does that make the default page load...
  3. crw150

    sum of results of multiple functions

    Hello, I'm working on a script to show an enlarged image onmouseover of a thumbnail (see www.tylerkrieg.com). It works except for positioning. I have these two functions (they work independently, I've tested): function findPositionY( obj ) { . . . return [ obj.y ]; } function...
  4. crw150

    thumbnails with enlarged image on hover, varying sizes

    Hi, I have a page with numerous thumbnails (see www.tylerkrieg.com). At present, clicking a thumbnail makes an enlarged version of the photo open in a new window. But I need to change this to a mouseover event so that on hover, a larger version of the image appears, then goes away when you...
  5. crw150

    use javascript to load external .js file in Netscape 7

    Hi, I'm a javascript novice and have searched for days but am still lost. The code below is supposed to load an external .js file depending on the browser in use. It works fine for IE and Firefox. But it Netscape 7 it only loads the css file, not the .js file. I've tried all the variations I...
  6. crw150

    toggle display--functions conflict

    togShow controls individual buttons. expandCollapse controls all buttons. But the two functions do not work correctly together. What have I done wrong? The button to expandCollapse all must be clicked 2 or 3 times before it works. And once the "all" button has been clicked to hide all, the...
  7. crw150

    toggle text on multiple buttons

    Please point me in the right direction. The following correctly expands or collapses the notes, but the button value does not toggle between "display" and "hide"--only the first button in the document shows the correct text when clicked. I understand that using the [0] I'm selecting only the...
  8. crw150

    expand/collapse all using elements

    Hi, I'm an extreme newbie to JavaScript, have searched dozens of threads and examples, but I'm still not sure what I should be trying to do. My XML document contains <item> elements, and some <item> elements contain a <note> element. I managed to write a JavaScript code that lets the user...

Part and Inventory Search

Back
Top