I created a dll that is going to be distributed to my clients and a sample program that demonstrates how to use the dll. I built the dll in a directory c:/vb and created the executable in that directory. The dll also uses msxml3.dll.
When I run the tested executable in the c:/vb directory...
I am looking for the "best" way to selectively display tr tags. Originally I used getElementById() and display = none/inline, but that only works on an individual element basis. I would like to be able to apply this to multiple rows at a time. So basically I would be able to display...
I am looking for a good, affordable web host for a project I am starting. I will be using ASP and will be connecting to an Access database.
Any suggestions would be greatly appreciated.
Could someone please show me how to access the value of a select? Here is where I call the function:
<select name="select1" onChange="changeTotal(this,this.selectedIndex);">
<option value"1">option 1</option>
<option value"2">option 2</option>...
What is the "best" method for keeping cached pages from being accessed? What I mean is, if the user logs out and I kill the session, what can I do to prevent someone from using the Back button and viewing the information?
Today I was trying to write a simple program to solve the Math "Problem of the Month" at my school. The problem was fairly simple and I had already solved it by hand. I decided to try a brute force approach looping using various bounds for a and b. When I run this in IE it's fine but...
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.