hallo ihr,
ich habe folgendes problem:
ich möchte entweder eine ASP-Variable im javascript ändern oder wenn das nicht möglich ist, in ASP eine ASP-variable einer javascript-variable zuordnen .. ich komme allerdings net weiter.
Folgendes habe ich bereits probiert:
.. javascript
var test = "test"
<%=aspvar%> = test
.. die aspvar ist nicht verändert !?