shanuragu
12-19-2003, 07:55 AM
Note : I had posted this under css section , later I was advised by one of the expert to post it under this section.
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 --using VB script).
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???
Also if I get '___' by InStr function of VB srting .. How can I replace it with a text box???
Please help its very urgent.
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 --using VB script).
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???
Also if I get '___' by InStr function of VB srting .. How can I replace it with a text box???
Please help its very urgent.