简体   繁体   中英

recording data from html5 widget

I am trying to form a quiz widget using HTML5. At the end of the quiz, I have to record the results of it when the user hits the "send" button. The user doesn't need to see the records. How should I do this? Can I use html5 or do I need javascript or something else for recording?

Its good you are using HTML5 but are you really using html5 elements? if yes then its OK but as understood the more of your widget will be javascirpt driven, you can store the entries send to database using ajax.

Thanks Dhiraj

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM