Search results 59

Card image cap
Between2int and Between2intinc

Checks if number between two numbers, with or without considering those numbers. ...

Card image cap
Just learnt that now

Looks like we cannot have filename (having no extension) and folder in same ...

Card image cap
SwitchTextinCells

Switch text inside cells with another text. This was needed to correct an bug ...

Card image cap
Int function in ASP Classic (cint vs fix)

If you are looking for a function ASP Classic (VBScript) to do what Int() does ...

Card image cap
VBInstrRev

Similar to VBInstr, but this one does it in reverse, which is instrrev() ...

Card image cap
SettingRead_Ajax + SettingRead_Ajax_IntoObject

Two functions to return an output of file into object on page or back to caller ...

Card image cap
SearchinHTMLTable

Search for a word in a certain column in html table and return the full row ...

Card image cap
BusinessDateDiff

Number of Business days between two dates. Note that it doesn't take Christmas, ...

Card image cap
Enable Includes in ASP Classic

Enable relative paths for ASP Classic includes to work. New servers do not ...

Card image cap
Bootstrap 5 color toggle

Working toggle button to switch between light and dark color modes in Bootstrap ...

BS5-Dark-Light-Modes.zip

Card image cap
Refresh Table from View

Convert SQL View into table for speed reading. Using views a lot, I needed a ...

Card image cap
Dynamic iframe height

Adjust iframe height to its content after loading page Needed this trick in ...