T
Tony Girgenti
Hello.
I'm developing and testing a web application using VS.NET 2003, VB, .NET
Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1 on a WIN XP Pro, SP2
computer. I'm using a web form.
Using this line of code works great. It displays a little message box with
the alert message in it.
Me.btnGetArchivedTrips.Attributes.Add("onMouseOver", "alert('mouse over')")
But how do i get it to display the alert message without doing a mouse over,
just trying to put it into an if statement ?
If Calendar1.SelectedDate > Me.Calendar2.SelectedDate) Then
alert('mouse over')")
End If
Thanks,
Tony
I'm developing and testing a web application using VS.NET 2003, VB, .NET
Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1 on a WIN XP Pro, SP2
computer. I'm using a web form.
Using this line of code works great. It displays a little message box with
the alert message in it.
Me.btnGetArchivedTrips.Attributes.Add("onMouseOver", "alert('mouse over')")
But how do i get it to display the alert message without doing a mouse over,
just trying to put it into an if statement ?
If Calendar1.SelectedDate > Me.Calendar2.SelectedDate) Then
alert('mouse over')")
End If
Thanks,
Tony