View Single Post
Old 07-15-2009, 09:42 AM   PM User | #3
Philip M
Supreme Master coder!

 
Philip M's Avatar
 
Join Date: Jun 2002
Location: London, England
Posts: 17,043
Thanks: 197
Thanked 2,412 Times in 2,390 Posts
Philip M has a spectacular aura aboutPhilip M has a spectacular aura aboutPhilip M has a spectacular aura about
Code:
<div id = "theMenu" style="display:block" >The menu in here</div>

<script type="text/javascript">
var nowUrl = location.href;
if (nowUrl != "http://jemmakidd.com/categories.php") {
document.getElementById("theMenu").style.display="none";
}

</script>
This is the JavaScript forum. Java and Javascript are entirely different programming languages, in spite of the confusingly similar names.


Following protracted negotiations we have come to an arrangement with the banks under which we have agreed not to supply goods to our customers on credit. For their part the banks have agreed not to sell fishing equipment.
Philip M is offline   Reply With Quote