Some scripts don’t have javascript to refresh the page itself but when they are performing step by step installation, they can auto push new texts / steps / instructions to the web page.
How do they do this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s not entirely clear to me from your question what you mean (or pretty broad), this depends on how this was done, so a concrete example would be useful.
Anyway, normally this is done by creating an installer session and then submitting forms to a controller which will handle the input and decide upon the input and the current session’s state what to display next.