php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35208 forum
Submitted: 2005-11-13 15:41 UTC Modified: 2005-11-13 18:34 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: n11 at n11 dot cjb dot net Assigned:
Status: Not a bug Package: HTTP related
PHP Version: 4.4.1 OS: forum
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: n11 at n11 dot cjb dot net
New email:
PHP Version: OS:

 

 [2005-11-13 15:41 UTC] n11 at n11 dot cjb dot net
Description:
------------
<script language="JavaScript">
<!-- Begin
$pmblink pmBox.bgColor='{tableheadbgcolor}';
$pmblink setInterval("Timer()", 500);
$pmblink x=1;
 function Timer() {
	set=1;
	if(x==0 && set==1) {
		pmBox.bgColor='{categorybackcolor}';
		x=1;
		set=0;
	}
	if(x==1 && set==1) {
		pmBox.bgColor='{tableheadbgcolor}';
		x=0;
		set=0;
	}
}
// End -->
</script>



Patches

Add a Patch

Pull Requests

Add a Pull Request

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 14:01:31 2024 UTC