Disk Space and Click to Update Usage

edje

New member
Joined
Nov 9, 2009
Messages
4
Hello,

When I click in Direct Admin with Internet Explorer on Disk Space, Click to Update Usage it always worked en you get a confirm.
But since I use Mozilla Firefox and I click on Disk Space, Click to Update Usage nothing happens. It does not work with Firefox

What is the problem en who's knows what to do so it works with Mozilla Firefox?

Thanks, Ed
 
Have you tried reloading your page (the refresh/reload icon in Firefox)?

Jeff
 
Have you tried reloading your page (the refresh/reload icon in Firefox)?

Jeff

Hello Jeff
Yes, several times but nothing happens. I ask my webhost provider and they known it either.
Very strange with Firefox.

Thx, Ed
 
What version of Firefox? What OS?

Anyone else see a similar problem?

Jeff
 
What version of Firefox? What OS?

Anyone else see a similar problem?

Jeff

Firefox version 3.5.5, Vista Home Premium
I don't know if anyone else has this problem, I asked our Webhost provider en he had no solution.
I did not ask him of other people had the same problem en he dot not tell me,

Maybe is the Firefox version the problem?
Has nothing to do with this problem, but when ik click on a link in Windows Mail, the link opens in Explorer and not Firefox. But I am using Firefox at this moment.
The same problem with Windows Live Messenger, when i have mail Explorer opens en not Firefox.
I made Firefox the standard browser but no result, Explorer opens in Mail en Live

I hope my English is ok, I am Dutch.

Greetings , Ed
 
I'm running 3.5.5 on Kubuntu Linux. I don't know the page on which you're seeing the problem so I can't tell. Please tell me the URL (leave out domain name) so I can check on the same page.

Your other problem: I had the same problem with Kubuntu; it didn't want to use firefox; it tried to use konqueror, the default browser.

It took a few hours to find all the places I had to fix it. Try asking on a firefox forum or on a Windows forum.

Jeff
 
I'm running 3.5.5 on Kubuntu Linux. I don't know the page on which you're seeing the problem so I can't tell. Please tell me the URL (leave out domain name) so I can check on the same page.

Your other problem: I had the same problem with Kubuntu; it didn't want to use firefox; it tried to use konqueror, the default browser.

It took a few hours to find all the places I had to fix it. Try asking on a firefox forum or on a Windows forum.

Jeff

Jeff, I just mailed my Webhosting. When i click on Disk Space to update usage in Direct Admin with Firefox nothing happens.
But I just went to Site Summary / Statistics / Logs in Direct Admin and there I see Total Disk Usage (MB) Update. I clicked on Update en this works.
The first doesn't work but the second method works
Strange, but I wait for a answer from my Webhosting

The other problems with Firefox, I try to get a answer on a Firefox forum

Thx again, Ed
 
I have found the same problem:

in the html this code:
Code:
<a class=tabtext href="javascript:onClick(document.updateform.submit());" title="Click to Update Usage"><b>Disk Space</b><br></a>

should be :
Code:
<a class=tabtext href="#" onclick="document.updateform.submit();return false;" title="Click to Update Usage"><b>Disk Space</b><br></a>
 
Back
Top