Hi
I've got two pages, one page which I want to show to the client and another page whose sole purpose it is to house a bunch of client-side javascript functions. I'm trying to include this page with javascript functions in the page which I want to show the client.
The problem is that although the code shows up if you view the source, the browser does not seem to recognise any of the functions in the javascript page and as a result is completely unwilling to execute them. Instead it throws an error: "Object Expected".
I've tried
as well as
Obviously I renamed the file as well.
Please Help!
4waystop
I've got two pages, one page which I want to show to the client and another page whose sole purpose it is to house a bunch of client-side javascript functions. I'm trying to include this page with javascript functions in the page which I want to show the client.
The problem is that although the code shows up if you view the source, the browser does not seem to recognise any of the functions in the javascript page and as a result is completely unwilling to execute them. Instead it throws an error: "Object Expected".
I've tried
Code:
<!-- #include file ="include\clientfunctions.asp" -->
Code:
]<!-- #include file ="include\clientfunctions.js" -->
Please Help!
4waystop