Posted by Travis Newbury on 01/23/06 12:44
Anatoly Kurilin wrote:
> 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.
The EASIEST way is to use server side script like PHP or ASP. But if
you don't want to use that, you can use Javascript. A quick google of
"pass parameter javascript" will reward you with the code.
[Back to original message]
|