Image
Average Member
Canada
574 Posts |
Posted - 21 September 2007 : 16:11:03
|
In reference to this topic: http://forum.snitz.com/forum/topic.asp?ARCHIVE=true&TOPIC_ID=54791
quote: Originally posted by HuwR
to fix this issue, simply remove the following line from down.asp (approx line 76)
if request.form("location") <> "" then response.redirect(request.form("location"))
it is not required.
quote: Originally posted by RichardKinser
Huw,
We can also just delete this line too, right? (approx line 105)
" <input type=""hidden"" value=""" & request("target") & """ name=""location"">" & vbNewLine & _
in admin_compactdb.asp
We can also just delete those Targets:
line 89 - down.asp?target=admin_compactdb.asp lines 94, 125, 135 - down.asp?target=admin_forums.asp
it is not required anymore, right?
< |
|