By using listi.net you agree to our
cookie policy
, We and our partners operate globally and use cookies, for multiple purposes
Close
listi.net
Type of coding
A
B
Listi Tag processing -
this looks for tags and does some processing, basically a shortcut
Error handling -
String processing
Global variables
List processing
Books
Random
Includes -
code used in multiple programs
Excel code (functions and Sub)
Output to page
Parameter processing
Debuging
Security
QF()
Database logic
Views
Tables
Queries
Stored procs
CSS
HTML
arrays
JavaScript
Sub or Function
Timezone
Testing
A/B Testing code
Dates
timer
Now()
Int()
Year, Month, Day
Sticky
I want system to save my last setting on say a list's sort, formatting, etc.
Parameter to session variable
if Request.QueryString("breadcrumb") = "y" then
session("breadcrumb") = "y"
elseif Request.QueryString("breadcrumb") = "n" then
session("breadcrumb") = "n"
else
if ismissing(session("breadcrumb")) then
session("breadcrumb") = "y"
end if
end if
if Request.QueryString("breadcrumb") = "n" or session("breadcrumb") = "n" then
'skip breadcrumb it's slow
ss "no bc"
else
ss "bc"
sBreadCrumb = GetBreadCrumb(parent)
if sBreadCrumb <> "" then
sBreadCrumb = "
Please enable JavaScript to view the
comments powered by Disqus.
blog comments powered by
Disqus