Profile
Achievement
seloh77's Recent Snippets
- All /
« Prev 1 Next »
With this statement you can reload a page, this will also reset any forms on the page.
1
690
posted 11 years ago by seloh77
I used to program in classic ASP and would sometimes check if a certain word or letter would be in a string with instr.
if instr(haystack, needle)>0 then
DO SOMETHING
end if
If the needle starts on the first position of the haystack, instr...
0
714
posted 14 years ago by seloh77