Results 1 to 5 of 5

Thread: hyperlink problem

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2000
    Posts
    30

    Talking

    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)

  2. #2
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    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?
    Mark
    -------------------

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Sep 2000
    Posts
    30
    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

  4. #4
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    have you got the <% and %> tags in place?
    Mark
    -------------------

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Sep 2000
    Posts
    30

    Talking 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
  •  



Click Here to Expand Forum to Full Width