by: 'bonehead |
last post by:
Greetings,
I'm still something of a newbie to html/php/mysql.
I have a php/html form with several fields of type "input". If the user
enters improper data in a particular field and clicks the...
|
by: Mike Hnatt |
last post by:
I'd like the focus to be on "mycontrol" when the page is first loaded. I'm
getting an undefined error and am assuming that I can't do this in the body
ONLOAD event because the control is not yet...
|
by: JCO |
last post by:
I have a text box, on my form that I cant get the focus on. I'm using it as
shown:
<head>
<body onload=document.getPassword.txtPasswordName.focus()>
</head>
Where
getPassword is the form &...
|
by: Csaba |
last post by:
I'd like to have the cursor in the login form's username input text
field when users load the login page.
It works fine with the following implementation:
<body...
|
by: Dai Ba Wong |
last post by:
Hi:
Currently I am having a problem with my webpage. My page consist of
two frames, one consist of input text field and the other contains
link for different pop-up windows. The problem...
|
by: PK9 |
last post by:
I have a button at the top of my page that I have an onClick event handler
for which makes some new controls (at the bottom of my page) visible. When
the user clicks the button I make the new...
|
by: bienwell |
last post by:
Hi,
I have a problem and really need your help. In my web page ASPX, I have
some text fields to accept data from users. I did form validation like this
:
<td class="dataTD" style="HEIGHT:...
|
by: Rey |
last post by:
Howdy all.
Using visual web developer (VB) on xp pro box.
My problem with with a web form that on accessing the calendar control
causes a postback that moves the cursor back to the txtFirstName...
|
by: bnashenas1984 |
last post by:
Hi everyone
I have a chat form and I need my textfield to be the active one when the page is loaded.
<form action="" method="post">
<input type="text" name="text1">
<input type="text"...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: DJRhino |
last post by:
Was curious if anyone else was having this same issue or not....
I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
|
by: tracyyun |
last post by:
Hello everyone,
I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
|
by: NeoPa |
last post by:
Hello everyone.
I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report).
I know it can be done by selecting :...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM)
Please note that the UK and Europe revert to winter time on...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
|
by: isladogs |
last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM).
In this month's session, Mike...
|
by: GKJR |
last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...
|