I have this form that when I enter a single value for each field such as the letter "a" it will go through just fine. If I actually try to fill out the form with my name, address it takes forever to...
Anyone go any ideas? I feel like my code is right, but something with the database is going wrong. The other checkbox works fine. I even tried just putting a variable in the SendMseg field and still...
Ok I am working on updating this form and I can't get the the new check box to return a yes or no value. I already have one check box that works, but it always returns a yes value based on...
I have a aspx page and when I double click the background it goes to the in line script in the source code. I want to change the setting so it will go to the vb page. I am using visual studio 2005....
I tried what you gave me in an earlier post, but it didn't work for some reason. So I opened up a new HTML document in Dreamweaver and copied the code from that and it worked.
In firefox there is a ? beside my home link on the main page. In IE its fine, but I looked at the source code in firefox and it showing the ? right beside the...
I have a div that is containing my main content. Then I have a div as my footer at the bottom of my page. In IE if I go beyond the set height in the content div it pushes the footer div down with...
I am trying to put a div layer over a Flash movie. I have tried nesting the div inside of the "Main" div holding everything and nesting it inside the div holding the Flash movie. Nothing seems to...