browser

get current webbrowser url or webbrowser content

▼魔方 西西 提交于 2019-12-25 05:01:32
问题 I made a login button and want to check if the user logged in or not. I though 2 ways to do that. Check if the webbrowser url is equal with a url (If user login successfully the url is url1, and if not the url is url2) Check if the current webbrowser content contains a word (for example if user login successfully, then in the redirected page should have "Thank you" message) I want to mention that all is working my only problem is to check if he logged in or not public void Login() {

Flash Player trust file not working with Embedded browser on linux

喜你入骨 提交于 2019-12-25 04:33:58
问题 I have an application which embeds a xulrunner based browser. I have to load some flash content in this browser. At certain points of time the flash changes my URL and Page Title to reflect the location in the flash file where I am at. This works fine in a firefox browser when I place my trust file at /etc/FlashPlayerTrust folder with entries for the directory and the swf file I want to trust.( according to the Flash security guide http://www.adobe.com/devnet/flashplayer/articles/flash_player

Create a webbrowser in Flex?

隐身守侯 提交于 2019-12-25 04:32:02
问题 Is it possible to create a webbrowser inside a Flex (not AIR!) application? I want to display some links in a Flex application and when a user clicks the links, it should open a custom component with some sort of a webbrowsing component. Is it possible? 回答1: Check this out: http://www.deitte.com/archives/2006/08/finally_updated.htm has a great example if that doesn't work for you, look at this: http://code.google.com/p/flex-iframe/ 回答2: Short answer - no. There are some simple html rendering

Microsoft Edge Extension tab content

我们两清 提交于 2019-12-25 04:27:08
问题 I am exploring a bit on Microsoft Edge extension development. Basically I am trying to read HTML content of a tab. Below is code snippet from my solution. My manifest.json looks likes below { "name" : "HTML Reader", "version" : "1.0.0.0", "author" : "Stack Memory", "browser_action" : { "default_icon" : { "20" : "icon_20.png", "40" : "icon_40.png" }, "default_title" : "Sample extension", "default_popup" : "index.html" }, "content_scripts" : [{ "js" : ["js/index.js"], "matches" : ["*://*/*"] }

Microsoft Edge Extension tab content

不问归期 提交于 2019-12-25 04:27:02
问题 I am exploring a bit on Microsoft Edge extension development. Basically I am trying to read HTML content of a tab. Below is code snippet from my solution. My manifest.json looks likes below { "name" : "HTML Reader", "version" : "1.0.0.0", "author" : "Stack Memory", "browser_action" : { "default_icon" : { "20" : "icon_20.png", "40" : "icon_40.png" }, "default_title" : "Sample extension", "default_popup" : "index.html" }, "content_scripts" : [{ "js" : ["js/index.js"], "matches" : ["*://*/*"] }

WCF Configuration File for Browser Interaction?

百般思念 提交于 2019-12-25 04:26:51
问题 I have a simple WCF 4.0 service with some simple methods and a property with a getter that returns List. The service works fine when connected to programatically. The getter is decorated as are the other methods on the Interface that define the service contract. My next move is to make the service accessible via the IE web browser so server/deployment admins can do a "smoketest" after service installation. This works currently: http://localhost/myservice.svc?wsdl But I need to take things

IE not showing whole text from topojson - just 2-3 words

拥有回忆 提交于 2019-12-25 04:12:22
问题 I have big browser issue. In my project I need all browser working, but somehow the IE is just showing 2 and a half word. Look at this jsfiddle.net/kwoxer/5uc17jwr/3/ In Firefox and Chrome it's working. So it's a IE issue. I have the latest IE 11. Can someone tell me why it just happens to IE and also for what reason. As you can see the code is printing text on lines. 1. idea Could it be because the direction is negative? So the IE is just able to sure text going from left to right? But that

C# - Get variable from webbrowser generated by javascript

寵の児 提交于 2019-12-25 04:03:54
问题 have downloaded page by webbrowser and need to get mail address. But it is generated by javastript. In code i can find this script: <script type="text/javascript" charset="utf-8">var i='ma'+'il'+'to';var a='impexta@impexta.sk';document.write('<a href="'+i+':'+a+'" onclick="_kt.i(386728, 20);">'+a+'</a>');</script> I read everywhere how to Invoke script, by i don't know his name. So what i want is to get "a" variable value. EDIT: Code before: ... WebBrowser wb = new WebBrowser(); wb

Magento returns 404 error on all browsers except Firefox

纵饮孤独 提交于 2019-12-25 03:52:57
问题 I've set up Magento on a local XAMPP installation and started developing a theme. Everything works OK on Firefox, the browser I usually use for development. However, on all other browsers, all I get when accesing the page is a 404 Error "Page not found" shown using Magento's default theme. I should mention that I am not accessing it using the "http://localhost/sitename" address. I have created a virtual host so that I access the site by going directly to "www.sitename.com", even though it's

Magento returns 404 error on all browsers except Firefox

和自甴很熟 提交于 2019-12-25 03:51:07
问题 I've set up Magento on a local XAMPP installation and started developing a theme. Everything works OK on Firefox, the browser I usually use for development. However, on all other browsers, all I get when accesing the page is a 404 Error "Page not found" shown using Magento's default theme. I should mention that I am not accessing it using the "http://localhost/sitename" address. I have created a virtual host so that I access the site by going directly to "www.sitename.com", even though it's