Forum: JavaScript / DHTML / AJAX Sep 9th, 2009 |
| Replies: 5 Views: 525 There might be other problems but at first glance I notice {your old code}:
<!--<style type="text/css">
.home a:hover{
background-color:#000000;
background-image:none;
}
</style>-->
It looks... |
Forum: Windows NT / 2000 / XP Aug 30th, 2009 |
| Replies: 6 Views: 417 I used to want to do that too. Now I have a firefox addon called IE Tab and Safari as my only 2 browsers to test with, because of this site: http://browsershots.org/
:) |
Forum: JavaScript / DHTML / AJAX Aug 30th, 2009 |
| Replies: 4 Views: 517 Biggest mistake I see in your code is the A Href tag nestled inside the Area tag instead of combined into 1 tag.
I used your code, and made images for the files it called to. I had to find a State... |
Forum: Windows NT / 2000 / XP Aug 14th, 2009 |
| Replies: 9 Views: 378 Personally, I would never use anything other than spybot (http://www.safer-networking.org/en/home/index.html) for spyware removal. Then in advanced mode under tools spybot can block any sites that... |
Forum: Windows NT / 2000 / XP May 28th, 2009 |
| Replies: 3 Views: 318 D'oh.
I think I just replied in Private Message. Sorry about that. Post again if that didn't work. |
Forum: Windows NT / 2000 / XP May 27th, 2009 |
| Replies: 3 Views: 318 No need to re-invent the wheel here; there is already an excellent resource to help with anything network related at portforward.com.
The exact page you need is here... |
Forum: Windows NT / 2000 / XP May 23rd, 2009 |
| Replies: 10 Views: 720 Since you have windows and can not install software, here's how I would do it:
A."Create a file":
1. Paste this to notepad:
@echo off dir %1 /-p /s /o:gn > "%temp%\Listing" start /w notepad... |