If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > links do not work more after uploading online

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-24-04, 16:00
faamugol faamugol is offline
Registered User
 
Join Date: Mar 2004
Posts: 58
links do not work more after uploading online

Dear members,
Marry Chrismas,

When i upload my website all the link do not work more..

here is my index pade on local and everything works nice.

<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Quil</title>

</head>

<body>
<%
Session("status")="Home"
%>

<!--#include file="layout/maintable.inc"-->

<td height="41" colspan="5">
<table width="96%" border="0" id="tb_header">
<tr>
<td width="8%" height="67"><img src = "layout/Qlogo.bmp" border = "0"></td>
<td width="75%" align="center">
<!--#include file="layout/header.asp"--> </td>
<td width="9%"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="3" height="448"> </td>

<!--#include virtual="/layout/menu_navigation.asp" -->

<td width="801" valign="top"><p><strong>Home</strong></p>
<p>Hier komt de tekst voor de introductie pagina </p></td>
<td width="53"> </td>
</tr>
<tr>
<td height="41" colspan="5"><table width="973" border="1" id="tb_footer">
<tr>
<td width="930" align="center">
<!--#include file="layout/footer.inc"-->
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>



I have also tried to use the foillowing syntax:
<!--#include virtual="/layout/footer.inc"-->

but it doesn't work at all

Thans in advance...
Reply With Quote
  #2 (permalink)  
Old 12-25-04, 00:59
vextout vextout is offline
Registered User
 
Join Date: Jan 2003
Location: New York
Posts: 160
are you sure the server you uploaded to supports ASP ?
__________________
Beyond Limitation
Reply With Quote
  #3 (permalink)  
Old 12-26-04, 11:02
faamugol faamugol is offline
Registered User
 
Join Date: Mar 2004
Posts: 58
thank you for the answer,

the server support ASP ..


any help will be gratiful
Reply With Quote
  #4 (permalink)  
Old 12-26-04, 11:11
vextout vextout is offline
Registered User
 
Join Date: Jan 2003
Location: New York
Posts: 160
does the images appear?
__________________
Beyond Limitation
Reply With Quote
  #5 (permalink)  
Old 12-26-04, 14:00
faamugol faamugol is offline
Registered User
 
Join Date: Mar 2004
Posts: 58
Thank you Vextout for your quick answer..

indeed yes the image appears very wel but the rest not..

thank you in advance for any help
Reply With Quote
  #6 (permalink)  
Old 12-26-04, 14:40
faamugol faamugol is offline
Registered User
 
Join Date: Mar 2004
Posts: 58
I have the following erros when uploading:

1) Starting request
TYPE A
Error reading response from server.

2) PASV
It appears that the connection is dead. Attempting reconnect...

Thank you in advance...
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On