[program-l] Re: Login Project Problems With Jaws

  • From: "Jacob Kruger" <jacobk@xxxxxxxxxxxx>
  • To: <program-l@xxxxxxxxxxxxx>
  • Date: Mon, 16 Mar 2009 07:17:47 +0200

Where's the HTML/ASPX source of the actual aspx page?

Just want to double check the layout thereof.

Stay well

Jacob Kruger
Blind Biker
Skype: BlindZA
'...Fate had broken his body, but not his spirit...'

----- Original Message ----- From: "Marvin Hunkin" <startrekcafe@xxxxxxxxx>
To: <program-l@xxxxxxxxxxxxx>
Sent: 16 March, 2009 4:53 AM
Subject: [program-l] Login Project Problems With Jaws


Hi.
well got a project using asp dot net and using visual web developer dot net
express 2005.
and using jaws 10.
and internet explorer 7 on a windows vista machine.
now, you enter login information.
like name, e-mail, user name, and then you enter 2 passwords.
and if the passwords match, then it displays a welcome message and the user
name of the person who entered the form.
now, when i run it, jaws does not say the welcome message and the name of
the user, and the two passwords are:

Password.
now, jaws is not reading it, but it is reading the error messages.
so was wondering, why jaws cannot see it.
and wonder if i need a separate text box or status bar.
the welcome message is in a label.
should it be in a text box.
got confirmation from a sighted friend and they can see the welcome message.
so not sure why jaws is not picking it up.
can any one help on this one?
what am i missing?
cheers Marvin.
ps: will post the code below.

'Program: Login
'Programmer: Marvin Hunkin
'Date: Monday Febuary 23 2009
'Description: Login Form and compare two password strings


Partial Class Login


Protected Sub btnSubmitButton_Click(ByVal sender As Object, ByVal e As
System.EventArgs) Handles btnSubmitButton.Click


       'Declare Variables

       Dim strPassword As String = "Password"
       Dim strConfirmPassword As String = "Password"


       'If password and confirm passwords are same, then display welcome
message


       If tbPasswordTextBox.Text = tbConfirmPasswordTextBox.Text Then



           lblMessageLabel.Text = "Hello " & tbNameTextBox.Text & ""
       Else
           tbPasswordTextBox.Text = ""
           tbConfirmPasswordTextBox.Text = ""
           lblMessageLabel.Text = "The Passwords You entred do Not Match!
Please Try Again!("")"
           tbNameTextBox.Focus()


       End If


End Sub
End Class

E-mail: startrekcafe@xxxxxxxxx
MSN: sttartrekcafe@xxxxxxx
Skype: startrekcafe
We Are The Borg! You Will Be Assimilated! Resistance Is Futile!
Star Trek Voyager Episode 68 Scorpian Part One


** To leave the list, click on the immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=unsubscribe]
** If this link doesn't work then send a message to:
** program-l-request@xxxxxxxxxxxxx
** and in the Subject line type
** unsubscribe
** For other list commands such as vacation mode, click on the
** immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=faq]
** or send a message, to
** program-l-request@xxxxxxxxxxxxx with the Subject:- faq


** To leave the list, click on the immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=unsubscribe]
** If this link doesn't work then send a message to:
** program-l-request@xxxxxxxxxxxxx
** and in the Subject line type
** unsubscribe
** For other list commands such as vacation mode, click on the
** immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=faq]
** or send a message, to
** program-l-request@xxxxxxxxxxxxx with the Subject:- faq

Other related posts: