j_wearne
10-28-2002, 12:03 AM
I have a HTML document that is created over three files. The first HTML file calls the second (ASP file) and the second then calls the third (ASP File). Now I have a button that I wish to change using
the onMouseup/onMousedown events but I can only get it to work if the script is called inside the body of the first page. I was wondering if there is any way around this? Some important info about my document is:
The second and third files are only made up of ASP functions and have no HTML, BODY, tags of their own. (to reduce single file size)
If I put the script in either the 2nd or 3rd files (in a function) it works but only if that function is called from the first file (inside the body).
I am a newbie so I am muddling thru here, but I get the feeling I need to do something with the BODY tag.
Any thoughts would be great,
Thanks in advance!
the onMouseup/onMousedown events but I can only get it to work if the script is called inside the body of the first page. I was wondering if there is any way around this? Some important info about my document is:
The second and third files are only made up of ASP functions and have no HTML, BODY, tags of their own. (to reduce single file size)
If I put the script in either the 2nd or 3rd files (in a function) it works but only if that function is called from the first file (inside the body).
I am a newbie so I am muddling thru here, but I get the feeling I need to do something with the BODY tag.
Any thoughts would be great,
Thanks in advance!