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...
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()...
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() {...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.