jscript and vbscript combined on same page... ???
i using free calendar on clients site written in jscript
<%@language=jscript%>
the site created them coded in <%@language="vbscript%>
how can combine both types of code within 1 page..
the calendar not setup sites navigation bar since in vb
im trying insert line of code have on entire site
<!--#include virtual="/inc/nav1.asp" -->
since written in vb , calendar jscript, receive
error...
can me this?
--
--
asp, sql2005, dw8 vbscript, access
<%@language=jscript%>
the site created them coded in <%@language="vbscript%>
how can combine both types of code within 1 page..
the calendar not setup sites navigation bar since in vb
im trying insert line of code have on entire site
<!--#include virtual="/inc/nav1.asp" -->
since written in vb , calendar jscript, receive
error...
can me this?
--
--
asp, sql2005, dw8 vbscript, access
> im trying insert line of code have on entire site
> <!--#include virtual="/inc/nav1.asp" -->
>
> since written in vb , calendar jscript, receive
> error...
includes first 'included' , page whole parsed. and,
as see, you're hitting issues having 2 different languages on
page.
i think can away long aren't nesting
languages. long open vb script, close it, open
jscript, close it, should work.
-darrel
> <!--#include virtual="/inc/nav1.asp" -->
>
> since written in vb , calendar jscript, receive
> error...
includes first 'included' , page whole parsed. and,
as see, you're hitting issues having 2 different languages on
page.
i think can away long aren't nesting
languages. long open vb script, close it, open
jscript, close it, should work.
-darrel
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment