May 14, 2004 #1 Hellopin Programmer May 14, 2004 13 US Hi All one of my asp page have include tag and using that include file doesnot function my javascript but if i dont use include file my javascript works well can anyone please help me i tried lots but still problem Thanks a lot
Hi All one of my asp page have include tag and using that include file doesnot function my javascript but if i dont use include file my javascript works well can anyone please help me i tried lots but still problem Thanks a lot
May 14, 2004 #2 onpnt Programmer Dec 11, 2001 7,778 US try a execute instead e.g. <% Server.Execute "file.asp" %> ___________________________________________________________________ http://www.onpnt.comThe answer to your ??'s may be closer then you think. Check out Tek-Tips knowledge bank by clicking the FAQ link at the top of the page faq333-3811 Upvote 0 Downvote
try a execute instead e.g. <% Server.Execute "file.asp" %> ___________________________________________________________________ http://www.onpnt.comThe answer to your ??'s may be closer then you think. Check out Tek-Tips knowledge bank by clicking the FAQ link at the top of the page faq333-3811
May 14, 2004 #3 ToddWW Programmer Mar 25, 2001 1,073 US Make sure your include file contains the <% %> identifiers at the beginning and end. ToddWW Upvote 0 Downvote