shanuragu
12-19-2003, 07:22 AM
Hi
I am designing a quiz module, where in questions like fill in the blanks will be in the following pattern ..
I am a TeaPot __________ & ________.
This pattern is stored in the data base & displyed on the screen from the db (using while loop).
My problem Is it possible to replace dash (ie, ______) with a text box so that the user can enter the answer in that?? .
How can recognize '-' using CSS??
My thinking using CSS is recoganize the '________' & replace it with a text box (innerHTML). Is it possible?? if so How can I implement it???
Please help its very urgent.
shara:confused:
I am designing a quiz module, where in questions like fill in the blanks will be in the following pattern ..
I am a TeaPot __________ & ________.
This pattern is stored in the data base & displyed on the screen from the db (using while loop).
My problem Is it possible to replace dash (ie, ______) with a text box so that the user can enter the answer in that?? .
How can recognize '-' using CSS??
My thinking using CSS is recoganize the '________' & replace it with a text box (innerHTML). Is it possible?? if so How can I implement it???
Please help its very urgent.
shara:confused: