use text file as link source

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mcnewsxp

    use text file as link source

    can i get an example of how to read values from a text file that will be
    used as links on my page.
    i'll have a .cvs file ala:
    LINK ASP_PAGE
    "click me1", "clickme1.a sp"
    "click me2", "clickme2.a sp"
    "click me3", "clickme3.a sp"

    i think i can figure out how to do the read, but need to know how to get it
    on the page where i need it.

    tia,
    mcnewsxp


  • mcnewsxp

    #2
    Re: use text file as link source

    please only answer questions.

    postioning code is written in ASP pages.


    Comment

    • Evertjan.

      #3
      Re: use text file as link source

      mcnewsxp wrote on 07 mrt 2008 in microsoft.publi c.inetserver.as p.general:
      please only answer questions.
      1 what are you responding on?

      [please always quote on usenet]


      2 This is usenet, not a paid hepldesk
      postioning code is written in ASP pages.
      Is it?

      --
      Evertjan.
      The Netherlands.
      (Please change the x'es to dots in my emailaddress)

      Comment

      • Bob Barrows [MVP]

        #4
        Re: use text file as link source

        mcnewsxp wrote:
        please only answer questions.
        >
        postioning code is written in ASP pages.
        BZZZZT
        If you can change the file's extension from .asp to .htm and still have
        the same question, then you don't have an asp question.

        Now, you can continue trying to boss us around and risk not getting an
        answer to this or any future question you post in this group (yes,
        someone might decide to spend his/her time on an offtopic question - you
        should consider yourself fortunate if they do).
        Or you can take the well-intentioned advice and post your html/css
        question to a group where experts in those tecnologies congregate. Here
        are some suggestions:


        --
        Microsoft MVP -- ASP/ASP.NET
        Please reply to the newsgroup. The email account listed in my From
        header is my spam trap, so I don't check it very often. You will get a
        quicker response by posting to the newsgroup.


        Comment

        • mcnewsxp

          #5
          Re: use text file as link source


          "Bob Barrows [MVP]" <reb01501@NOyah oo.SPAMcomwrote in message
          news:eJbp7lGgIH A.1212@TK2MSFTN GP05.phx.gbl...
          mcnewsxp wrote:
          >please only answer questions.
          >>
          >postioning code is written in ASP pages.
          >
          BZZZZT
          If you can change the file's extension from .asp to .htm and still have
          the same question, then you don't have an asp question.
          >
          Now, you can continue trying to boss us around and risk not getting an
          answer to this or any future question you post in this group (yes,
          someone might decide to spend his/her time on an offtopic question - you
          should consider yourself fortunate if they do).
          Or you can take the well-intentioned advice and post your html/css
          question to a group where experts in those tecnologies congregate. Here
          are some suggestions:

          >
          >
          ya'll are a touchy bunch....
          thanks for the link.


          Comment

          • Jeff Dillon

            #6
            Re: use text file as link source

            Put the links inside a table.

            Jeff

            "mcnewsxp" <mcourter@minds pring.comwrote in message
            news:OmnlxI8fIH A.5624@TK2MSFTN GP02.phx.gbl...
            can i get an example of how to read values from a text file that will be
            used as links on my page.
            i'll have a .cvs file ala:
            LINK ASP_PAGE
            "click me1", "clickme1.a sp"
            "click me2", "clickme2.a sp"
            "click me3", "clickme3.a sp"
            >
            i think i can figure out how to do the read, but need to know how to get
            it on the page where i need it.
            >
            tia,
            mcnewsxp
            >

            Comment

            Working...