has anyone found a solution to this yet? I joined so I could continue this thread but I'm not allowed to reply to the original message!
I am having the same situation, web browser used in a C#.NET project throws alert when DOM is changed. I'm bypassing it by throwing out a "n" keypress event when I anticipate the alert box, but it's sloppy and occasionally causes the n to insert elsewhere if a user changes focus before the...
Search Result
Collapse
18 results in 0.0043 seconds.
Keywords
Members
Tags
-
stop webbrowser DOM changed alerts
-
how to detect blocked plugins
I am working on a site which requires multiple plugins like Flash, SilverLight etc. and I show a notification to user when any of required plugin is missing or not installed using JavaScript
Code:var nav = navigator.plugins["Silverlight Plug-In"];
-
Firefox ignores my "margin-top:-30px;" Help!
I'm in the process of debugging my cross browser discrepancies for a website. It shows up perfect in Chrome and Safari, looks horrible in IE but only has ONE error in Firefox. I thought it would be simple to fix, but of course not! Here's the problem:
The navbar should overlap the scrolling banner, but Firefox seems to ignore my negative top margin code. I've tried so many approaches to fix this I've lost count! Here's the code:
... -
How to bring up file browser dialog for flash?
hi is there some kind of way to bring up the file browser window in flash i can do it in html but cant find a way in flash.I want to send this value(location string) to a php file for uploading.I have seen it before its on this applet (http://www.element-it.com/multiple-file-upload/flash-uploader.aspx) but i don't need it to have that many options.
this is what i want but in flash as2 if possible.
Code:<input name="uploaded_file"
-
Why won't the android browser won't load and/or display my XML data?
I'm trying to find out why the android browser won't load and/or display my XML data. This javascript works fine on computer browsers (FF, IE, Safari, Chrome, Opera) and even in iPhone's Safari, but when I view the same page in my android's browser, nothing is displayed...it' s just blank. Is it a javascript bug in the android browser?
Code:<html> <head> <script type="text/javascript">
-
Browse won't show the default page
Let me start by saying I'm a newbie to this .Net development and I'm currently assigned to crack into an old ASP.NET v1.134 website source to rebuild it. The website is part of a solution consisting of 11 projects. The website project where the default.aspx is located, say projA, has a project file called projA.csproj with the url http://localhost/appname/projA.csproj in it. There's another suspicious project file called appname.csproj I found in... -
Run a Long running Report.
I have a scenario where on my page(reports.as px) I submit a report request to a class(ReportWri tter.cs) in a web app. The class in turn uses a webservice to submit this job to the DB(Oracle 10g). The service returns me only the JobID. The class then uses the JobId and polls on a DB table(Jobs_Queu e) to check if this job is completed or not. If it is completed, it returns a path where the pdf is saved to the calling page. The calling page then uses... -
retrieve value from a hidden field on asp.net page
Hi, I have a access form, which has some text fields on it and a few buttons and a web browser control.
How it works:
- user enters some information in the text field.
- user clicks button to go the the web page.
- web page opens a Silverlight application.
- user does what they need to and saves (in this case) a graphic on a map.
- The Silverligth application takes the ID of the graphic and places it on the ASP.Net page using
-
Mozilla/Linux automatically resizing window tiny amount...
I've been testing Cufon type replacement and noticed for the first time that Mozilla/Linux is resizing my page ever so slightly (I guess to fit elements to the window since Firefox/Linux is running on a machine with a squarer aspect ratio than my Mac screen). I dont have the same trouble with Safari/OSX or IE/WIN. I am continuing to test.
I know this is happening because the type replacement JS Cufon was displaying with tiny artefacts.... -
How to grab text from web browser
I have 1 form (Form1). Within this form there is a Web Browser (webBrowser1), that automatically loads to a site. Keep this in mind for later.
I have a text box (TextBox1). When the web browser loads, I would like to grab text from a particular ID (I already know the ID of the element) and I would like it to be put into the textbox.
I have tried the below code but I get an error when I try to run it.
TextBox1.Text... -
Annoying IE 7 Display problem
Hello,
I am having an annoying issue with Internet Explorer Period. My website shows perfectly on all other browsers except for IE. Any suggestions/ideas will be appreciated. Basically the problem is that on the top of the screen there is a little bit of space which is not supposed to be there. That is causing the layout to look messed up. You can see what I am talking about at <removed>. I have tried everything to get it to display...Last edited by Dormilich; Apr 18 '10, 06:27 AM. Reason: link removed as it violates the Posting Guidelines -
Open URL and refresh it continuously from C# app
How can I develop a C# application to open a page in a web browser, given the URL, and refresh it continuously (always the same URL)? -
Insert text in flash
Good evening i got a question, hope that someone can answer it. Yes i have all ready used the search function and nothing showed up.
If you load a flash website in a webrowser inside your application, is it then possible to enter text in a flash form field. I have looked everywhere but i couldn't found a solution. Well hoping that someone here will be able to provide a solution. -
Disable Cookies...
Somebody suggest me a simple way to disable cookies using C# code. -
Why am I seeing the PHP code in the browser?
Hi All,
Actionscript/Javascript programmer new to PHP.
Just installed MAMP on my MacBook - no problems, all works well.
Also successfully configured Dreamweaver to work with Apache/MySql (using official Adobe instructions)- again, no problems.
I'm now trying to run some very basic PHP pages - intro/tutorials type stuff - but they don't work: content generated with regular HTML shows up correctly but anything...