Well, thanks, but my ink cartridges last plenty long. The low ink warning, too, is working as designed; it does not warn before the ink is actually low. Nothing is malfunctioning at all. The problem is simply that the low-ink warning threshold comes long before the ink actually runs out, and the...
Could you provide a link to the actual page where the problem occurs? If there's a solution such as the one you seek, that would make it easier to find.
The software for my HP DeskJet 960c kindly lets me know when the ink is getting low in one of the cartridges. Unfortunately, it reminds me *every time I print* until the cartridges actually run out and I replace them, which may be a hundred pages later. This is MOST annoying! Since there's no...
The way I personally would do this would be to have the map absolutely positioned, then absolutely position images of the counties, all highlighted, over that map, and set them to style="display:none" or style="visibility:hidden". Then just change the stylesheet attribute to...
Well, not really. What I want is to be able to seed the function so that it generates the same random numbers whenever I give it the same seed. Obviously, I can write my own randomizer function or use someone else's, but I was hoping to use a "stock" function like Math.random(). Your...
Is it possible to seed a random number generator in JavaScript (so that, say, you can generate a seed from the date so that the results from the generator are the same on any given day)? I've tried putting the seed as a parameter in the Math.random() function, but that gets me nowhere. I realize...
Then again, if you do that, you're defeating the whole purpose of using HTML. It's non-searchable, bandwidth hogging, and downright icky. It does work in a pinch, though, but it's best saved for pinches.
I have seen the abomination! Look at dragid.com for an example. Here's the script from their site. It really does have no borders, no title bar, and no ability to move or close it except by clicking the developer-provided link!
<script>
var windowW=318 // wide
var windowH=218 // high
var...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.