|
|
|
|
|
| | |
|
PowerASP active server pages asp.net microsoft .net framework sdk learn asp what is asp tutorial learn asp.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:02:10 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 txtLeaveEndDate_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. |
Follow Up - Re: VB Script runs in IE5 & not in IE4 - Harpreet Singh 10/1/2001 8:04:22 AM
|
|
|
|
|
|
|
|
|
|
|
|