What work with IE does NOT work in FireFoxName: Bill Schultz
Email: altmailatbresnandotnet
Product: Firefox
Summary: What work with IE does NOT work in FireFox
Comments:
If you open http://www.allseeingeye.whatshisface.org in Internet
Explorer and click on the links you will hear Audio Files play that are
attached to the different web pages.
You will also notice dissolve transitions between the pages.
When you click on the 1st small eyeball you will see a form appear.
Now run the same Web Site in FireFox.
1. No Audio.
2. No page transitions.
3. Instead of the form appearing, FireFox gives an error message.
It...
Shell not working in web form but working with windows forms.
Hi!
I want to run some exe files (Exa: Internet explorer) using shell command in asp.net. Its not working if its a web form. But working fine with a windows form.
Pls. extend ur help.
Thanx.
What are you expecting to happen? How are you trying to run the exe files? Where do you expect it to run?
Anything run through server side code will run on the server, and in an invisible window, at that. The program will run under the security context of the ASPNET user by default, and so likely will not have the proper authority to do much of what you want, unless you midify its rights...
login.aspx wont work in IE but works in Firefox when uploaded to a web host
Please correct me if i posted in the wrong thread, i am a newbie here and this is my first postI have created a login page which i coded manually, while i was developing the application it works fine but when i uploaded it, the login page wont work in IE but works great in Firefox, just for an info i do not use the ASP_NETDB.mdf SQL Express Database but rather i use my own database. Here is my code I hope you could help meImports System.DataImports System.Data.SqlClientPartial Class login Inherits System.Web.UI.Page Function countUser() As Integer&nb...
CreateUserWizard works in IE and does not work in Firefox
hi all!please help on subject.When I press button create user in Internet explorer wizard takes me to next step (or final step in may case). it is good.When I do the same in firefox - wizard reloads page and I am again on first step of createuserwizard. What could possibly be wrong? please advice
I think authentication may cause the difference. And you can check if there is any custom CreateUser Event handler or any method of the class has been overwritten.
I have event handlers for CreatedUser, NextButtonClick, SendingMail events. But I need them.By the way, simple Cre...
Button not working in IE (but works in Firefox)
Not sure why this has come up, but I've been recently alerted that a button is no longer working. I haven't touched this part of the code in a while - it works fine in Firefox but not in I.E. I really can't figure out where the problem is. <asp:button id="btn2" type="submit" onclick="changeleague" text="Yes" runat="server" /> Form tags there, as I said works in Firefox. I can't understand how there could be browser issues with browsers, but any help that could be provided would be greatly...
Buttons do not work in IE but they work in Firefox
I installed the issue tracker in a windows 2003 sever running other asp.net apps, not when I use IE to open the page and I clik to any button they do not work but if I use firefox they work perfectly. Any Ideas why?
Thanks
Arrendajo
Sounds like you need to lower IE's security settings for your Issue Tracker site. ...
AJAX not working in IE but works on Firefox
I have an ASP.NET application using AJAX.net. However the ajax does not work on IE and everytime I do something it does a full postback. Everything works on firefox except the updating panel does not show up while processing the request. Workls perfectly on local machine. Any idea on why it does not work on IE would be appreciated.
Hi,
I am afraid we cannot find out the exact root cause without further information captured when the problem occurs.
May this helps you: http://forums.asp.net/t/1084001.aspx
To troubleshoot this issue, we really need the source code to reproduce the problem,...
Ajax working fine in Firefox but not working in IE
Hi Everyone!
I have a simple HTML page from where I am trying to send User name and Password through ajax to check credentials. Its works first time fine in IE but after logging out from account and again on trying to login, control stays on same page itself. Its not getting to redirected to User home page even on entring correct details
At the same time if I give wrong details, it will show corresponding error.
I am not understanding the problem, please someone help me with this issue.
For reference code is below:
//calling login() from the pag...
JSCRIPT not working with IE but works with Mozilla Firefox
Hello everyone,We have issue in our company we were never able to resolve. Our Intranet system was deleted so it was restored. Since we restored our server from backup we are having issues with Javascript. Any of our applications that call for a javascript file stopped functioning. For example we have control that call for a abc.js the application cannot find this file. Here is a mystery it works with Firefox but not IE 6 or 7. We have wokred with Microsoft engineers but they were not able to resolve the issue either. If anyone have any ideas what we do to fix this please let me know.
...
Java not working for Web sites but work for IEName: James Yellowlees
Email: jyellowleesathotmaildotcom
Product: Firefox
Summary: Java not working for Web sites but work for IE
Comments:
on different internal web sites it seems that the java code for Firefox
doesn't work. I get weird errors and the web pages don't display or
display incorrectly... One error is
Document.all.activitylistcontainer.runtimestyple is undefined. and
another one is error in parsing value for property 'clip'. declaration
dropped. now the weird thing is that IE all versions work correctly.
Browser Details: Mozilla/5.0 (Windo...
javascript (to control video) works in IE but not work in FirefoxHi,
I'm interested in synchronizing video with powerpoint slides. To
control the video I use javascript but it does not work in FF.
Here is the adress you can check.
www.metu.edu.tr/~ari/smil
When you click on an item below the video, the video should go to
appropriate time. when you check it with IE it works fine but in FF it
does not work.
If anyone can help, I'll appreciate.
Thanks
_fatihari_ spoke thusly on 21/06/2006 8:57 AM:
> I'm interested in synchronizing video with powerpoint slides. To
> control the video I use javascript but it does not...
AJAX page not working with Firefox but works fine with IE
I have an AJAX enabled page that is working great in IE but in firefox, the hyperlinks and buttons within updatepanels are not clickable. This is very odd. There are no javascript errors on the page but in the status bar, a message is constantly displayed saying "transfering data from localhost.....". Does anyone have a clue what could be causing these problem.
Update -
I removed all of the AJAX update panels on the page and I still am unable to click any links or linkbuttons. The "tranfering data from localhost" message has also disappeared.
This led me to believe that something was w...
Hyperlink is working in Internet Explorer but not working in Mozilla Firefox
Hey Everybody, i am developing website in ASO.Net and i am using Hyperlink Control in this website but those hyperlink doesn't work in Firefox.My code is: <table border="0" width="1000px"> <tr> <td style="height:20px" align="left"> <...
Javascript function is not working in IE and not working in Firefox 1.5I dynamically create Options in a Combobox using javascript
like:
var cboBox=document.getElementById("cboTest");
var aoption=new Option("--Select--"," ",false,false);
cboBox.add(aoption);
It works fine with IE
It does't work with Firefox 1.5
Could anyone help me!
Thanks in advance
Prakash S wrote:
> I dynamically create Options in a Combobox using javascript
> like:
>
> var cboBox=document.getElementById("cboTest");
> var aoption=new Option("--Select--"," ",false,false);
> cboBox.add(...