2,255 Posted Topics

Member Avatar for Soccerplayer13

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.

Member Avatar for MidiMagic
0
160
Member Avatar for sambaja
Member Avatar for The Dude

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 …

Member Avatar for MidiMagic
0
75
Member Avatar for EnderX

No. It's about pocket calculators, not programming. + - X / = clear . 0 1 2 3 4 5 6 7 8 9 ON

Member Avatar for MidiMagic
0
76
Member Avatar for sk8ndestroy14

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 …

Member Avatar for MidiMagic
0
258
Member Avatar for ~s.o.s~

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.

Member Avatar for joshSCH
0
161
Member Avatar for The Dude
Member Avatar for joshSCH

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.

Member Avatar for Dani
0
817
Member Avatar for kahilw
Member Avatar for MidiMagic

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 …

Member Avatar for MidiMagic
0
141
Member Avatar for MidiMagic

. . . . 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 …

Member Avatar for MidiMagic
0
363
Member Avatar for HLA91

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 …

Member Avatar for MidiMagic
0
63
Member Avatar for MidiMagic

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, …

Member Avatar for MidiMagic
0
81
Member Avatar for tmv105
Member Avatar for MidiMagic
0
100
Member Avatar for *somefun*

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, …

Member Avatar for RueB2sDe
0
94
Member Avatar for haakon_hassel
Member Avatar for Dsiembab

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). …

Member Avatar for Dsiembab
0
125
Member Avatar for edouard89

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.

Member Avatar for edouard89
0
94
Member Avatar for Element150
Member Avatar for nanosani
0
105
Member Avatar for civic

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).

Member Avatar for civic
0
107
Member Avatar for mrmagoo

You could create a shortcut to that sound and audio devices program. You have to do the tabs yourself.

Member Avatar for MidiMagic
0
81
Member Avatar for jlartdesign
Member Avatar for seabob

It coud be that the webmaster simply saves his news to two files, or reads the html file from the forum software..

Member Avatar for Dsiembab
0
154
Member Avatar for Dani
Member Avatar for MidiMagic
0
228
Member Avatar for Ancient Dragon

I saw it too, before I turned off Daniweb tooltips. But the yellow one is the browser's.

Member Avatar for MidiMagic
0
76
Member Avatar for pirecrompir
Member Avatar for MidiMagic
0
174
Member Avatar for thirunavukaras

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 …

Member Avatar for MidiMagic
0
118
Member Avatar for Dani
Member Avatar for Dani
0
846
Member Avatar for dewabo
Member Avatar for Bam30
Member Avatar for jewboy

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]

Member Avatar for MidiMagic
0
158
Member Avatar for anitha2324
Member Avatar for Phaelax
0
156
Member Avatar for dewabo

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 …

Member Avatar for dcc
0
152
Member Avatar for Leo G
Member Avatar for MidiMagic
0
95
Member Avatar for Informer
Member Avatar for MidiMagic

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, …

0
297
Member Avatar for Fatefinder
Member Avatar for willeffects

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?

Member Avatar for MidiMagic
0
160
Member Avatar for MDGM
Member Avatar for Slappey

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 …

Member Avatar for Slappey
0
130
Member Avatar for Lucis

Could it be that they are working, but popups are blocked by either the server or the browser?

Member Avatar for Lucis
0
66
Member Avatar for lahure_dai
Member Avatar for enggars

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 …

Member Avatar for MidiMagic
0
147
Member Avatar for bondi007

No, every Internet user does NOT have a flash player. Some interoffice office systems prohibit them.

Member Avatar for bondi007
0
103
Member Avatar for edouard89

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]

Member Avatar for edouard89
0
184
Member Avatar for joe33

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.

Member Avatar for MattEvans
0
85
Member Avatar for Dani
Member Avatar for sk8ndestroy14

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 …

Member Avatar for sk8ndestroy14
0
165
Member Avatar for Dave Sinkula
Member Avatar for Dani
0
198
Member Avatar for googen
Member Avatar for MidiMagic
0
81

The End.