Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Lv 2443 points

pappa pops

Favorite Answers10%
Answers67
  • what is wrong with my javascript linking code?

    I have a block of HTML code that relies on an external javascript file that I have linked. I have tried the same line of code in the header, but I get the same result.

    Here is what I am looking at:

    <span class="link">

    <a href="javascript:slidelink()" class="link">

    </a>

    <a href="javascript:slidelink()" class="link">

    <img id="slideshow" src="images/progress.png" width="100%" height="100" border="5"/>

    </a>

    </span>

    </div>

    <script language="javascript" src="Carousel_JavaScript.js"></script>

    I have put the same code in its own separate html file and it worked. Why is that? Any ideas as to how to fix it?

    1 AnswerProgramming & Design8 years ago
  • how much paint, on average, is required to paint a car bumper to bumper if I did it myself?

    I have a 1975 jeep cj5 if anyone has any specifics for that vehicle. If not, then just give me an average.

    How much primer(gallons/qt/oz)? how many layers?

    How much color paint(gallons/qt/oz)? How many layers? what is the mixture ratio with reducer?

    1 AnswerMaintenance & Repairs8 years ago
  • What is the difference between fedora and vmware?

    What is the difference between fedora and vmware? And which is better in your opinion?

    1 AnswerSoftware8 years ago
  • Is it ok for a white male to have long hair in a business environment?

    I'm a white male with long hair (shoulder length). In a business environment (ie interview) would it be better to wear my hair up in a pony tail or down and styled?

    5 AnswersOther - Careers & Employment9 years ago
  • Where is javax.exe for textpad?

    I'm using textpad to write some java code. my problem is that textpad does not come setup so i have to define the compile file and run file. I have the compile file but i cant find the run file. the run file is suppose to be JAVAX.exe, but it is nowhere in the java folder.

    can anyone help me out? do you know where it may be stored in the computer or where i can download it from?

    I have tried to download from oracle and java.com but neither of the latest programs contain the run file I need.

    2 AnswersProgramming & Design9 years ago
  • How do I write this drop-down area code?

    I'm trying to get a section of my website page to drop down and desplay more text and links etc. here is a example of what I am trying to achieve: http://www.nbcnews.com/technology/gadgetbox/what-w...

    1 AnswerProgramming & Design9 years ago
  • How do I write a mouseover pane with in-line html?

    Here's what I want to do: I have a text and when the mouse rolls over it i want a pane to pop up at the cursor point with another set of text. I expect that ill have to use java for this but I would like to be able to put it in-line on the html that I have already written.

    2 AnswersProgramming & Design9 years ago
  • Why is continual user involvement a useful way to discover system requirements?

    Why is continual user involvement a useful way to discover system requirements? Under what conditions might it be used? Under what conditions might it not be used?

    1 AnswerProgramming & Design9 years ago
  • what does q represent in q^x-1(p)?

    does anyone know what q represents? it is a probability equation.

    1 AnswerMathematics9 years ago
  • How do I solve this math problem?

    there are 16 people at a barbeque. each person can choose to eat either hamburger or hot dog. how many different choices do the 16 people have?

    ex. the 16 people could all choose hamburgers or all choose hot dogs or each person could choose something different.

    if we consider the 16 people a set, how many different outcomes are there?

    also, please explain.

    1 AnswerMathematics9 years ago
  • How do I import HTML into excel?

    I want to put HTML code in a cell in my excel table. How do I do this?

    this is my code:

    <html>

    <head>

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    <title>Bookkeeping Drop-Down List</title>

    </head>

    <body>

    <table width="10" border="0" cellspacing="0" cellpadding="0">

    <tr>

    <th scope="col"><select name="select type">

    <option value="" selected="selected">Choose a Type </option>

    <option value="salaries & wages">salaries & wages</option>

    <option value="Benefits">Benefits</option>

    <option value="Workers comp.">Workers comp.</option>

    <option value="Eletric and gas">Eletric and gas</option>

    <option value="Water">Water</option>

    <option value="Phone">Phone</option>

    <option value="Trade dues">Trade dues</option>

    <option value="Uniforms">Uniforms</option>

    <option value="Contributions">Contributions</option>

    <option value="Licenses">Licenses</option>

    <option value="Office supplise">Office supplise</option>

    <option value="Legal">Legal</option>

    <option value="Accounting">Accounting</option>

    <option value="Rent">Rent</option>

    <option value="Sales Tax">Sales Tax</option>

    <option value="Postage/shipping">Postage/shipping</option>

    <option value="Advertising">Advertising</option>

    <option value="BuyBacks">BuyBacks</option>

    <option value="Insurance">Insurance</option>

    <option value="Intrest">Intrest</option>

    <option value="Travel">Travel</option>

    <option value="Maintence & Repairs">Maintence & Repairs</option>

    <option value="Merchandise/Material">Merchandise/Material</option>

    <option value="Inventory adjustment">Inventory adjustment</option>

    <option value="Freight">Freight</option>

    </select></th>

    </tr>

    </table>

    </body>

    </html>

    2 AnswersSoftware10 years ago
  • How do I find all specified values in excel?

    I have a table with defined named headers for each column. one of the columns is type with different types of transactions in each cell. for example 5 cell may have "Advertising" in the cell as the type and 2 columns over the cost for that type is listed.

    so, I want to find the sum of all costs with the type advertising in their row.

    I have tried several things, so far the closest to what I want is VLOOKUP except it only returns the high or low value, I want all the values.

    does anyone know how to do this?

    1 AnswerSoftware10 years ago
  • Do I have to register my business and file taxed if I'm not making any profit yet?

    I started a business in georgia and I cant really afford the registering costs. Do I really have to register? also, whether I register or not, would I have to file taxes with the IRS? would I even be able to with out registering?

    1 AnswerSmall Business10 years ago
  • why did it take so long for my HTML form to submit?

    I built an HTML form to submit. people will enter their information and then the form is submitted to my email. so, I tested it out and it did not seem to work because I wasn't receiving the email. so i gave up. now, about a month and a half later all 15 of my tests show up in my inbox and appear to be sent from that email because they were also in the sent box too. does anyone know whats wrong? why did it take so long? it doesn't make any sense. I am using the standard mail to:email and POST method.

    this is basically what I have:

    <form

    action="mailto:myemail@gmail.com"

    method="POST"

    enctype="multipart/form-data"

    name="buyBack order Form" target="_self">

    <body>information<body/>

    <input type="submit" value="Send" />

    <input type="reset" value="Clear" />

    </td>

    </tr>

    </table>

    </form>

    1 AnswerProgramming & Design10 years ago
  • would there be any copyright issues?

    I was wondering if there would be any copyright issues if I took a interview if somebody famous, remixed less than 20 seconds of it, and posted it for sale on itunes or something like that? the person's name is not used in the clip but you can still tell who it is. you think it would be ok?

    3 AnswersLaw & Ethics1 decade ago
  • Is there a maximum decibel allowed on trails?

    I was wondering if there was a maximum decibel allowed on offroad vehicle trails.

    1 AnswerOther - Cars & Transportation1 decade ago
  • how do I get the slope of a downward line?

    I need to get the slope of a line that goes downward. I haven't done this in a while so I need some help. the line starts at (10,0) and ends at (0,8).

    Also if you could provide the steps that would be very helpful.

    1 AnswerHomework Help1 decade ago
  • Is this a legal tow set up?

    my recreational jeep doesn't have any license plate or insurance. Is it still legal for me to use a tow-a-long? I'm not really sure if that's what its called but it connects to the truck hitch and off of there it is a Y-shape to the jeep's front bumper(all 4 wheels are on the ground). is this a legal set up without insurance and a plate? or does it actually have to be in a trailer off the road?

    2 AnswersOther - Cars & Transportation1 decade ago