Hello,
I am an ASP programmer and know only a little Javascript. Can someone convert the following ASP code to Javascript? Basically the script requests the variable "q" from the query string and if its = "" then the browser redirects to a URL that is specified.
<% If request ("q") = "" Then
response.redirect (" End If
%>
Thank you for any help
I am an ASP programmer and know only a little Javascript. Can someone convert the following ASP code to Javascript? Basically the script requests the variable "q" from the query string and if its = "" then the browser redirects to a URL that is specified.
<% If request ("q") = "" Then
response.redirect (" End If
%>
Thank you for any help