Enable/Disable javascript in IE on the fly

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
malcev
Posts: 1769
Joined: 12 Aug 2014, 12:37

Enable/Disable javascript in IE on the fly

12 Jun 2015, 10:39

I have written this code, but it does not work in loaded IE.
Please any help.

Code: Select all

f11::
regwrite,REG_DWORD,HKCU,Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3,1400, 0
dllcall("wininet\InternetSetOption","int","0","int","39","int","0","int","0")
return

f12::
regwrite,REG_DWORD,HKCU,Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3,1400, 3
dllcall("wininet\InternetSetOption","int","0","int","39","int","0","int","0")
return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: balawi28, JKJadan, ntepa and 188 guests