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)
Printable View
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)
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?
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
have you got the <% and %> tags in place?
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