That's the sad part :-( I've narrowed it down when trying to figure out what's wrong to the simplest thing possible
<html>
<head>
<title>test</title>
</head>
<body>
<script type="text/javascript">setTimeout('window.focus()', 10000);</script>
bla
</body>
</html>
That's the whole page and it...
yes! this is another of those questions about "Is this not working in Firefox???". I can't help it :-)
I have a line in my code that goes:
<script type="text/javascript">setTimeout('top.focus()', 10000);</script>
It works great in Internet Explorer 6, but does nothing in FireFox 1.0.7 or...
Hi,
I'm trying to configure my XP Pro computer to know that any address that ends with .local (e.g. http://mysite.local http://anotherone.local) accessed by it will go to my local Linux server, but any other web address (e.g. http://www.tek-tips.com :) ) will go to the outside world.
My home...
Ok, now this is scary. I'm starting to believe in voodoo [afro]
phpinfo() tells me that the Configuration File (php.ini) Path is C:\WINDOWS
I renamed the php.ini file to php.hide so now there isn't a php.ini file in my windows folder.
Apache restarts smoothly, the phpinfo() test script works...
Now this is weird, I'm having sort of the same problem.
Running Apache 2 server with PHP 4.3.0 on a WinXP Pro OS
I have the same session_start error as it did for lykeat.
I tried several times to change the php.ini file under c:\windows but it looks like it doesn't affect the system at all! I...
It's seems like there is a different behaviour of prompt between FireFox and Internet Explorer.
In IE when clicking the 'Cancel' button I get the string null
In FF I get a "real" null
Can anyone confirm the behaviour difference? I tried searching for it but got zilch.
thanks.
come on! [evil] it doesn't answer my question at all. I hope you meant to be funny.
I'll keep it simple -
Is there or isn't there a way to make PHP5 parser case-sensitive?
Quoting from Zend newletter from May 7, 2001
As it looks to me, PHP5 is still case insensitive when it comes to functions and classes.
Does anyone know if there is a way to force PHP5 to be case sensitive? so that if I have
class Foo() {
function Goo() {
print ("Hello world!");
}
}...
Found the solution after hours of trying and with the help of some webpage I lost [neutral] Here's a general thank you to all that helped me out there on the web and who's links I've lost. [thumbsup2]
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type"...
this is all nice, but what happens if you don't want to add the text at the END of the textarea, but where the curser is postioned?
I still haven't found a solution to this that supports Firefox as well. Only IE supports creatRange :(
The following will work only in IE.
<script...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.