When there is a form, clicking enter on the keyboard while in the last textbox does not activate the submit button, instead it just refreshes the page.
Thank you.
Hi, I would like to make a class called "Game." basically I have some game table in the database with game attributes like score, team1, team2, datetime, etc.
I would like to turn this into the class but I have some difficulties writing the code.
1) how can I write the constructor...
Hi, I want to make a drop downlist so that user can select it multiple items within drop down list. How can i make it that way?
this is my current html code
=================
<select name="section">
<option value="none">-------------</option>
<option...
Hi, i have problem with my code.
In my page there are session variable;
session_start();
session_register("WFCounter");
session_register("TCounter");
session_register("EFactor");
Initially they are set to 0
if(!$WFCounter) $WFCounter=0;
if(!$TCounter)...
Hello,
I have multiple submit button, each with unique onClick"" command. However, when I click one submit button, both onClick command is executed.
for instant, below is pseudocode...
<form...>
<input..submit...onClick="Do A">
<input...submit...onClick="Do...
Hi, I have a <form> and within this form boundary I have 2 submit button. Each button have onClick commands which increases the variable(x++ and y++ respectively). Problem is when I click on one button that have onClick command of x++, when page reloads, both x++ and y++ occurs.
Does both...
Hello, I have question...
I would like to put an anchor within a page so that when i press the link, it will goto that section of the page...
How can I do this in html page?
Hi, I am fairly new to php, and i want to create the website that calculates the use case point. And this is to be done like a calcuator. Please refer to nhlbisupport.com/bmi/bmicalc.htm this website (no www). when you look at this site, you input the data your height and weight, and when...
Hi, I have a form in which there is Drop down list linked to table. It source is table called location and the inputs and selection changes another table called presentation, in which field name location exist. What I would like to know is, if I can add the data into location table when there is...
well.. its based on table...
they are all text fields.. in which data's are retrieved from table.. once you click on the button that opens the participation form... and automatically adjust data according to what school it is...
Hi, I have two forms called school and participation (1 to many relationship).
And they are linked by participationID. becuase its one to many relationship.. when i open the school form and click the button that opens the participation form, i get listings in the participation form but its...
well i tried that code.. but it makes the school combo..blank after i click on region combo
do you know why?
Private Sub comboRegion_AfterUpdate()
Me.Combo35.RowSource = "select distinct school.schoolname from school where school.region = '" & Me.comboRegion & "'"...
Hi,
I have same problem with this...
this is my code
Private Sub comboRegion_AfterUpdate()
Me.Combo35.RowSource = "select school.schoolname from school where (((school.region)= '" & [Forms]![School]![comboRegion] & "'))"
Me.Combo35.Requery
End Sub
which combo region is...
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.