2,255 Posted Topics
Re: You need a helper function to get it started. Put your current code in the helper function, and then have the main function call the helper function on each parent WITHOUT testing the starting person. | |
Re: It seems to be working on my Firefox 2.0.0.3. | |
Re: Popeye ate spinach because of a mistake. Government in the 1930s asked cartoonists to show examples of good behavior. But the reason the government wanted kids eating spinach is that they thought spinach contained 10 times the amount of iron present in other foods. But that belief was caused by … | |
Re: No. It's about pocket calculators, not programming. + - X / = clear . 0 1 2 3 4 5 6 7 8 9 ON | |
Re: The US coins pictured are actually different sizes. The thumbnail process made them all the same size. From largest to smallest: old silver dollar (not pictured, not minted since 1978) half dollar new dollar quarter nickel (5 cents) penny dime The nickel, penny, and half dollar are made of cheaper … | |
Re: Click the tilted A button on the right. It turns the spellchecker on and off for me. It's on when the button is white. | |
Re: A script is running on the page which stops me from scrolling. I think it is with the Global Spec ad, since it does it only when that ad is present. | |
| |
Several things are not working right now. - I highlighted some text in red, with a note underneath indicating that the user was to substitute his own values for the items in red. When the post published, the text had changed to green. - I used to use the Google … | |
. . . . I can't read the first few lines of what I am posting, because there is already text in the background in the posting window. So I have to put the text down here to read it. Is there any way to get rid of this? I … | |
Re: I need to see your html. Try the following: 1. You must define the background image in the stylesheet, not in the html, if you have styles applied to the navbar. Otherwise, ALL of the "navbar" styles you have will trump your image in importance. 2. What kind of object … | |
I had a strange thing happen in IE when I tried to apply multiple styles to td tags: [code] td {padding: 2%; vertical-align: middle;} [/code] Applying the padding style removes the vertical-align style in IE. It works correctly in Firefox. I found a fix: Put a div inside each td, … | |
Re: Please use code tags when posting code. Your code hid behind the ads. | |
Re: First of all, I wouldn't trust anything I want to keep to one electronic storage unit. If it fails, you lose everything. Keep the CDs - they are more permanent. Second, data compression often spells trouble. It may want space ON THE DRIVE to run the compression procedure. If so, … | |
Re: Of course, that becomes a headache if your URL changes for some reason, You have to edit every file and change it (just like I had to when my new ISP used "index.htm" instead of "home.htm" for the opening page - a lot of work when you have 300 pages). … | |
Re: Use the onload event somewhere in the NEW document, and put the script in it too. I hope the script doesn't refer to the document you just left. | |
Re: It may be looking for the adminstrator account from the other computer. | |
Re: Some of the things that microsoft "owns" are set in the registry in places the user commands don't touch. The registry has to be edited to change these (and a special procedure is needed to keep some Microsoft programs from changing them back). | |
Re: You could create a shortcut to that sound and audio devices program. You have to do the tabs yourself. | |
| |
Re: It coud be that the webmaster simply saves his news to two files, or reads the html file from the forum software.. | |
Re: How about a selection to disable moving ads and ads with scripts? | |
Re: I saw it too, before I turned off Daniweb tooltips. But the yellow one is the browser's. | |
Re: You save that setting in a theme (giving it a name), and then select that theme. | |
Re: There are several things wrong. - The div and img tags don't have an onclick attribute. - None of those tags has a runat attribute. The html tag is the only tag with that attribute. - The runat attribute works on only Microsoft browsers and servers. - Most attribute catalogs … | |
Re: The "dark gray" in the post renders as blue on my browser. | |
| |
Re: The problem is that some of the parts slipped under other parts, and were hidden behind them. Probably you have things too wide for the browser window. See this post: [URL]http://www.daniweb.com/techtalkforums/thread78795.html[/URL] | |
Re: Javascript has such a function. It is called: [code]toLocaleString()[/code] | |
Re: Something tells me that one of these is the culprit: 1. The hard drive format is bad or is different than a Windows format. 2. The hard disk is not working right. 3. Some kind of copy-protection thinks you are pirating your copy of Windows (the guy who thought up … | |
Re: IE is grabby. It wants its own icon on every web page. | |
You've had the same problem many times. You specify the size of your object on the page, or specify the amount of space it should take up. But you also specify margin, border, or padding sizes other than zero. Now your settings work on one of the two main browsers, … | |
Re: Does the mic require phantom power? | |
Re: I don't unserstand why the Javascript needs to know the url of the calling page. Doesn't the person who wrote both of them already know that? | |
Re: Times New Roman? Yuk! :icon_mrgreen: (I dislike serifs.) Two things to check: 1. Are you using a template? If so, was the template created in Arial 10? If it was, the font will change to the template font every time. 2. Is a local network email server overriding you with … | |
Re: Could it be that they are working, but popups are blocked by either the server or the browser? | |
Re: See my thread (third post): [URL="http://www.daniweb.com/techtalkforums/thread77607.html"]An array of arrays of of radio buttons[/URL] It's essentially the same thing. Give both checkboxes the same name, both hidsum boxes the same name, and both sum boxes the same name. Then use Javascript as follows: [code] function add() var i, d, e; e … | |
Re: No, every Internet user does NOT have a flash player. Some interoffice office systems prohibit them. | |
Re: Use the disabled attribute. Start with the basic html portion of a form (named "order"): [code] <input type="text" id="quantity" disabled="disabled" /> [/code] Then, in JavaScript, you change the attribute to enable the field: [code] document.forms.order.quantity.disabled = false; [/code] | |
Re: This IS the JavaScript forum. YOu may have to put it in a string, and then use the string as part of an address. I'm not familiar with XLS. What does the @ represent? You may also have to have the javascript external, rather than embedded. | |
Re: He just wants Pelosi in the White House. Unlike President Clinton, who committed crimes and admitted to them (but argued they shouldn't be crimes), neither President Bush nor Vice-President Cheney have committed any impeachable crimes. Going to war is not a crime, except in the Politically Correct religion (and the … | |
Re: It jumps down below the poll. You have to scroll up to read it. | |
Re: Some upgrade programs and malware checkers beep when they detect things. |
The End.