% Option Explicit Dim strPage If Request.Querystring("Page") = "" Then Response.Cookies("JSTraining")("Page") = "/Pages/JS-Training/tbl_Home.asp" strpage = "/Pages/JS-Training/tbl_Home.asp" Else Response.Cookies("JSTraining")("Page") = Request.Querystring("Page") strpage = Request.Cookies("JSTraining")("Page") End If 'Response.Write Request.Cookies("JSTraining")("Page") %>
| Screensize: | ||||