X
Tap here to go to the mobile version of the site.

Support Forum

Total questions: 76

5 questions in the last 24 hours have no reply. Help solve them!

93%
Showing questions tagged: websites Show all questions

Sort and Filter

Filter

Enter a tag. For example: "Firefox 14.0", "Windows 7", "crash"

Top Contributors

  1. cor-el
  2. jscher2000
  3. philipp
  4. iamjayakumars
  5. Tylerdowner
  1. the-edmeister
  2. ideato
  3. John99
  4. feer56
  5. amitshree

0

new this week

0

replies

8

have this problem

why can't i open google doc using google drive app?

i bookmark a lot of my google docs. when i'm using my android phone i expect that when opening those docs i get prompted with the choice to open them with the google driv… (read more)

i bookmark a lot of my google docs. when i'm using my android phone i expect that when opening those docs i get prompted with the choice to open them with the google drive app. but that just doesn't happen when i'm using firefox for android. instead, the mobile version of the google doc is opened. that's ok, but i would much rather open it with the google drive app. the same things goes for when i want to open, say, a link to a youtube video; i don't seem to get redirected to the youtube app on my phone to open it.

p.s. in case this is of any relevance: i have installed the phony add-on and set it to the android (phone) agent. that's the only way i've been able to open the mobile versions of some of these sites. otherwise, i used to get the desktop version.

Solved
Contributed

0

new this week

0

replies

3

have this problem

Basic authentication cache is not being cleared from the firefox browser with using JavaScript code when tries to override Uname,PWD and with response Http 401

Hi, I am trying to implement logout functionality for Basic authentication for our internal application with the below script. function clearCache(){ var ua= window.navig… (read more)

Hi, I am trying to implement logout functionality for Basic authentication for our internal application with the below script.

 function clearCache(){
  var ua= window.navigator.userAgent;
  if(ua.indexOf("MSIE") > 0){
  document.execCommand("ClearAuthenticationCache");
  return true;
  }else{
  $.ajax({
    url: '<%=request.getContextPath()%>/pages/PeleLogout.jsp',
    username: ' ',
    password: ' ',
    statusCode: { 401: function() { //alert('Logged Out') 
    } 
    }
    });
    return true;
  }
  }

This function is working properly when deployed in my local tomcat server, but it is not working after deploying in WebSphere6.1 server..

Solved
Contributed

0

new this week

0

replies

2

have this problem

sensitive keyboard using firefox 19

my keyboard is extra sensitive while using firefox on hotmail. com . I can type a user bame accurately, but when I type the password to login each key I press types in tw… (read more)

my keyboard is extra sensitive while using firefox on hotmail. com . I can type a user bame accurately, but when I type the password to login each key I press types in two or three character s. I can never login with my Firefox browser. I have no issues with hotmail using other browsers.


details: Firefox 19 Samsung Galaxy S3 Model I747M Android 4.1.1 Jelly Bean

Solved
Contributed

0

new this week

0

replies

1

has this problem

Which of the following 3D plugins work best with Firefox: Cosmo, Cortona, Flux, Octaga, Free WRL, Orbit Snap?

I am sharing a 3D application for family trees that require shared users to install one of the mentioned plug ins. I will be sharing on a website. I expect most invitees … (read more)

I am sharing a 3D application for family trees that require shared users to install one of the mentioned plug ins. I will be sharing on a website. I expect most invitees will be using Windows but also would like Mac users to have access. The developing company has not been extremely helpful in answering my question.

Solved
Contributed

0

new this week

0

replies

1

has this problem

How to disable save option in download messagebox in asp.net?

Programatically disabling save option in download dialog box.

Solved
Contributed