transfer file from HTML extention to ASP

JasonL

New Member
ive written my main page in html file. and now i have to transter the file from HTML to asp to make this page active.everytime i change the extention to .asp, i get this error:http://i.stack.imgur.com/cZRVA.jpgthe description written in hebrew but the translation of it is "Unfinished string constant"Maybe the problem is in this code lines : \[code\] <meta http-equiv="content-type" content="text/html;windows-1255" /> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <link rel="stylesheet" type="text/css" href="http://stackoverflow.com/css/index.css" media="screen" /> <!--[if IE]> <link rel="stylesheet" type="text/css" href="http://stackoverflow.com/css/indexIEHEB.css" media="screen" /> <![endif]-->\[/code\]because when i play with those lines its sometimes work and sometimes doesn't.how do i fix that?? By the way, im using baby web server to run asp.
 
Back
Top