Any opinions of the pros/cons of the above approaches for performance and security?
I am developing a large website and have a lot of reusable code. Currently I have the reused code in jScript and vbScript in text files and include it with a scr= tag.
I am considering moving the logic to...
I can't seem to add my custom java object to a webpage. It should be rather simple, but it aint workin! The .class and the .htm are in the same directory.I tried ...
- classid="java:Dancer.class"
- codepage="all kinds of combinations"
All I get is "text incase it cant...
I can't seem to add my custom java object to a webpage. It should be rather simple, but it aint workin! The .class and the .htm are in the same directory.I tried ...
- classid="java:Dancer.class"
- codepage="all kinds of combinations"
All I get is "text incase it cant...
The problem with the above solution is that Union queries are not supported under some web browsers.
Another solution:
For this example, assume the table that contains the combo box values is ...
================
MyCriteria
----------------
MyCriteriaID - AutoNumber
MyCriteriaName - Text...
function roundUp(dNum)
if int(dNum) = dNum then
roundUp = dNum ' it's already an integer
else
roundUp = int(dNum + 1) add 1, then trunc the decimals
end if
end function
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.