[PHP] Re: Dhtml/javasript layer tips or software (0.T)

2006-08-18 Thread Jo�o C�ndido de Souza Neto
Hi.

There´s many ways to do it, could you suply us with more information about 
that to led us in a straight line of thinking?

Thanks.

-- 
João Cândido de Souza Neto
Curitiba Online
[EMAIL PROTECTED]
(41) 3324-2294 (41) 9985-6894
http://www.curitibaonline.com.br

Ryan A [EMAIL PROTECTED] escreveu na mensagem 
news:[EMAIL PROTECTED]
 Hello,
 I am working on a php project that needs a little
 extra JS/DHTML solution. I am sure some of you might
 have come to use something like this before, please
 recommend a solution (commerial solutions are fine /
 willing to pay)

 Basically, I will have a page with around 10 questions
 for students and then two buttons for [HINT] and
 [SOLUTION]

 When either of these buttons/text is clicked the
 resulting text should be displayed in the side/bottom
 cell, the user should also be able to 'close' this
 resulting explanation.

 Note, on each page there will be around 10 questions,
 so each of these questions will have a hint  solution
 button/text.

 Thanks in advance,
 Ryan

 --
 - The faulty interface lies between the chair and the keyboard.
 - Creativity is great, but plagiarism is faster!
 - Smile, everyone loves a moron. :-)

 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Re: Dhtml/javasript layer tips or software (0.T)

2006-08-18 Thread Peter Lauri
Some might suggest using JavaScript and storing the hint and solution with
that. However, then it is easy for the student to cheat. You could use AJAX
for this to load the info from the server upon request and put it into an
alert or into a div with a specific id using innerHTML (JS).

/Peter



Ryan A [EMAIL PROTECTED] escreveu na mensagem 
news:[EMAIL PROTECTED]
 Hello,
 I am working on a php project that needs a little
 extra JS/DHTML solution. I am sure some of you might
 have come to use something like this before, please
 recommend a solution (commerial solutions are fine /
 willing to pay)

 Basically, I will have a page with around 10 questions
 for students and then two buttons for [HINT] and
 [SOLUTION]

 When either of these buttons/text is clicked the
 resulting text should be displayed in the side/bottom
 cell, the user should also be able to 'close' this
 resulting explanation.

 Note, on each page there will be around 10 questions,
 so each of these questions will have a hint  solution
 button/text.

 Thanks in advance,
 Ryan

 --
 - The faulty interface lies between the chair and the keyboard.
 - Creativity is great, but plagiarism is faster!
 - Smile, everyone loves a moron. :-)

 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php