Can I append a variable to a file with asp using document.write()? Kind of like this: [code] document.write("asp code" + variable + "asp code") [/code] ThankYou [hr] ~~[blue]Perl[/blue]~~[red]Visual Basic[/red]~~[green]JavaScript[/green]~~ SuperJoe
Like the foll... document.write('<%=asp code%> + variable + <%=asp code%>')
: Can I append a variable to a file with asp using document.write()? : Kind of like this: : [code] : document.write("asp code" + variable + "asp code") : [/code] : ThankYou : [hr] : ~~[blue]Perl[/blue]~~[red]Visual Basic[/red]~~[green]JavaScript[/green]~~ : SuperJoe :
Comments
Like the foll...
document.write('<%=asp code%> + variable + <%=asp code%>')
: Can I append a variable to a file with asp using document.write()?
: Kind of like this:
: [code]
: document.write("asp code" + variable + "asp code")
: [/code]
: ThankYou
: [hr]
: ~~[blue]Perl[/blue]~~[red]Visual Basic[/red]~~[green]JavaScript[/green]~~
: SuperJoe
: