|
|
|
|
|
| | |
|
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
VB Script runs in IE5 & not in IE4 |
From: |
Harpreet Singh |
Date: |
10/1/2001 8:03:29 AM |
IP: |
195.229.191.39 |
Hi Guys
I have an ASP page that contains a text box. When user changes data in the text box, i wish to validate the data entered. What i am doing is as follows:
<SCRIPT ID=ServerEventHandlersVBS LANGUAGE=vbscript>
Sub txtLeaveStartDate_onchange
---validation code goes here
End Sub
</SCRIPT>
The text box is created at runtime as follows:
<INPUT id=txtLeaveStartDate name=text1>
The problem is that when i view this ASP in Internet Explorer 5.0, the 'onchange' event fires and my code runs. However, in IE 4.0, the event does not fire.
Please help if you can. Thanks in advance.
Cheers. |
|
|
|
|
|
|
|
|
|
|
|
|