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 2757 points

Wolfgang

Favorite Answers30%
Answers30
  • javascript instead of html-frames?

    I am sure this is nothing for programmers and designers, so here is an easy chance to earn yourself 10 points.

    I have a page designed in css; it has a menu panel and a container for content. I have links to other pages on my domain. I want the content of those pages open in my content-container.

    From a javascript-library I have this script:

    <script type="text/javascript">

    function loadContent(elementSelector, sourceUrl) {

    $(""+elementSelector+"").load("page1.html");

    }

    </script>

    and in my <body> I have

    <a href="javascript:loadContent('#maincontent', 'page1.html');">Link 1</a>.

    This works well for one page, but what do I need to do to load another page?

    As I really am a newbie in this, I would like you to make your answer simple and as non-technical as possible.

    2 AnswersProgramming & Design1 decade ago
  • kwathya dravya -- what does it mean? sanskrit?

    I have a catalogue with names of ayurvedic products. It gives some ingredients and under ingredients it gas the phrase I am looking for and then further names. Please explain the meaning of kwathya dravya.

    1 AnswerLanguages1 decade ago