# Checking if two web pages are the same

**URL:** https://community.thunkable.com/t/checking-if-two-web-pages-are-the-same/547125
**Category:** Questions about Thunkable X
**Created:** [March 31, 2020, 10:48am UTC](https://community.thunkable.com/t/checking-if-two-web-pages-are-the-same/547125 "2020-03-31T10:48:41Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![wincanyons](https://avatars.discourse-cdn.com/v4/letter/w/e19b73/32.png) [@wincanyons](https://community.thunkable.com/u/wincanyons)
#### Post date: [March 31, 2020, 10:48am UTC](https://community.thunkable.com/t/checking-if-two-web-pages-are-the-same/547125/1 "2020-03-31T10:48:42Z")

</div>

I’m trying to build an app that displays two web pages in 2 Web Viewers ( in the upper and lower half of the screen ) and that has to check if these pages are equal while the user navigates. (Image below)

For example, let’s say I open on the upper Web Viewer the Google main page and on the lower one the apple web page.

Once the page are loaded i search on Google( Upper WV) the apple web site.

I would like my app to notify the user that the two pages displayed are the same.

I tried by checking the URL of the two Web Viewers but it does not work, it seems that the URL variables are not updated every time I change page

From your experience are there any other methods to check if the 2 pages are the same ? It doesn’t have to require mandatorily the URL. I could work also with the text on the page or the html code or java.  
Thank you so much

Uploading: image.png…

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [March 31, 2020, 10:57am UTC](https://community.thunkable.com/t/checking-if-two-web-pages-are-the-same/547125/2 "2020-03-31T10:57:40Z")

</div>

A post was merged into an existing topic: [Web Viewer does not update the variable](https://community.thunkable.com/t/web-viewer-does-not-update-the-variable/541433)

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [March 31, 2020, 10:57am UTC](https://community.thunkable.com/t/checking-if-two-web-pages-are-the-same/547125/3 "2020-03-31T10:57:41Z")

</div>


