Tuesday, October 6, 2009

Sample post with lists,blockquote and Code

My links


Ordered List
  1. Google.com
  2. Yahoo.com
  3. Bloganol.com
  4. Facebook.com
  5. Blogcatalog.com

UnOrdered List

BlockQuote
This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.

Code

<script type='text/javascript'><!--
var dropdown = document.getElementById("cat");
function onCatChange() {
if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {
location.href = "http://www.Bloganol.com/search/?cat="+dropdown.options[dropdown.selectedIndex].value;
}
}
dropdown.onchange = onCatChange;
--></script>

1 comment: