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...
thanks, but it's not exactly what I'm looking for.
I need some stuff as to which libs are installed, which modules, environment things, not just the globals (what you gave me is more like print_r($_SERVER) in PHP...
I guess there isn't a lib function like that in ASP.
Thanks for trying :)
Hello all,
I've been a PHP programmer for a while and want to try some ASPing. There is a function in PHP that gives a list of all the environment info + installed libs [ phpinfo() ].
It gives out a list of the global variables and their values, the environment info (such as which DB libs are...
[sad] still not working.
if I check what parent.top.main.location.href contains, I get the correct href and the firfox javascript console shows no errors, but the refreshing doesn't work...
weird.
thanks.
OK, ran into another problem with this...
I use parent.top.main.location.href = parent.top.main.location.href; from another frame (menu) in the same window, and it works great until I open a pop up window. After that it doesn't work anymore, no matter if the pop up is open or not. It starts...
thanks!!
almost did the job fully. I also had to take care of keeping passed variables to the main frame in the form's action part.
(for those speaking PHP - I needed to keep the $GLOBALS but lose the $_POST vars :-) )
again, thanks for the fast help.
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.