Yahoo Answers is shutting down on 4 May 2021 (Eastern Time) and the Yahoo Answers website is now 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.

html multi page open?

just wondering how to make html a file open multi pages at the same time, so when i open the html file, it will open multi internet explorer pages eg pages i want to goto

4 Answers

Relevance
  • Anonymous
    1 decade ago
    Favourite answer

    Easier to set up all pages you want to go to by using a browser that allows you the option of saving them and opening them again when you open the browser.

    Ron

  • 1 decade ago

    A HTML file can't do that it can open more windows but it wont open more tags. The only way to do that its with batch, and it only works with Firefox. You will have to call out Firefox and input the web pages separated by a space.

    To do this:

    1-Open Notepad

    2-Type this in:

    @echo off

    start firefox www.yahoo.com www.youtube.com .... ..... .....

    exit

    3-Save as a .bat:

    Go to file>save.

    Change the "Save as type:" to "All Files".

    Name it and after the name type ".bat"(w/o quotes).\

    4-Run the file from wherever you saved it.

    You where lucky I'm making a program that does that, not a lot of people know how to do this.

    Source(s): My experience.
  • Amit
    Lv 6
    1 decade ago

    Use href command to link a web page

  • 1 decade ago

    Sounds like someone wants to spam.

    But I don't think html allows you to do it.

Still have questions? Get answers by asking now.