Forum: JavaScript / DHTML / AJAX Oct 13th, 2009 |
| Replies: 2 Views: 616 Agreed.
It might actually be easier to disable the internet, than it is to actually prevent someone from taking what they want from it.
Even if you could disable every single method for every... |
Forum: JavaScript / DHTML / AJAX Oct 7th, 2009 |
| Replies: 3 Views: 367 <a href="javascript:window.close();">Close Window</a> is all you really need to close the window in any browser, but as stated above the window will need to be opened by JavaScript to be closed by it. |
Forum: JavaScript / DHTML / AJAX Oct 7th, 2009 |
| Replies: 3 Views: 367 Javascript can only close windows that were opened using Javascript in FF without modifying the config. To change your config to allow this:
go to "about:config"
and set the value of... |
Forum: JavaScript / DHTML / AJAX Sep 9th, 2009 |
| Replies: 5 Views: 528 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: JavaScript / DHTML / AJAX Aug 30th, 2009 |
| Replies: 4 Views: 520 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: JavaScript / DHTML / AJAX May 18th, 2009 |
| Replies: 3 Views: 415 Hello Reggie32,
I have looked your code over, and I am fairly certain that I have encountered this browser specific bug before.
When I encountered it, I was attempting to embed a google map onto... |