Set Default Webpage In Mozilla?
May 9, 2010How to set my default webpage is mozilla instead of IE8
View 2 RepliesHow to set my default webpage is mozilla instead of IE8
View 2 Repliesmy asp.net web application is good looking in IE whereas in Mozilla, the css/skin i've used doesn't work. what's the solution
View 3 Repliesafter I click the asp:button, mozilla firefox 3.6 never response my request. What should I do?I'm using vb.net to proceed.
View 7 RepliesI wanna to use web broswer control with mozila firefox instead of IE.
how can i do that?
I have a very strange problem using Mozilla Firefox (everything works well in IE8).I have a user control where I run code when the droplist is changed.
I use this code:
Code:
Protected Sub DropDownList1_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles DropDownList1.SelectedIndexChanged
[code]...
If I have entered "aaa" the alert appears, fine. But afterwards the dropdownlist is locked! I can't change it until I have changed the "aaa" to a real number. What happens???If I just make a complete new webform everything works well in Firefox, but using the user control the problem appears.
I am working asp.net 3.5. My page is displaying properly in IE but not in mozilla. See The image. I am hiding or showing Reject/ Reschedule : option on click event.
<tr>
<td align="right" style="padding-top: 4px" id="trRejResch" runat="server">
Reject/ Reschedule :
</td>
<td align="left" style="height: 25px;" id="trRejResch1" runat="server">
<telerik:RadComboBox OnClientKeyPressing="onKeyPressing" ID="txtRejResch" MarkFirstMatch="true"
runat="server" Width="157px" Height="60px" CollapseDelay="0" CollapseAnimation-Duration="0"
DataSourceID="sqlDSRejResch" DropDownWidth="154px" AllowCustomText="true" DataTextField="nTypeDesc">
</telerik:RadComboBox>
<asp:SqlDataSource ID="sqlDSRejResch" runat="server" ConnectionString="<%$ ConnectionStrings:SqlConnectionString %>"
SelectCommand="select nTypeDesc from NoteType where nType in (2,3)" />
</td>
</tr>
I have ocx in my web application which are working on the IE by doing settins under
-?Trusted Sites->customlevel->ActiveX->download unsigned control[by enabling it]->RunActiveX control-[enable]-!
Now I need the functionality in mozialla firwfox and chorme browsers.
i have used "embed" tag for Flv file, Flash Player for "swf" file and "object tag for other files.. everything working fine with IE but in Mozilla only swf files working properly.. way to play video of any type in IE and Mozilla both
View 2 Repliesthis is the code working fine with IE but not working in mozilla.
ResumeExists---is the physical location of file in my server
Response.Clear();
Response.ClearContent();
string path = Server.MapPath(ResumeExists);
string name = System.IO.Path.GetFileName(path);
string ext = System.IO.Path.GetExtension(path);
Response.AppendHeader("content-disposition", "attachment; filename=" + name);
Response.WriteFile(path);
Response.End();
The web site was built on asp.net platform. Ajax enabled. It works very well on ie or chrome, but it does not work on mozilla...? You see arrows work great but the numbers does not appear?
how can i fix..
http://dexiab-2.hosting.parking.ru//Default.aspx#world the link to see the detail..
Using vb.net/asp.net 2005 with a Master page.
I developed a page where the formatting looks great in Internet Explorer 8 but when I open the same page in Mozilla Firefox 3.6.3 it does not center the div horizontally (left to right) but instead has the div and content inside on the left side of the page.
I have the following Snippet of code.The hover has a problem in Mozilla - It changes color on hover but some times it does not revert back when we go out.Mind you it only happens sometimes.Also in such cases if I examine the HTML using FireBug I can see that the Extra Class is assigned even after hover is out.It works OK on IE .This is a simplified versionAlso as you can see I am setting color on the TR.But this does not change the Color on TextBoxes inside TR. How can I make sure the background color of the Controls contained in the TR is also changed on hover.
<style type="text/css">
.HighLight
{
[code]...
I am using a list of SelectListItem in C# to populate the items of a dropdown.When I select another option, IE8 just updates the same displaying the selected value, but in Mozilla, the selected value is not displayed.I am using MVC 2.0. The whole page is reloaded with the selected option of the changed one.I am confirming by seeing the "view source".What might be the problem with Mozilla
View 1 RepliesAt page level I have set EnableEventValidation="false" and at Page_load below code is written:
Code:
grdMaster.Attributes.Add("OnClick", String.Format("{1};this.disabled = true;document.getElementById('lblProgress').innerHTML='Generating...It will take approx 30 Mins.'; {0};", ClientScript.GetPostBackEventReference(grdMaster, ""), ""));
Above coding is fine in IE but it does not work in Mozilla.
What could be the reason?and what is the solution on this?
This is my code for making textbox accept number only.
<asp:TextBox ID="txtRotationNo" runat="server" onkeydown="return NumberOnly();" CssClass="textbox"></asp:TextBox>
function NumberOnly () {
if(!(event.keyCode>=48 && event.keyCode<=57) && event.keyCode!=8) {
event.returnValue=null;
}
}
This code is working in Chrome and Opera, but not in firefox.
xml parsing error no element found location line number 1 column 1. If run every application this error come (in mozilla only). how to rectify this error.
View 1 RepliesI have problem while executing asp:button. The problem description is :
1. I have master page
2. I have asp:textbox to write values
3. I have asp:label to show values after response
4. I have asp:button to response user and write values into asp:label
5. After click button, in mozilla firefox 3.6 its not shown a values
This is my master page.aspx code :
[Code]....
this is my webform.aspx code :
[Code]....
this is my webform.aspx.vb code :
[Code]....
I've a webform which looks very orderly and properly formatted when opened in an IE browser while when the same form is opened in firefox it appears very distorted. One of the DDL's moves over on the top of the page while accessing the form in firefox.I've been using Visual Studio 2008 for the development.
I know this might sound very silly to some but I have been struggling with this issue for some time so decided to post it here.
I have a problem with a simple site that is not requiring login. When run in internet explorer
it works as it should. But when I try to access the page with Mozilla Firefox or Apples Safari
i get a login prompt and no valid useraccount can be entered. I have tried setting authentication mode to either Windows or Forms but it makes no difference.
I can cancel to get the page to load but then I see my logo is not showing
(Logo in Images/file.jpg) When I try to use a link to another page it does not allow me access denied.
As said before with IE everything works OK!! Frustrating, probably something simple...
Even more frustrating On another server it works OK,
Application in Swedish server works
Application in US Server does not work with other browsers but IE.
Same setup for server, IIS 6 Windows server 2003 .Net 2 & 3.5
var newcpe = $find(cpe);
newcpe._doOpen();
I am using the above code to open the collasible panel. But its working in IE only. Not working in mozilla. But I can get the collapsible panel id in both the browsers by alert(newcpe);
i am using fileupload server control it's working fine in IE but when i execute the same code on Mozila firefox it showingCould not find a part of the path 'D:TestLogo what is the error and how to can i correct the error.
View 7 RepliesIn my application modal popup extender is not working in mozilla. but it is working well in IE 7 perfectly.
View 1 RepliesI have a Collapsable panel which I have placed inside another panel.
When this renders I can see the title panel, but the content panel does not appear at all. When I look at this content through Firebug it's greyed out. However if I then look at the CSS for this generated Div I can make the panel appear one of two ways:
Disable the setting "overflow-y: hidden" and then the panel displays below the title panel
Add the line: "float: left" to the div and this then displays it.
This div is created by the CollapsiblePanelExtender itself and I don't know how to control this myself when rendering the page. I can set the float in the panel itself, but this is inside the Div created by the control and doesn't seem to affect it's running.
This works perfectly fine in i.e.
Here's the code
[Code]....
.scrollBarCol {
scrollbar-face-color: rgb(35,53,110);
scrollbar-arrow-color: rgb(155,203,235);
scrollbar-track-color: rgb(155,203,235);
scrollbar-highlight-color: rgb(35,53,110);
[Code] ....
I have used this code for changing the color of scroll bar but it does not work for mozilla.
I am working on a financial portal and I am having a problem..I don;t know what to call it so i mentioned it as an 'unknown to me' problem..I have a webpage..whenever I click on any button on my webpage, the request goes through..but nothing show up on the webpage..then If I click on another link and then again come back to previous link,then only I see the results of button_click..
e.g.
I have a currency conversion and investment form..so after filling up the form in following way and if I click on "INVEST" then nothing shows up..
so now if i click on any other link and go back to 'buy currency' link I see the result as 'investment successful'