Work offline does not workName: Saad Shamsaei
Email: saaddotshamsaeiatgmaildotcom
Product: Firefox
Summary: Work offline does not work
Comments:
Hello.
i use ff 3.1 beta 2. i usually use work offline. ff3.1b2 was ok. but
when i change option->offline storage cashe from 50 to 200 mb my ff got
slow and haevy. i delete my offline data. and then browsed the web. but
after that my work offline doesnt work!
Browser Details: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b2) Gecko/20081201 Firefox/3.1b2
From URL: http://hendrix.mozilla.org/
Note to readers: Hendrix gives no expectation of a...
Does not work as Safari worksName: Norihide Kimura
Email: nkimuraatwtadotattdotnedotjp
Product: Firefox Release Candidate
Summary: Does not work as Safari works
Comments:
Please refer to the URL http://web.mac.com/nori44/.
There is PHOTOS(PARTY) which is clicable name on the topline of the page.
When you click of it, ther should be appeared the photographs and you
will be able to enjoy slidshows on Mac Safari or Firefox Windows
version. But it doesn't work on Firefox Mac version.
Browser Details: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; ja-JP-mac; rv:1.9) Gecko/2008051202 Firefox/3.0
From...
PXE no work to do... was working
My imaging setup was working friday, and now all of a sudden all I get
is "no work to do" I have done a DSREPAIR and still nothing happens...
Any ideas?
sending PROXY_CMD_PXE_FILE packet
proxyGetPXEFilename returned workToDo = 1
proxyGetPXEFilename returned SUCCESS
PXE Filename = /cmds/z_auto.cmd
pxeProxyInit Success
EXIT ZENGetPXEFilename returning (workToDo) 0
EXIT ZENGetPXEFilename returning (filename) /cmds/z_auto.cmd
--
joshund
On Mon, 09 Oct 2006 15:19:30 GMT, joshund wrote:
> Any ideas?
any change?
could you post the imgserv log when yo...
unescaping working or not working
I have created a very simple webservice, which returns a string like this : <div>hello world</div>. When returning the string, it is encoded like this: "\u003cdiv\u003eHello world\u003c/div\u003e". I would then like to place the returned string (in the variable called value) on a div in my HTML like this: $get('myDiv').innerHTML=unescape(value);But the value is not decoded/unescaped. If I then start firebug and enter: unescape( "\u003cdiv\u003eHello world\u003c/div\u003e") it is decoded/unescaped correct. Wh...
BorderManager VPN Stops working after ISP has router probsBM 3.6 VPN. We have two server to server VPN connections. Both have
been
trouble free for over a year. Recently, the ISP for one of the remote
offices had a router melt down. The router was repaired/replaced
several
hours later. Since then(3 days ago), we have not been able to
re-establish
the VPN. If I "reset" the VPN tunnel, the server on the other side
"hears"
it and states that the VPN has become disconnected and re-connected.
However, no traffic seems to be able to get through the tunnel.
I assume the ISP made some change to their router to cause...
Worked in 7. no work 8.Just wondering if something has changed in the PB logic from PB 7 to 8.
The thing that's not working is too complicated to tell in detail, but the
overview is this. I have a window that has a static text object on it .
This object is passed values that tells the user you are on "Record x of x",
for a datawindow that is part of the window.
My problem is this. I have a retrieve dialog that the user enters criteria
in. If before bringing up the dialog the user is viewing record 1 of 1 but
as a result of the new retrieve the window now has 150 records, this static
text ...
Not working in Netscape, working in IE------=_NextPart_000_0155_01C123E2.A6A692C0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hello ,
The problem goes like this-=20
value of $mailids is coming from previous perl script=20
if($emailids eq ' ' || $emailids eq '@' || $emailids eq '.' || $emailids =
!~ /..+/ )
{
print <<"enter";
Content-type : text/html
<html>
<head><title>Search</title></head>
<body>
#####invokes the same perl script with the error =
messag...
Rule working once and then it stops working...I have a user with Windows XP and GroupWise 6.0
We tried to create a simple rule that replies to any message received
stating the user is on vacation. The rule may work once and then it stops
working.
When I look at the rule and try to "run" it, the message says "Rule
Execution Failed."
Any idea what could be wrong?
That's what it is supposed to, work once and then stop. If you
untick/retick the rule, then it should get reset and work again - once
per incoming address.
Cheers Dave
--
Dave Parkes [NSCS]
Occasionally resident at http://s...
ODBC do not work, OpenClient work????I try to connect to Asa 6.0.4 last ebf from W2k trough dial-up and
ISDN-router. I can browse and connect with OpenClient but not with ODBC. I
have tried all tricks described in the instructions in Sybase site. Does
anybody know a better ODBC because this made by Sybase do not work. (Or is
Sybase going to do something to it?)
Pauli Sammalisto
what tricks did you try ?
What is the problem, or the error message ?
"Pauli Sammalisto" <ent@icon.fi> wrote in message
news:zdc30PvXCHA.161@forums.sybase.com...
> I try to connect to Asa 6.0.4 last ebf from W2k trou...
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...
Order by not working on some joins not workingThe following select on a join with order by with ASA 6.0.3 returns all
columns as NULL
SELECT t603.name, t601.type, t601.usertype, t603.length, t603.status,
t603.prec, t603.scale, t602.type
FROM dbo.syscolumns t603, dbo.systypes t601, dbo.sysobjects t602,
dbo.sysusers t604
WHERE t603.id= t602.id
AND t604.uid = t602.uid
AND t602.name = 'someTableName'
AND t602.type IN ('U', 'S', 'V')
AND t603.usertype *= t601.usertype
AND t604.name = 'dbo'
ORDER BY t603.colid ASC
I saw a case nbr 41041878 related to this problem. Is is said to be fixed...
Force Distribution works and works notHi,
I'm a little bit confused. I set up a policy for distributing a M$
Service Pack to some workstations. During the test of the policy I did
not use the option "Force run" and "Run once". I used the distribution
over a NAL icon and everything worked fine.
Now I tried to distribute the application to a group of workstations
with the option "Force run" and "Run once". I removed the option for
the
NAL icon and increased the version number.
But it doesn't work... pls help me get it working...
thx in advance
Marcus
...
Internet works, pauses, then works again
So I made the switch to OpenSuSE from Ubuntu about....3 days ago, so
everything is new to me again, specially KDE 3.5.9. Well I noticed
today while browsing the web that when I'm wired or wireless the
internet works fine for a while, then seems to pause and doesn't load
websites then all of a sudden it works great again.:eek: Not a huge
deal, but kinda annoying. Anyone have any ideas?
--
CCBalla10
------------------------------------------------------------------------
Is it possible that this is non-network related, such as a scheduled job
happening at the t...
Not working in Netscape, working in IE------=_NextPart_000_00F0_01C123EA.F9FFE0E0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hello ,
The problem goes like this-=20
value of $mailids is coming from previous perl script=20
if($emailids eq ' ' || $emailids eq '@' || $emailids eq '.' || $emailids =
!~ /..+/ )
{
print <<"enter";
Content-type : text/html
<html>
<head><title>Search</title></head>
<body>
#####invokes the same perl script with the error =
mess...