|
Posted by Brian Cryer on 01/20/06 11:27
"Richard Marx" <notme@hotmail.com> wrote in message
news:4SUzf.4250$wl.3162@text.news.blueyonder.co.uk...
> Hi, I want to set some keywords in one page, and then when a new window is
> opened *from that page*, I want the keywords to be displayed.
>
> E.g. I set the keyword in Page 1 as 'Mars', and when someone opens a link
> in a new window from Page 1, I want the title of Page 2 to automatically
> display, 'This planet is <PLANET>', so, 'This planet is Mars'.
>
> Please advise, thanks!
You can do this with JavaScript. See
http://www.cryer.co.uk/resources/javascript/script8.htm to give you an idea.
There are a variety of reasons why this would be better done using server
side scripting, such as PHP, ASP etc. Go with server side scripting if your
host supports it. If your host doesn't give you scripting support (the
cheap/free ones tend not to) then JavaScript may be your only way forward.
--
Brian Cryer
www.cryer.co.uk/brian
[Back to original message]
|