|
-
Jan 3rd, 2001, 08:37 AM
#1
Thread Starter
Junior Member
how to link asp file from the asp pages.
I'm using <a href="homie.asp">
the result come out is the asp code itself not the compiled html??
how to solve this problem..
Hartono (Asp Dummie)
-
Jan 3rd, 2001, 11:13 AM
#2
Frenzied Member
I looks to me that you have opened the first page directly into the browser as a file and not via the web server
Is this the case?
-
Jan 4th, 2001, 08:12 PM
#3
Thread Starter
Junior Member
i do use the pws to open the file
the first file that i open was ok ... and
when i click on the link only the source code is displayed out ...
thanks for the reply
aliank
-
Jan 5th, 2001, 03:30 AM
#4
Frenzied Member
have you got the <% and %> tags in place?
-
Jan 5th, 2001, 09:52 AM
#5
Thread Starter
Junior Member
thanks
i got the answer already
on the first page i used the <% %> to get the server path
when i take it out and directly used the
<a href="contact.asp">
everthing was ok .....
thanks for the reply..
aliank
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|