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

    I already did but my browser apparently does not allow cookies, so I wanted to have a second way to establish the session. LOGIN PAGE: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <?php session_start()...
  3. 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() {...
  4. 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...
  5. 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...
  6. renzocj

    How to script two arrays for a mouseover event?

    Amazing answer, thank you Feherke!
  7. renzocj

    How to script two arrays for a mouseover event?

    Thanks Vacunita The CSS pseudo class was not an option because the control was over the div to change a color over a h1 tag. The idea is to make a script in order to change the color of the words inside the h1 tags when someone put his(her) mouse over the div. However, thank you for the...
  8. 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