# Retrieve web page from remote browser

**URL:** https://discourse.processing.org/t/retrieve-web-page-from-remote-browser/1784
**Category:** Beginners
**Created:** [July 15, 2018, 8:39am UTC](https://discourse.processing.org/t/retrieve-web-page-from-remote-browser/1784 "2018-07-15T08:39:07Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![jorgeeduardojonas](https://avatars.discourse-cdn.com/v4/letter/j/9de0a6/32.png) [@jorgeeduardojonas](https://discourse.processing.org/u/jorgeeduardojonas)
#### Post date: [July 15, 2018, 8:39am UTC](https://discourse.processing.org/t/retrieve-web-page-from-remote-browser/1784/1 "2018-07-15T08:39:07Z")

</div>

Hello!  
I was wondering if it is possible to “grab” a web page direction from different computers, smartphones, etc. and open in it in a target computer or server computer…Is this possible?  
Could someone please point me into the direction if it is?  
Many thanks in advance!  
best!  
Jorge.

---

<div class="post-metadata">

### Author: ![kfrajer](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/kfrajer/32/196_2.png) [@kfrajer](https://discourse.processing.org/u/kfrajer)
#### Post date: [July 15, 2018, 4:43pm UTC](https://discourse.processing.org/t/retrieve-web-page-from-remote-browser/1784/2 "2018-07-15T16:43:20Z")

</div>

> [@jorgeeduardojonas](#):
>
> I was wondering if it is possible to “grab” a web page direction from different computers, smartphones, etc.

This is not Processing related. If the page is a link, you can try loadStrings. if the page you want to get is loaded in the other computer, no, I don’t think you can.

Kf
