Tagged Questions
0
votes
2answers
20 views
Displaying PDF in iframe when JS is disabled
hi im displaying the pdf using iframe in my application when JS is disabled and when it is enabled im using the PDF.js. The problem is when JS is disabled the iframe is loaded but it shown the html ...
2
votes
1answer
16 views
A panel scrollbars doesn't work with a label content
I am trying to put a Label control within a panel control. the panel control is supposed to enable the user scroll down when the label content grows bigger than the panel capacity.
<%@ Page ...
0
votes
2answers
63 views
ASP.NET - onkeydown event not working in Firefox
So I am having an issue in Firefox with the onkeydown event for an image button. I don't want the button action to fire until they let up off the button. So this works great in both IE and Chrome. ...
0
votes
0answers
50 views
Cannot click/enter text into TextBox in FireFox
I am using Visual Studio 2010.
I have replaced the default jquery libraries 1.4.1 with version 1.9.1.
I include all of these files to my project within the master page as follow:
<script ...
0
votes
0answers
32 views
Firefox and Chrome does not send cookie information from embedded object
I am having a problem related to Firefox and Chrome not sending cookie information when a request originates from an embedded object.
Here is the scenario:
We have an embedded object that needs to ...
0
votes
1answer
75 views
Firefox displays question marks(?) instead of Unicode Text in ASP.net Textbox , OK in IE 8.0
We used Asp.Net Textbox in Application.In the Textbox user can Enter the unicode
character(Marathi/Devnagari).when I Browse this Application with IE 8.0 it works fine, it
displays the Unicode ...
1
vote
1answer
47 views
How to get the onfocus event to fire for checkbox in firefox and chrome
In IE i am using an onfocusin event and everything works as expected for the checkbox however onfocusin only works with IE and not other browsers. Also the onfocus doesn't work for checkbox's either ...
0
votes
0answers
31 views
freeze Gridview header for latest version of Firefox and IE browsers
Is there a solution that could fix the issue on freeze gridview header for the latest version of Firefox and IE browsers?
Seems to be that all available solutions I have encountered are not working.
...
1
vote
0answers
53 views
Crystalreports toolbar is missing when browsing through iis 7
i have designed a web page in asp.net and vs 2008.
In this web application i have a from which pop up the crystal reports window .When i run the application through Visual studio 2008 and browse it ...
2
votes
1answer
54 views
Images are not visible in firefox when browsing through IIS 7
I am designing a web pages in asp.net with visual studio 2008.
When i publish the website and deploy it on iis version 7 and browse the page then this page is showing all of its content like toolbar ...
2
votes
0answers
110 views
Server-Side workaround to force client to ignore PDF.js (Firefox's built in viewer saves with .aspx extension)
Firefox's built in PDF viewer (PDF.js) has an issue with saving PDF files using the URL as a guide (thus saving them with a .aspx extension than a .pdf one). Has anyone found a temporary workaround ...
1
vote
2answers
68 views
Browser issues : How do I check what is being sent to page (IE version 10)
I have an ASP.net website that was working fine with IE9, Mozilla, chrome but with IE 10 users have lot issues. The UI and even the functionality (like clicking on button, login/logout do not work) ...
0
votes
2answers
151 views
website UI & functionality issues with Internet explorer 10
I have an ASP.net website that was working fine with IE9, Mozilla, chrome but with IE users have lot issues. The UI and even the functionality (like clicking on button, login/logout do not work).
The ...
0
votes
3answers
206 views
Log in as different user using asp.net windows authentication
I have created a asp.net web application and have used windows authentication, for testing purposes i want to use the application as a different user.
I thought running firefox as a different user ...
1
vote
1answer
51 views
Image doesn't display in Internet Explorer
In my aspx file ,
<div id="blueBar">
<div style="position: absolute;">
<asp:Image ID="Image1" runat="server" ImageUrl="~/Styles/images/blueBar_01.jpg" ...
1
vote
0answers
42 views
ASP.Net, ASPX Firefox
I am hoping someone might help me better understand or resolve a problem I am having with Firefox that I suspect may be related to a website that uses ASP.net to gather my account information and ...
2
votes
2answers
466 views
How to disable Firefox default PDF viewer / Plugin using asp.net?
I need to disable Firefox default PDF.js viewer through javascript (or) asp.net. I found one non-programmatic solution in Firefox options:
Options--> Application-->Content type Portable document ...
2
votes
0answers
137 views
C# Google Login API
I'm currently developing a web site and Google Login is one of the features. So far so good. Google has a lot of documentation of its own API and some examples. BUT, here is my trouble.
I'm using C# ...
0
votes
3answers
72 views
Javascript function does not fire in Firefox
I am facing a weird issue in Firefox: I use javascript to open a pop-up when the user clicks some text and it seems that my Javascript function does not fire at all. It works perfectly in IE, Chrome ...
0
votes
1answer
71 views
Why double click expecting instead of single click using javascript:void(0) in Firefox? [Resolved]
I have next link:
<a id="HeaderImage1Tab" style="display: block;" onclick="HeaderImage1Tab(this);" href="javascript:void(0)">- Header Image 1</a>
clicking this link call next js code:
...
0
votes
1answer
21 views
Unable to browse a page hosted in Visual Studio dev server using firefox
I am developing a web app using ASP.net 4.0.
When I browse it using IE8, it appears all correct.
But When I try to browse it using FireFox 19.0, it says:
Connection refused
Description: ...
0
votes
0answers
43 views
ASP Page.User empty when using Firefox WebDriver and AutoAuth plugin
I have set up a profile that I'm loading into FirefoxDriver with saved user/password and AutoAuth plugin enabled.
I'm not prompted for the saved password when I run the test but when I inspect the ...
1
vote
0answers
193 views
Visual Studio won't stop debugging until i close browser
I've got the following problem, this issue doesn't happen all the time but only sometimes, though once the issue is there it won't disappear until i restart my PC:
When i'm debugging in google chrome ...
0
votes
1answer
64 views
Anonymous authentication show a popup?
If you go to this website using Firefox, you will see a popup window like this:
If you go the website using google chrome you won't see any popup.
0
votes
0answers
40 views
load page repetitively using firebug
On the webpage
http://www.bseindia.com/members/DirectoryOtherIntermediaries.aspx?expandable=2
there are tables. When we click on next page number a java script gets executed. Does anyone know how to ...
0
votes
1answer
107 views
Download data from a table on webpage with dynamic content
Hi all I want to download the tables from
http://www.bseindia.com/members/DirectoryOtherIntermediaries.aspx?expandable=2
To navigate to next page a java script gets run:
eg: ...
0
votes
1answer
749 views
how to use parent.parent.document.getElementById on firefox?? asp.net
i have a javascript function that does work on Internet Explorer... but doesn't work on firefox nor google chrome.
Here's the example...
function CerrarFrame(src, id, tamArreglo)
{
...
-1
votes
1answer
109 views
Firefox: Image does not load on aspx code
I just use simple code to load image in asp.net image control, it works fine in IE but firefox does't show image. the line of code is:
string path = "F:\\Image\\";
string img = ...
1
vote
1answer
228 views
beforeSend: AJAX jQuery POST doesnt pass header value in firefox
I called a REST service in jQuery AJAX POST. The service is called and the http request becomes POST request when I dont use the beforeSend function in AJAX call. But when the beforeSend function is ...
1
vote
1answer
39 views
Firefox and ASP.NET - Escapes quotes in scripts
Firefox alters my scripts, when I use:
txtEmail.Attributes.Add("onfocus", "GetNewAccountHelp('email');")
Chrome, IE and Safari has no problem, but Firefox outputs the following:
<i>
...
0
votes
1answer
619 views
NetworkError: 405 Method Not Allowed in WCF REST service in Firefox browser
Possibly Duplicate :
NetworkError: 405 Method Not Allowed in WCF
I called a REST service in jQuery AJAX POST. It works fine in IE8. But shows "NetworkError: 405 Method Not Allowed" in Firefox. I ...
0
votes
0answers
338 views
Using enter to select item twitter bootstrap typeahead on firefox
I am having a problem with firefox submitting my form when you press enter to select an item from the typeahead. Chrome and Internet Explorer work as expected where you press enter once to select the ...
1
vote
2answers
114 views
Overzealous “Remember my Password” in Firefox
I had Firefox "remember my password" for my site, and I have a screen that allows me to create a new user, so it has inputs for username and password. These inputs are named something entirely ...
0
votes
1answer
48 views
Is it possible to deny minify one line (or region) in css file by Microsoft Ajax Minifier?
I started use Cassette library in our project. This library use Microsoft Ajax Minifier by default. I face problems breaking html layout on some pages only in firefox browser. I found that problem is ...
0
votes
0answers
101 views
Unable to get https in IIS Express to show on Firefox “Renegotiation is not allowed on this SSL socket.”
I'm using IIS Express and ASP.Net 4. When I view my site in https in IE, it shows perfectly. However, in Firefox I get the error:
Secure Connection Failed
An error occurred during a connection to ...
0
votes
2answers
140 views
Validation does not work in Firefox, works fine in IE
I have an email validation code on client side. It works fine/as expected in IE but somehow doesnot show error messages in Firefox.
Below is the code:
<asp:ImageButton ID="btnLink" runat="server" ...
1
vote
2answers
362 views
asp.net dropdown postback not working on firefox
I am using dropdownlist placed inside ajax tab container.but it doesnt postback even though i have set autopostback property to true.This happens only in firefox and not in IE or chrome.Can any body ...
0
votes
1answer
91 views
Mozila Firefox - setting the content of an iframe isn't working
I am having a hard time trying to set the content of an iframe using Firefox browser.
In my code I have a label for which I set the content in code-behind on page load event
<asp:Label ID="lbnAdd" ...
1
vote
1answer
207 views
Firefox white box while playing embedded WMV file
WMV files are not playing in mozilla browser (version : 17.0.1) for the first time while loading browser, instead it show a white box. When I switch between tabs or open applications and come back, it ...
1
vote
2answers
229 views
MVC3 FormsAuthentication cookie not obeyed in Firefox and Chrome, works in IE
I'm stumped. I have an MVC3 application that is using FormsAuthentication with a custom token (storing some additional user data). It works in IE. In Firefox and Chrome, however, the cookie is not ...
0
votes
3answers
144 views
How make ASP.Net recompile page on changes?
I created an aspx page and viewed it in Firefox and Chrome and it worked correctly, running the C# code. But when I make changes to the page (including deleting everything and serving up a blank ...
0
votes
3answers
131 views
How make Firefox see changes to .aspx page?
I created an aspx page and viewed it in Firefox and it worked correctly, running the code. But when I make changes to the page (including deleting everything and serving up a blank page), Firefox ...
0
votes
2answers
214 views
enable firefox pop ups in C#
I'm working on an Asp.Net application. I needed to open some hyperlinks in new tabs, I've already done that, but my companie's customers use firefox and have recently reported that firefox asks them ...
0
votes
0answers
44 views
Asp.net event firing issue in Firefox
I'm trying to open a window with window.open (JavaScript) command in my Asp.net(VB) website and it's working normally.After that in pop-up page, server side events are not firing such as Page Init or ...
2
votes
1answer
175 views
HTML Firefox table alignment issues
This code seems to run fine on every browser except for firefox. On firefox the first row of each table is properly aligned, but then the rest of the rows are way off to the right. This is my first ...
0
votes
1answer
137 views
Why is there always an additional extension .sdx appended to my file?
I've got a strange problem here: in an ASP.NET controller I do that:
public ActionResult ExportTex()
{
Response.ContentType = "text/plain";
...
1
vote
1answer
100 views
How to view the web server http response size in KB?
I include jquery, jquery-UI and some jquery plugins in my website and I'd like to know the size in kb of each response, specially the first one. How can I see it in Firefox, Chrome and IE8?
Thank ...
1
vote
1answer
221 views
CKEditor “insertHtml” is working for FF but not working for IE8
I want to append a new HTML tag in ckeditor content.
bellow code is working fine for FF but its not inserting the tag in IE8.
setData() will not work for me. I think it's replacing all content with ...
1
vote
1answer
139 views
How to make javascript debugger enable in firefox
Say you have javascript code sample like below in asp.net page body onload event.
function OnloadHandler()
{
...
debugger;
...
}
We know when run this in IE ,the debugger just like a ...
0
votes
0answers
64 views
Strange behavior of firefox with document.write() javascript
i have problem with loading content via document.write() in firefox.my code do working in all other browsers but firefox.what i am doing is make ajax request to server and get whole page as response ...




