why autohotkey write document inside html <iframe>?

Post a reply


In an effort to prevent automatic submissions, we require that you complete the following challenge.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :| :mrgreen: :geek: :ugeek: :arrow: :angel: :clap: :crazy: :eh: :lolno: :problem: :shh: :shifty: :sick: :silent: :think: :thumbup: :thumbdown: :salute: :wave: :wtf: :yawn: :facepalm: :bravo: :dance: :beard: :morebeard: :xmas: :HeHe: :trollface: :cookie: :rainbow: :monkeysee: :monkeysay: :happybday: :headwall: :offtopic: :superhappy: :terms: :beer:
View more smilies

BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: why autohotkey write document inside html <iframe>?

Re: why autohotkey write document inside html <iframe>?

by joedf » 04 Oct 2022, 08:48

Glad a solution was found! :+1:

Re: why autohotkey write document inside html <iframe>?

by iamqiz » 03 Oct 2022, 21:01

@Ben the Coder
@joedf

sorry for late response, thanks for your help!
i found a solution to disable using iframe in autohotkey document:
set "isFrameCapable=false" in /docs/static/content.js

@joedf the link that you provided is useful, i will try it later, thanks!

Re: why autohotkey write document inside html <iframe>?

by joedf » 05 Sep 2022, 09:51

I think it's a matter of keeping the search and everything else loaded while only changing the document page. Otherwise, we would be reloading everything. Maybe this could help?
https://h.readthedocs.io/projects/client/en/latest/publishers/embedding/#enabling-annotation-of-iframed-content

Re: why autohotkey write document inside html <iframe>?

by Ben the Coder » 05 Sep 2022, 09:40

Not sure what you mean, but you might want to talk to one of the administers as they could help.

why autohotkey write document inside html <iframe>?

by iamqiz » 05 Sep 2022, 05:28

I use Hypothesis to highlight text on web,
but because autohotkey write document inside html <iframe>, so Hypothesis don't work ,
i want to know why autohotkey use iframe ?
and how to solve this problem?
thanks
Snipaste_2022-09-05_18-27-48.png
Snipaste_2022-09-05_18-27-48.png (68.83 KiB) Viewed 1247 times

Top