Posted by Brian Cryer on 01/23/06 12:54
"Anatoly Kurilin" <akurilin@nordsoft.ru> wrote in message
news:dr2bq4$2d6m$1@alpha2.radio-msu.net...
> Hi, please tell me the easiest way of passing a parameter from one HTML
> page to another that will be opened from the first one.
>
> Thanks in advance,
> AK
If you have any server side scripting (ASP, PHP, etc) available then that
should have capabilities built in and will be the best way to go. If you
don't have server side scripting then you'll have to fall back on
JavaScript, and the following reference should help:
http://www.cryer.co.uk/resources/javascript/script8.htm.
Be aware that the trouble with using javascript is that it relies on the
client and some people surf with javascript turned off.
--
Brian Cryer
www.cryer.co.uk/brian
[Back to original message]
|