|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components 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
|
|
|
|
|
|
|
|
|
|
|
|