vidyaraghav
10-01-2003, 04:27 AM
Hi,
I just happened to see this statement in some asp code
function x(y)
{
str="download.asp?date="+y;
location.href=str;7
}
What is the meaning of specifying 7 after the href is changed to the said file with the date parameter
I just happened to see this statement in some asp code
function x(y)
{
str="download.asp?date="+y;
location.href=str;7
}
What is the meaning of specifying 7 after the href is changed to the said file with the date parameter