link

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Frank L

    link

    Hi,

    in a function I want to link to different pages depending on a something.
    What's the command to link to/show a (disk or internet) page in the existing
    browserwindow?

    Thanx

    Frank


  • kaeli

    #2
    Re: link

    In article <bg3en7$4mc$1@n ews3.tilbu1.nb. home.nl>, nospam@nospam.c om
    enlightened us with...[color=blue]
    > Hi,
    >
    > in a function I want to link to different pages depending on a something.
    > What's the command to link to/show a (disk or internet) page in the existing
    > browserwindow?
    >
    > Thanx
    >
    > Frank
    >
    >
    >[/color]

    document.locati on = "addy.html" ;
    if in the same window and not a separate frame.

    -------------------------------------------------
    ~kaeli~
    Black holes were created when God divided by 0.
    Not one shred of evidence supports the notion
    that life is serious.


    -------------------------------------------------

    Comment

    Working...