how to call asp page from html page
- by amol kadam
hello sir,
I'm Amol Kadam, totally new for asp.net & html . Sir I got the problem while uploading the pages of html & asp.
Sir actually i have one html page name as index.html & other one is asp page name as ContactUsNew.aspx. Sir there is link in html page for contact Us page. & for this link i use the code.
<td style="height: 42px">
<p class="menu01"><a href="ContactUsNew.aspx">CONTACT US</a></p>
</td>
Sir when I run this application in localhost it run successfully, but when I upload these pages on ftp that time the path specified for contact us link on index.html page not switches to contactusnew.aspx page. there is path error occured
plz help me......