[b][red]This message was edited by the superjoe30 at 2002-6-24 16:10:20[/red][/b][hr]
Can anyone give me a [red]SIMPLE[/red] line of code to a Jscript variable called [italic]thevar[/italic]?
first, get the param [italic]theparam[/italic] to a variable and transfer it to the variable in Jscript.
Comments
<% theparam = "client test" %>
var testvar = '<%= theparam %>';
alert(testvar);
Now just insert that into a test page and when ran it will display an alert box with the phrase "client test" in it.
[hr]
~~[blue]Perl[/blue]~~[red]Visual Basic[/red]~~[green]JavaScript[/green]~~
SuperJoe