I dont know if this is related with what was happening in the messages below this one.
It does.
<iframe> becomes fully operational if:
1- load iframe in new "pd_canvas.html ",
2- load a local html in that window with:
window.open("D:/purr-data-clean/win32_inno/build/doc/1.manual/x3.htm","_self")
3- Then back to "pd_canvas.html " with:
window.open("D:/purr-data-clean/win32_inno/build/bin/pd_canvas.html","_self");
Not only is working correctly, also if a link has to go to a new tab, it opens a new window.
What do you suspect is that trouble?
Mensaje telepatico asistido por maquinas.
From: Pd-list pd-list-bounces@lists.iem.at on behalf of Lucas Cordiviola lucarda27@hotmail.com Sent: Tuesday, January 31, 2017 4:18 AM To: Alexandre Torres Porres; pd-list@lists.iem.at; Jonathan Wilkes Subject: Re: [PD] Purr Data rc4
There are problems with the <iframe>:
window crashes if other document is required inside of it or if reloading with F5 @ the devtools console.
But links inside same document work.
I dont know if this is related with what was happening in the messages below this one.
Mensaje telepatico asistido por maquinas.
From: Pd-list pd-list-bounces@lists.iem.at on behalf of Lucas Cordiviola lucarda27@hotmail.com Sent: Tuesday, January 31, 2017 2:52 AM To: Alexandre Torres Porres; pd-list@lists.iem.at; Jonathan Wilkes Subject: Re: [PD] Purr Data rc4
I can browse online if :
1- load a local:
window.open("D:/purr-data clean/win32_inno/build/doc/1.manual/x3.htm","_self")
2- load a remote:
window.open("http://www.lucarda.com.ar/pd-tutorial%22,%22_self")
Mensaje telepatico asistido por maquinas.
From: Pd-list pd-list-bounces@lists.iem.at on behalf of Lucas Cordiviola lucarda27@hotmail.com Sent: Tuesday, January 31, 2017 2:15 AM To: Alexandre Torres Porres; pd-list@lists.iem.at; Jonathan Wilkes Subject: Re: [PD] Purr Data rc4
More:
I can browse local files like any browser, but I cant browse online, it just crash the window whenever I request other page than which I loaded via:
window.open("http://www.lucarda.com.ar/pd-tutorial%22,%22_self")
This is incosistent, I could but I can`t again.
Mensaje telepatico asistido por maquinas.