Šta je novo?

ASP pomoc

  • Začetnik teme Začetnik teme macke
  • Datum pokretanja Datum pokretanja

macke

Slavan
Učlanjen(a)
11.03.2005
Poruke
204
Poena
319
Nemam veze sa ASP jezikom pa mi treba mala pomoc.

HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="navigation/stylesheet.css" rel="stylesheet" type="text/css" />
<title>Tapco Inc Elevator Buckets for agricultural grain elevators, industrial use elevator buckets, plus Elevator bolts and parts.</title>
<link rel="shortcut icon" href="favicon.ico" >
<link rel="icon" type="image/gif" href="animated_favicon1.gif" >
</head>

<body topmargin="0">
<!-- Start opening code for mother table - 1 row (768) and 1 Column -->
<table width="768" align="center">
<tr><td>
<!-- End opening code for mother table - 1 row (768) and 1 Column -->

<!--  Include Masthead Banner, Including Top Navigation  -->
	<!---#include file="template/masthead_banner.html"--->

<!-- Start self contained table for the mid-section  -->
<!-- 1 Row and 2 Columns - one for the Nav bar other for the content -->
<table width="100%">
<tr>
<td width="184" valign="top">
  <!---#include file="template/products_menu.html"--->
  <!---#include file="template/products_graphic_menu.html"--->
<td valign="top">
<!-- ***** Include appropriate Page Body File ***** -->
<%
Dim page
page = Request("page")
%> 
<% Select Case page %>
    <% Case "" %>
	<!---#include file="content/homepage.html"--->
    <% Case "home" %>
	<!---#include file="content/homepage.html"--->
	<% Case "about" %>
	<!---#include file="content/about.html"--->	
	<% Case "faq" %>
	<!---#include file="content/faq.html"--->
	<% Case "news" %>
	<!---#include file="content/news.html"--->
	<% Case "usmov" %>
	<!---#include file="content/news_us_video.html"--->
	<% Case "eumov" %>
	<!---#include file="content/news_euro_video.html"--->	
	<% Case "showmov" %>
	<!---#include file="content/news_show_video.html"--->		
	<% Case "espanol" %>
	<!---#include file="content/espanol.html"--->
	<% Case "contact" %>
	<!---#include file="content/contact.html"--->
	<% Case "contact_true" %>
	<!---#include file="content/contact_true.html"--->	
	..............................................................
	<!---#include file="content/news_content/case_grain_journal_2011.html"--->	
	<% Case "2011_video" %>
	<!---#include file="content/videotest.html"--->	
	<% Case "2011_steel_video" %>
	<!---#include file="content/steel_movie_feb_2011.html"--->	
	<% End Select %>
</td>
</tr></table>
<!-- End self contained table for the body  -->

<!-- ***** Include Footer File ***** -->
<!---#include file="template/footer_bar.html"--->

<!-- Close the TD, TR and Table tag for the mother table -->
</td></tr></table>

<!-- ***** Include Tracking File ***** -->
<!---#include file="navigation/tracking_script.html"--->

<!-- Close the Body & HTML tags -->

</body>
</html>

To je default.asp stranica koja poziva html fajlove, e tu nastupa problem. Hteo bih pre homepage da ubacim Splash page, koji bi redirectovao do Homepage stvarnog sajta, medjutim, ovo je template, i splash page ce se ucitati unutar te tabele kako god ga ja pozvao. Tako da, je l'ima neko ideju kako da pozovem obicnu html stranicu (splash page) prvo, a da se ona ne ucita unutar templejta? Je l' postoji neko jednostavno resenje? Mozda htaccess?

Hvala!
 
Nazad
Vrh Dno