in reply to Re^4: Can I communicate with my phone from my computer?
in thread Can I communicate with my phone from my computer?
So, this doesn't work. LOL
<HTML> <STYLE> BODY { SCROLLBAR MARGIN:0; BORDER:NONE; overflow:hidden; } </STYLE> <BODY TOPMARGIN=0 BOTTOMMARGIN=0 LEFTMARGIN=0 RIGHTMARGIN=0 SCROLL=NO> <IFRAME ID=MYFRAME WIDTH=100% HEIGHT=100% SRC="http://www.bing.com"> </IFRAME> <SCRIPT> function CheckFrame() { var URL = ""; var SUCCESS = 0; try { URL = document.getElementById('MYFRAME').contentWindow.location.hr +ef; SUCCESS = 1; } catch (e) { SUCCESS = 2; } if (SUCCESS == 2) { SUCCESS = 0; try { URL = document.getElementById('MYFRAME').contentDocument.locatio +n.href; SUCCESS = 1; } catch (e) { SUCCESS = 2; } } if (SUCCESS == 2) return; alert(URL); } setInterval(CheckFrame, 4000); CheckFrame(); </SCRIPT>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Can I communicate with my phone from my computer?
by Anonymous Monk on Dec 12, 2019 at 13:34 UTC |