How can i place all the textboxes at the same left-margin?
This is the css:
p {
margin-left: 40px;
}
input {
margin-left: 150px;
}
this is the html:
<p>
Adress:<input type="text" name="T1" size="20"><br>
Name:<input type="text" name="T2" size="20"><br>
Age:<input type="text" name="T3"...
If 1 record matches the ID then everthing goes fine
if more than 1 record matches the ID i got Server.ScriptTimeout
Does somebody has any idea why this happens?
dim ID
dim Typering
dim x
dim checkbox(30)
ID = request.Querystring("ID")
Connection.open database
Recordset.open "Select * FROM...
Please can someone help me with this.
The first frame i called 'side' and contains a little menu
The second frame is the content of the choosen menu-item.
I want to know if a user pressed the 'add record' button from the menu (side-frame) or the 'save to database' button from the content-frame...
I can not solve this problem:
I have two frames, 'side' and 'body'
The 'side' frame is a menu witch contains: "home", "search", "login", and "add record"
If i add a record (by this menu) for the first time and the user jumps out of this because he clicks on "search" i want to show the user a...
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.