java - How to disable refresh button once user goes on a particular web page? -


I have to create a web page for an online quiz that will display the same question for each user in different sequences. Now, I have written code that raises random questions every time, when users go to that page The user goes to that page with the login ID and password I used random tasks in the query which gives a query in different order for each user. But now the problem is that when I refresh that page question order for that user. So I want to disable the refresh button. Can you please tell me how to disable it? Or is there any other way?

It is impossible to disable the Refresh button.

You can try to save the order of questions in users session and then use it.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -