Results 1 to 8 of 8

Thread: (resolved) Making a webpage in Microsoft Word 2000 (Hyperlink question)

  1. #1

    Thread Starter
    Junior Member Adriaan's Avatar
    Join Date
    May 2001
    Location
    Netherlands
    Posts
    23

    Question (resolved) Making a webpage in Microsoft Word 2000 (Hyperlink question)

    Hello,

    I'm writing a simple internetpage in Microsoft-Word-2000 but i have one problem.
    I can make a single hyperlink verry easy, but how can i make a hyperlink that loads 3 different sites in three frames with only one link to click on ???

    when you click on hyperlink1 : frame 1 must load page1.html and frame2 must load page2.html and frame3 must load page3.html.

    Can someone please help me with this ?????

    Thanks
    Last edited by Adriaan; Feb 27th, 2005 at 11:59 AM.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Making a webpage in Microsoft Word 2000 (Hyperlink question)

    When making the hyperlink, click on the Target Frame... button.

    Why you're using MS Word to make a webpage though, escapes me completely.

  3. #3

    Thread Starter
    Junior Member Adriaan's Avatar
    Join Date
    May 2001
    Location
    Netherlands
    Posts
    23

    Re: Making a webpage in Microsoft Word 2000 (Hyperlink question)

    I'm using MS Word becouse i dont have anny other program for writing a wesite at the moment. And i'm new in this, so i dont understand the (few) programs which i have seen.

    You wrote :
    "When making the hyperlink, click on the Target Frame... button."

    I know this.
    Make a hyperlink, and select the frame in which the link must be loaded.

    But, the problem is :
    When i click on the hyperlink, there must be loaded 3 sites in 3 different frames with only clicking on one link. (so it must be a triple-hyperlink).

  4. #4
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: Making a webpage in Microsoft Word 2000 (Hyperlink question)

    notepad is a better web-designer than M$Word...
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  5. #5
    Frenzied Member Acidic's Avatar
    Join Date
    Sep 2003
    Location
    UK
    Posts
    1,090

    Re: Making a webpage in Microsoft Word 2000 (Hyperlink question)

    You'll have to use JavaScript. Make the hyperlink run a function:
    HTML Code:
    <a href="javascript:openLinks()">text</a>
    Then make a JS function to change the source of 3 frames.

    And yes, NotePad is a better editor than Word, you could at least use jEdit, which is free. You'll have to learn (X)HTML though, might as well learn some JS while you're at it. You can learn both at www.w3schools.com
    Have I helped you? Please Rate my posts.

  6. #6

    Thread Starter
    Junior Member Adriaan's Avatar
    Join Date
    May 2001
    Location
    Netherlands
    Posts
    23

    Smile Re: Making a webpage in Microsoft Word 2000 (Hyperlink question)

    Thanks, this problem has been fixed.
    And i agree that i will have to learn some java.
    Thanks

  7. #7
    Frenzied Member Acidic's Avatar
    Join Date
    Sep 2003
    Location
    UK
    Posts
    1,090

    Re: Making a webpage in Microsoft Word 2000 (Hyperlink question)

    Java and JavaScript are not the same thing. The latter is a client side scripting language and is what you're interested in.
    Have I helped you? Please Rate my posts.

  8. #8
    Fanatic Member Psyrus's Avatar
    Join Date
    Jul 2000
    Location
    NJ
    Posts
    602

    Re: Making a webpage in Microsoft Word 2000 (Hyperlink question)

    Also check out http://www.htmldog.com/ . You can get JEdit here http://www.jedit.org/ . I highly recommend it. Also don't forget to edit your topic and include [Resolved] in the title.
    Chris

    VB 6.0 Calendar App Video Gamers Group
    Don't forget to rate people if they helped you.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width