Search:
Type: Posts; User: jackacohen
Search :
Search took 0.01 seconds.
I had tried all of the obvious approaches suggested above. And of course took steps to avoid writing to the drive after the problem was noted.
"restore" programs, searching for deleted files,...
My HTML editor on a WIndows7 laptop that is NOT onilne stopped working.
So I used a "System Restore" to go back to a time when it was working.
Then it worked, but all my recent *.js files were...
I didn't know what IIS was. But having looked it up I've read that it's apparently not availalbe for XP home ed.
What about this:
Define a CSS class ".inv {display:none}"
Put the map and all the <img class="inv" ... src="cityName.jpg"> tags inside a single DIV.
"position" each picture at the proper...
I've found that by adding "the Mark of the Web" to each local .htm file which contains javascript I can run most code.
But I can't open a new window locally (e.g., with window.open or...
I'm not sure this is the right place to ask this question. If it's not, please suggest a more appropriate forum.
Malware has apparently disabled my browser's ability to use javascript on local...
Why not use javascript and code it to open without browser chrome (e.g., use an *.hta form)?
If I were doing this I'd code it into the script that moved the "car", using the same variables.
I've written something like this using jsDraw.js, but an answer I gave in terms of that code would...
This feels as though it should be easy but after repeated tries changing the settings on IE6 I still can't get it to execute javascript in a file on my computer without first showing that yellow bar...
I'm not sure whether the info I need is an HTML property:value pair or a js function, so I'm posting this in both forums. When I get an answer in one I'll note that fact in the other:
I'm using...
I'm fairly familiar with HTML, javascript and CSS. But I've never tried to do anything server-side.
Now I want to put up a web page with a table in which EMPTY cells allow users to enter data...
First, thank you to all the experts who so wilingly give their time to answer these questions.
I don't want to waste anyone's time, but if I recall correctly, when I was a complete newbie (to js)...
In my actual code I had already sorted the arrays to be compared.
So I'll assume that your .toString() is the key which will make the comparison work (for practical purposes), and say thank you,...
If I define two arrays identically and test for their equality I get a "false".
That is,
var ara=[];
ara[0]=[1,2,3];
ara[1]=[1,2,3];
var x=0;
if (ara[0] == ara[1]) {x = -1}
alert(x);
I haven't tried it yet but I assume that the info here about _blank is correct.
Everyone with a similar prolbem should NOTE that this IS a change from IE6 (I know because my old code (target =...
In the past I've given each target window a meaningful name (as in my example above: target="newWin".)
But in IE8 that coding produces a link that does nothing at all. When I delete the target...
I'm not sure whether to post this in js or html forum. If it doesn't belong here I apologize:
Code that worked in IE6 for opening a new window (window.open) now, in IE8, REPLACES the window with...
I'm not sure whether to post this in js or html forum. If it doesn't belong here I apologize:
Code that worked in IE6 for opening a new window (window.open) now, in IE8, REPLACES the window with...
See:
http://comaj.net/logic/fotProbs.htm
Then use view-->source to see straight html coding.
The "a" tag can be used to link to an external page (via href) or an internal "anchor" using id (or even "name").
Is there a way to combine those two functions so that a hyperlink to an external...
I thought I'd close this thread with notice of an interesting (to me) discovery I made accidentaly
Using a NON-U3 SanDisk Cruzer (2Gb, MicroSkin) I installed an autorun.inf file and my WIndows XP...
I thought some of those who provide lots of answers on this site might occasionally like to see the end result of their help.
So here are two pages where you can see/hear the plug-in working...
I assumed that questions about flashdrives belonged here since they are alternate media.
As for the reply, the "U3" flash has a partitiion, the first part of which causes Windows to see it as a...
I want to skip launchpad and just have the drive open a readme.txt file when it's inserted.
Is there a simple way to do this?
TIA
My experience on this site has been wonderful!
Thanks to ALL the experts who answer questions from dabblers like me.:)