coolen
23rd November 2008, 19:56
Hi,
is there anything special I should enable or set when I want to allow a use to use javascript calls in their web pages
While developping with dreamweaver, dreamweaver wanted to update a webpage for newer IE versions. it changed a line to add some javascript :
AC_AX_RunContent( 'width','425','height','350','src','http://www.youtube.com/v/t
7oTH52U8N8','type','application/x-shockwave-flash','movie','http://www.youtube.c
om/something ); //end AC code
and it said to upload :
Scripts/AC_ActiveX.js and
Scripts/AC_RunActiveContent.js
to the ISP.
I did this to web1/Scripts/....
while the page is in web1/web/
but it gives me an error now whenever I try to go to the page:
Error: Object expected.
is there anything I do wrong,or forgot to enable or so ?, or are the names/places incorrect?
Thanks in advance for any help.
is there anything special I should enable or set when I want to allow a use to use javascript calls in their web pages
While developping with dreamweaver, dreamweaver wanted to update a webpage for newer IE versions. it changed a line to add some javascript :
AC_AX_RunContent( 'width','425','height','350','src','http://www.youtube.com/v/t
7oTH52U8N8','type','application/x-shockwave-flash','movie','http://www.youtube.c
om/something ); //end AC code
and it said to upload :
Scripts/AC_ActiveX.js and
Scripts/AC_RunActiveContent.js
to the ISP.
I did this to web1/Scripts/....
while the page is in web1/web/
but it gives me an error now whenever I try to go to the page:
Error: Object expected.
is there anything I do wrong,or forgot to enable or so ?, or are the names/places incorrect?
Thanks in advance for any help.