Hi,
I am a complete Newbie to ASP (I started teaching myself Yesterday). I have setup a simple guestbook to connect to a Microsoft Access database and add, delete, and modify records using a DSN-LESS conection so I understand basic connections, recordsets, etc.
Now I have moved on to something more challenging - "reverse engineering" so to speak, a site that is already running. There is a fair bit of code that I don't understand and I would appreciate some help.
First off, At the top of almost every page, all Variables and Functions are defined as so:
this.variable1 = this.variable1;
this.function1 = function1;
is this the same as dim variable1? does it simply define them or acheive something else? what are the benifits of one over the other?
Thanks a lot for your help,
Regards,
Keyper.
The Key is more powerful than the Sword.
I am a complete Newbie to ASP (I started teaching myself Yesterday). I have setup a simple guestbook to connect to a Microsoft Access database and add, delete, and modify records using a DSN-LESS conection so I understand basic connections, recordsets, etc.
Now I have moved on to something more challenging - "reverse engineering" so to speak, a site that is already running. There is a fair bit of code that I don't understand and I would appreciate some help.
First off, At the top of almost every page, all Variables and Functions are defined as so:
this.variable1 = this.variable1;
this.function1 = function1;
is this the same as dim variable1? does it simply define them or acheive something else? what are the benifits of one over the other?
Thanks a lot for your help,
Regards,
Keyper.
The Key is more powerful than the Sword.