0
How can I change html page contents?
I want to change the html page contents of one page from another page how do I go about this
7 Answers
+ 2
You can change the code or make an automatic link to another page. As soon as the user enters the site, it will be automatically redirected to another page.
+ 2
Is your website already hosted?
+ 1
Cbrā[ Not Active ] is right, you can use a combination of PHP and jQuery ajax to achieve this. The ajax will run a php file to check verification, and then handle the output of the php file (in this case, true or false).
0
ŠŠ½Š½Š° there is a page on the site that says "not verified go to profile and verify" in the profile there is a form they will fill I want that page that says "not verified go to profile and verify" to show "verified" after they click submit on the form page
0
This is going to be a problem if you are talking about making a change from one domain to another. For obvious security reasons you would be restricted from doing this. Now what you can do is have two different websites that save/edit/delete information from the same database using API endpoints and therefore one website can GET and display the updated information after it is changed by the second website. But direct HTML changes between two websites is not possible.
0
Logan they are pages on the same site