Subversion Repositories DevTools

Rev

Rev 5513 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5513 Rev 6029
Line 28... Line 28...
28
		End If
28
		End If
29
	End If
29
	End If
30
End Function
30
End Function
31
 
31
 
32
Function QSTR_All
32
Function QSTR_All
33
	'QSTR_All = "&" & Request.ServerVariables("QUERY_STRING") 
33
	QSTR_All = "&" & Request.ServerVariables("QUERY_STRING") 
34
	QSTR_All = "&pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id") 
34
	'QSTR_All = "&pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id") 
35
End Function
35
End Function
36
 
36
 
37
Function Persists_Query_String ( sNewParamVals )
37
Function Persists_Query_String ( sNewParamVals )
38
	Dim aParameters, sParam, tempSTR
38
	Dim aParameters, sParam, tempSTR
39
	tempSTR = ""
39
	tempSTR = ""