<script type='text/javascript'> //Assign page background dynamically
$(document).ready(function() {
if((window.location.href !== 'http://example.com/signup.php')||(window.location.href !== 'http://example.com/register.php')||(window.location.href !== 'http://example.com/login.php')){
$('body').css('background','#fff');
}
});
</script>
This post has been edited by Dormilich: 02 April 2012 - 12:26 PM
Reason for edit:: fixing domain name

New Topic/Question
Reply


MultiQuote



|