In IE 8 I saw a developer tools section and was able to get to its javascript console and see the console logs I was writing in it... but I can't find such a thing in IE 7 ? Where is it ? does it have it ? I just want to see the output of my console log commands in IE 7
The developer tools were added to Internet Explorer in version 8, unfortunately they are not available in IE7 natively, however they can be added with an additional download. According to the documentation, this add-on does not provide additional Javascript Debugging capabilities. You can look into Firebug Lite for IE7, however it will not be as robust as Firebug or Developer Tools, but it does provide a rudimentary console for logging script output.
To view the features/missing features of Firebug Lite visit this page.