Go Back   Webmaster Malaysia Forum » Website Design & Development » Website Programming

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 19-08-2005, 11:44 AM
Rizalnet's Avatar
Novice Webmaster
 
Join Date: Jun 2002
Location: Serdang
Posts: 22
Rep Power: 0
Rizalnet is on a distinguished road
include file problem

A'kum
aku dah try guna script ni tapi ada problem laaa...

<%
fname="header.inc"
%>
<!--#include file="<%=fname%>"-->


ada cara lain tak?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 19-08-2005, 11:55 AM
mysticmind's Avatar
Super Moderator
 
Join Date: Jun 2001
Location: Mystic Kingdoms
Posts: 2,687
Rep Power: 145
mysticmind will become famous soon enough mysticmind will become famous soon enough
Send a message via Yahoo to mysticmind
lenkali buh la sekali error ape yang kuar..
Code:
<%
fname="header.inc"
%>
<!--#include file="<%=fname%>"-->
aku tak pandai asp.. pernah buat tapi dah lupa..
selalunya selepas quote tuh dia ada ---> ; noktah bertindih?

mungkin :
Code:
<%
fname="header.inc";
%>
<!--#include file="<%=fname%>"-->
__________________
Personal's Blog! - Malaysian Artist!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 20-08-2005, 04:16 PM
Jacky's Avatar
Novice Webmaster
 
Join Date: Jul 2005
Location: KL
Posts: 68
Rep Power: 43
Jacky is on a distinguished road
No, semicolon ; is not needed for asp scripts.

I think you cannot use a variable for include file in asp. A workaround would be to use if elseif.

PHP Code:
<% if fname "training" then %>
    <!-- 
#include file=training.asp -->
<% elseif fname "contact" then %>
    <!-- 
#include file=contact.asp -->
..... 

Last edited by Jacky; 20-08-2005 at 04:44 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 20-08-2005, 09:39 PM
mysticmind's Avatar
Super Moderator
 
Join Date: Jun 2001
Location: Mystic Kingdoms
Posts: 2,687
Rep Power: 145
mysticmind will become famous soon enough mysticmind will become famous soon enough
Send a message via Yahoo to mysticmind
thanks for correcting me..
no so familiar with asp..
most scripting do used semicolon ie php, javascript css etc..
__________________
Personal's Blog! - Malaysian Artist!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 22-08-2005, 08:20 AM
Rizalnet's Avatar
Novice Webmaster
 
Join Date: Jun 2002
Location: Serdang
Posts: 22
Rep Power: 0
Rizalnet is on a distinguished road
thank you jacky... it's work...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
problem in visual c++ utk save file kriejunior Website Programming 0 09-08-2006 09:16 AM
include RSS in html alvinhan Website Design 8 07-05-2005 08:04 PM
JSP: include silverX Website Programming 0 08-11-2004 12:51 PM
ASP #include file alvinhan Website Programming 2 10-08-2002 12:00 AM
include/require- redecare function joyce Website Programming 4 16-06-2002 01:43 AM


All times are GMT +8. The time now is 11:27 AM. Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.


WebmasterMalaysia.com is Proudly Hosted by Exabytes Semi Dedicated Server.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61