PDA

Click to See Complete Forum and Search --> : hyperlink problem


aliank
Jan 3rd, 2001, 07:37 AM
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)

Mark Sreeves
Jan 3rd, 2001, 10:13 AM
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?

aliank
Jan 4th, 2001, 07:12 PM
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

Mark Sreeves
Jan 5th, 2001, 02:30 AM
have you got the <% and %> tags in place?

aliank
Jan 5th, 2001, 08:52 AM
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