postmessage
Communicate opened tab with HTML5 solutions
Here is what i need: I have an index.html opened in my browser. I open a new window, for example, caller.html. When the caller.html loads in, it sends a message to the index开发者_开发知识库.html.[详细]
2023-03-17 07:00 分类:问答How to send object instances to WndProc
I\'m using my custom class that describes some states an开发者_开发技巧d values: class MyClass {[详细]
2023-03-15 18:58 分类:问答javascript postMessage not working
I don\'t know what to do. I tried several sample codes from different sources, I tried them in different browsers (from Chrome 9 to FF 4), and still nothing seems to be working with the \"postMessage\[详细]
2023-03-14 07:29 分类:问答Wrapping postMessage in jQuery
I\'m trying to learn jQuery, I want to make a simple postMessage client. Is it possible to wrap it in jquery? The first alert works, but the second does not.[详细]
2023-03-12 06:08 分类:问答PeekMessage not getting the message?
I\'ve created a custom message type for use in resizing my Window, called WM_NEED_RESIZE.I\'ve defined it in my .h file, and initialized in my .cpp file.I have also registered my WindowProc function t[详细]
2023-03-10 06:44 分类:问答Fancybox / iFrame location (cross domain) using postMessage
I am trying to grab the location of an iFrame (开发者_运维问答in a fancybox) when the user clicks a button in the title area. It\'s on a different domain so I\'m using postMessage, and I want it to gr[详细]
2023-03-06 23:50 分类:问答How to send string messages from a visual c# form application to a webpage
I have a c# windows form application with a webkit.net embedded. Now I was wondering if I can somehow send a string message to the webpage that the application opened.[详细]
2023-03-04 18:48 分类:问答Why isn't my TFrame "seeing" a posted message?
I just re开发者_运维技巧cently begun using TFrames heavily (OK, yes, I\'ve been living under a rock...). I thought frames supported Message hander method declaration--and I\'ve seen many examples of t[详细]
2023-02-28 06:25 分类:问答How can i sendRequest from background to background with chrome extensions API?
Right now i implemented the solution by creating iframes on the background, so it process the request, but its very untrusted solution + overkill, i have something like 400 files that every one of the[详细]
2023-02-21 06:56 分类:问答Emulate mouse events with PostMessage without gaining focus (WINAPI)
I emulated the mouse events using PostMessage and tested on the notepad application. I don\'t want to gain focus of the notepad application by sending mouse events.[详细]
2023-02-12 05:45 分类:问答