Hi all
i have a web Based (ASP) MS SQL Customer DB which works fine, now i need the following function:
i have a field called "Domainreg" i the DB
so if the field is true (1) it shoud opens the browser a go directly to an URL, otherwise if it's false another URL shoud be called
see code below
-----------------------------------------------------------
If x_Domainreg THEN
.......
-----------------------------------------------------------
how can i do this with asp or do i need WSH or something similiar for this job?
best regards
E.Altherr
i have a web Based (ASP) MS SQL Customer DB which works fine, now i need the following function:
i have a field called "Domainreg" i the DB
so if the field is true (1) it shoud opens the browser a go directly to an URL, otherwise if it's false another URL shoud be called
see code below
-----------------------------------------------------------
If x_Domainreg THEN
.......
-----------------------------------------------------------
how can i do this with asp or do i need WSH or something similiar for this job?
best regards
E.Altherr