>>how would i pass the value of response.write(dst) to the new window code
Do you mean passing this value to the openindex() function? If so you can do it the same way you put it in the link. Btw, Response.write is not necessary for this.
notice <%= is short for response.write so you don't have to use both.
then the URL variable "v" will be available to the opened page. If the function "openindex" is opening a window with a different URL then you will want to put the "?v=<%=dst%>" part with the URL that is being opened.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.