Forum: JavaScript / DHTML / AJAX Jun 17th, 2009 |
| Replies: 1 Views: 364 hi all
i have two dynamic drop downs of dealer id and category id which work properly with window.location
var dealerid;
function getList(xyz)
{... |
Forum: JavaScript / DHTML / AJAX Nov 22nd, 2008 |
| Replies: 1 Views: 2,204 hi all
i have my lougout.php which destroys sessions and session ids on logout. I want to have same effect means i want to call this logout.php script when the user closes the "browser tab".
as... |