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

22nd Jul 2019, 8:32 PM
Timmy junior Okirika
Timmy junior Okirika - avatar
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.
22nd Jul 2019, 8:37 PM
Anna/ŠŠ½Ń
Anna/ŠŠ½Ń - avatar
+ 2
Is your website already hosted?
22nd Jul 2019, 8:46 PM
Anna/ŠŠ½Ń
Anna/ŠŠ½Ń - avatar
+ 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).
28th Jul 2019, 5:24 PM
Roolin
Roolin - avatar
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
22nd Jul 2019, 8:40 PM
Timmy junior Okirika
Timmy junior Okirika - avatar
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.
22nd Jul 2019, 8:56 PM
Logan
Logan - avatar
0
Logan they are pages on the same site
22nd Jul 2019, 8:59 PM
Timmy junior Okirika
Timmy junior Okirika - avatar