I'm building an ASP.NET app, but there ASP includes in the dreamweaver template that includes other asp pages.
I'm getting this error:
BC30289: Statement cannot appear within a method body. End of method assumed.
Line 10:
Line 11:
Line 12: sub navTabs()
Line 13: response.write("<img src='/images/" + img + "' hspace='0' border='0' usemap='#navTabs' />")
Line 14: end sub
I brought all of the code directly into the template, but it has changed anything. Any suggestions?