ColonelBlue
Technical User
Hello.
I have a page called ../thispage.asp
and on that page I have a link where I would like ?var=this appended to the same page when it is clicked so it will refresh to ../thispage.asp?var=this.
Because I am creating a include file, hard coding the page name will not work if I use that include page in let's say another papge called thatpage.asp. If it was hard coded in the link, it would go to thispage instead.
Is there a way to do this?
Thanks in advance.
I have a page called ../thispage.asp
and on that page I have a link where I would like ?var=this appended to the same page when it is clicked so it will refresh to ../thispage.asp?var=this.
Because I am creating a include file, hard coding the page name will not work if I use that include page in let's say another papge called thatpage.asp. If it was hard coded in the link, it would go to thispage instead.
Is there a way to do this?
Thanks in advance.