Forum archive 2000-2006

ymarkov - Question about the htmlLink function in the PG lang.

ymarkov - Question about the htmlLink function in the PG lang.

by Arnold Pizer -
Number of replies: 0
inactiveTopicQuestion about the htmlLink function in the PG lang. topic started 9/19/2001; 3:33:55 PM
last post 9/19/2001; 4:02:05 PM
userymarkov - Question about the htmlLink function in the PG lang.  blueArrow
9/19/2001; 3:33:55 PM (reads: 1004, responses: 1)
Could you please help me with the full sintaxis of the htmlLink function in the PG language. I would like to be able to open a "webpage" linked as "name" in a separate window, say called "top" (really open the htmlpage in a new window). It seems that the htmlLink function opens the link always in the existing window, which is inconvenient in some cases. Thanks,

Yavor

<| Post or View Comments |>


userMichael Gage - Re: Question about the  blueArrow
9/19/2001; 4:02:05 PM (reads: 1284, responses: 0)
HI,

I just added a manpage for htmlLink.

A third (optional) variable is inserted as a string in the HTML link definition so

htmlLink("http://webwork.math.rochester.edu","WeBWorK homePage", "TARGET=~~"top~~" ") should do what you want.

--Mike

<| Post or View Comments |>