hello
i've problem.
here is sample code:
<SCRIPT LANGUAGE="JavaS cript">
<!--
//var city = NewYork;
function check(form,city )
{
blabla
}
is that possible to change this variable (city) to other ?
i've no access to target page and i need to execute this code on this page
with another variable
i've problem.
here is sample code:
<SCRIPT LANGUAGE="JavaS cript">
<!--
//var city = NewYork;
function check(form,city )
{
blabla
}
is that possible to change this variable (city) to other ?
i've no access to target page and i need to execute this code on this page
with another variable
Comment