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 dencom 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: renzocj
  • Content: Threads
  • Order by date
  1. renzocj

    Get averages from an array of data

    The visitor must answer 15 questions on a test where each question has 3 options, the form has 15 groups of "radio buttons". I managed to get all the answers from the form into an array but I don't know how to obtain the average automatically. Here is the code: HTML CODE for simplicity of one...
  2. renzocj

    Passing session id width JS not working

    In order to pass a session Id using the URL This works fine: <h1 id="goHome"><a href="home.php?<?php echo htmlspecialchars(SID); ?>">Inicio</a></h1> The h1 tags are inside little divs like buttoms, so the divs are links to home.php to: function myMenu() {...
  3. renzocj

    100 pages with rollover effects

    I have a page with 3 little divs for thumbnails and 1 big div for every of the 3 thumbnails images in real size. So I have per page 6 images, thumbnails and real size. I was trying to script this creating objects for the ID's of every div inside the page related to the product code of the...
  4. renzocj

    Unable to understand the &quot;this&quot; keyword

    As much as I try, I have read and tried many exercises and examples to understand the keyword "this" but so far I cannot understand how it works. The fact that "represents" objects confuses me too much. On my way to continue learning this language, I have hope that someone here can explain me...
  5. renzocj

    How to script two arrays for a mouseover event?

    I know this maybe sounds "newbie", perhaps I am still one. I have 3 divs, all of them in a group "name", there are h1 tags inside them with names too. Well actually I have many many divs like this in several pages so I must use a JS sheet (.js). <div name="area"> <h1 name="stringRed"> Mercury...

Part and Inventory Search

Back
Top