Jun 13, 2001 #1 puitar Programmer Apr 8, 2001 64 AU Hi Can u store an IE browser url/address from ASP?
Jun 13, 2001 Thread starter #2 puitar Programmer Apr 8, 2001 64 AU I want to store it in a session variable and use it later. Upvote 0 Downvote
Jun 14, 2001 1 #3 IonelBurtan Programmer May 25, 2001 601 RO If you want to read the current adrress/URL you should use the myvar=Request.ServerVariabiles("PATH_INFO" and myvar=Request.ServerVariabiles("HTTP_REFERER" for the previous adress/URL in queue. than you can store it it with Session("Myvar"=myvar Hope this helps,s-) Blessed is he who in the name of justice and good will, shepards the week through the valley of darknees... http://home.domaindlx.com/ionelb Upvote 0 Downvote
If you want to read the current adrress/URL you should use the myvar=Request.ServerVariabiles("PATH_INFO" and myvar=Request.ServerVariabiles("HTTP_REFERER" for the previous adress/URL in queue. than you can store it it with Session("Myvar"=myvar Hope this helps,s-) Blessed is he who in the name of justice and good will, shepards the week through the valley of darknees... http://home.domaindlx.com/ionelb