Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. How do I use this thing # on urls

How do I use this thing # on urls

Scheduled Pinned Locked Moved The Lounge
questionhtmlcom
88 Posts 19 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E eggie5

    How do i use this thing on a url #?? What do I have to put in the HTML for it to go to that section? Like on some urls they put www.asdf.com/blah#asdf and it goes to some part specified by #asdf. Does any body have some information on how this works? /\ |_ E X E GG

    L Offline
    L Offline
    Lost User
    wrote on last edited by
    #2

    Wrong forum - please post this in the Web Development forum...


    The Rob Blog
    Google Talk: robert.caldecott

    1 Reply Last reply
    0
    • E eggie5

      How do i use this thing on a url #?? What do I have to put in the HTML for it to go to that section? Like on some urls they put www.asdf.com/blah#asdf and it goes to some part specified by #asdf. Does any body have some information on how this works? /\ |_ E X E GG

      T Offline
      T Offline
      toxcct
      wrote on last edited by
      #3

      Please do NOT post programming questions or ads to this forum. :mad:


      TOXCCT >>> GEII power
      [toxcct][VisualCalc]

      E 1 Reply Last reply
      0
      • T toxcct

        Please do NOT post programming questions or ads to this forum. :mad:


        TOXCCT >>> GEII power
        [toxcct][VisualCalc]

        E Offline
        E Offline
        eggie5
        wrote on last edited by
        #4

        :doh::(:^):~ X| X| IT'S NOT A FREAKING PROGRAMMING QUESTION!??!?!?!?!!!!!! :mad::mad::wtf::omg::rolleyes: ALL I ASKED WAS HOW TO USE THOSE FREAKING # IN URLS?!??!!!!!!!!!!!!!! WHAT DOES THAT HAVE TO DO WITH PROGRAMMING? ELLO??? :rose::rose::cool::cool: X| X| /\ |_ E X E GG

        T 1 Reply Last reply
        0
        • E eggie5

          How do i use this thing on a url #?? What do I have to put in the HTML for it to go to that section? Like on some urls they put www.asdf.com/blah#asdf and it goes to some part specified by #asdf. Does any body have some information on how this works? /\ |_ E X E GG

          G Offline
          G Offline
          Gizzo
          wrote on last edited by
          #5

          :~ Run! run as much as you can. I can see them. They have torchs and chains. Why did you have to post a proggraming question here? :^)

          T M 2 Replies Last reply
          0
          • E eggie5

            :doh::(:^):~ X| X| IT'S NOT A FREAKING PROGRAMMING QUESTION!??!?!?!?!!!!!! :mad::mad::wtf::omg::rolleyes: ALL I ASKED WAS HOW TO USE THOSE FREAKING # IN URLS?!??!!!!!!!!!!!!!! WHAT DOES THAT HAVE TO DO WITH PROGRAMMING? ELLO??? :rose::rose::cool::cool: X| X| /\ |_ E X E GG

            T Offline
            T Offline
            toxcct
            wrote on last edited by
            #6

            this IS somewhat a programming question, even in HTML... the web development forum is here for that, so, i know the answer, but i keep it for me until you ask this somewher else of here... ps : DON'T SHOUT !!!!!! and read what's written at the top of the page when you create a thread... it's up to you to be flamed :suss:


            TOXCCT >>> GEII power
            [toxcct][VisualCalc] -- modified at 4:07 Friday 4th November, 2005

            E 1 Reply Last reply
            0
            • G Gizzo

              :~ Run! run as much as you can. I can see them. They have torchs and chains. Why did you have to post a proggraming question here? :^)

              T Offline
              T Offline
              toxcct
              wrote on last edited by
              #7

              lol :rose:


              TOXCCT >>> GEII power
              [toxcct][VisualCalc]

              1 Reply Last reply
              0
              • G Gizzo

                :~ Run! run as much as you can. I can see them. They have torchs and chains. Why did you have to post a proggraming question here? :^)

                M Offline
                M Offline
                Maxwell Chen
                wrote on last edited by
                #8

                Poor eggoe5 !! :rolleyes:


                Maxwell Chen

                T 1 Reply Last reply
                0
                • M Maxwell Chen

                  Poor eggoe5 !! :rolleyes:


                  Maxwell Chen

                  T Offline
                  T Offline
                  toxcct
                  wrote on last edited by
                  #9

                  hey, look : Internet King !!!![^] :laugh::laugh::laugh: do you believe it ? the internet king don't even know **#** anchors ??!!! :laugh::laugh:

                  Maxwell Chen wrote:

                  Poor eggoe5 !!

                  yep, you're right! poor poor eggie... peace to his soul...:zzz:


                  TOXCCT >>> GEII power
                  [toxcct][VisualCalc] -- modified at 4:16 Friday 4th November, 2005

                  M E 2 Replies Last reply
                  0
                  • E eggie5

                    How do i use this thing on a url #?? What do I have to put in the HTML for it to go to that section? Like on some urls they put www.asdf.com/blah#asdf and it goes to some part specified by #asdf. Does any body have some information on how this works? /\ |_ E X E GG

                    S Offline
                    S Offline
                    S Senthil Kumar
                    wrote on last edited by
                    #10

                    Pretty simple to do. You need to create an anchor with the name attribute set to whatever you want, in your case, asdf. Now clicking on an anchor with the href attribute set to asdf will make the browser go to our anchor. Something like

                    <a href="#asdf"> Go to Note </a>
                    ...
                    ...
                    <a name="asdf"> Note </a> Note note note

                    Regards Senthil _____________________________ My Blog | My Articles | WinMacro -- modified at 4:16 Friday 4th November, 2005

                    E G P 3 Replies Last reply
                    0
                    • T toxcct

                      hey, look : Internet King !!!![^] :laugh::laugh::laugh: do you believe it ? the internet king don't even know **#** anchors ??!!! :laugh::laugh:

                      Maxwell Chen wrote:

                      Poor eggoe5 !!

                      yep, you're right! poor poor eggie... peace to his soul...:zzz:


                      TOXCCT >>> GEII power
                      [toxcct][VisualCalc] -- modified at 4:16 Friday 4th November, 2005

                      M Offline
                      M Offline
                      Maxwell Chen
                      wrote on last edited by
                      #11

                      :-D


                      Maxwell Chen

                      1 Reply Last reply
                      0
                      • S S Senthil Kumar

                        Pretty simple to do. You need to create an anchor with the name attribute set to whatever you want, in your case, asdf. Now clicking on an anchor with the href attribute set to asdf will make the browser go to our anchor. Something like

                        <a href="#asdf"> Go to Note </a>
                        ...
                        ...
                        <a name="asdf"> Note </a> Note note note

                        Regards Senthil _____________________________ My Blog | My Articles | WinMacro -- modified at 4:16 Friday 4th November, 2005

                        E Offline
                        E Offline
                        eggie5
                        wrote on last edited by
                        #12

                        OHHHH, so they're called anchors! thanks /\ |_ E X E GG

                        1 Reply Last reply
                        0
                        • E eggie5

                          How do i use this thing on a url #?? What do I have to put in the HTML for it to go to that section? Like on some urls they put www.asdf.com/blah#asdf and it goes to some part specified by #asdf. Does any body have some information on how this works? /\ |_ E X E GG

                          E Offline
                          E Offline
                          eggie5
                          wrote on last edited by
                          #13

                          this is soooo not a programming question... /\ |_ E X E GG

                          T M 2 Replies Last reply
                          0
                          • E eggie5

                            this is soooo not a programming question... /\ |_ E X E GG

                            T Offline
                            T Offline
                            toxcct
                            wrote on last edited by
                            #14

                            and what is it ?? sex toy playing question ?


                            TOXCCT >>> GEII power
                            [toxcct][VisualCalc]

                            A 1 Reply Last reply
                            0
                            • T toxcct

                              hey, look : Internet King !!!![^] :laugh::laugh::laugh: do you believe it ? the internet king don't even know **#** anchors ??!!! :laugh::laugh:

                              Maxwell Chen wrote:

                              Poor eggoe5 !!

                              yep, you're right! poor poor eggie... peace to his soul...:zzz:


                              TOXCCT >>> GEII power
                              [toxcct][VisualCalc] -- modified at 4:16 Friday 4th November, 2005

                              E Offline
                              E Offline
                              eggie5
                              wrote on last edited by
                              #15

                              err look at me i'm toxcct and i'm Mr. Pazzuzu... ahaha Mr. Pazzuzu, i'm laughing at you! /\ |_ E X E GG

                              C T 2 Replies Last reply
                              0
                              • E eggie5

                                this is soooo not a programming question... /\ |_ E X E GG

                                M Offline
                                M Offline
                                Maxwell Chen
                                wrote on last edited by
                                #16

                                It is HTML related, and HTML is a programming language. ;P


                                Maxwell Chen

                                E 1 Reply Last reply
                                0
                                • T toxcct

                                  this IS somewhat a programming question, even in HTML... the web development forum is here for that, so, i know the answer, but i keep it for me until you ask this somewher else of here... ps : DON'T SHOUT !!!!!! and read what's written at the top of the page when you create a thread... it's up to you to be flamed :suss:


                                  TOXCCT >>> GEII power
                                  [toxcct][VisualCalc] -- modified at 4:07 Friday 4th November, 2005

                                  E Offline
                                  E Offline
                                  eggie5
                                  wrote on last edited by
                                  #17

                                  I have codeproject seniority (over you) so I'm allowed to ask "somewhat" programming questions in the lounge... /\ |_ E X E GG

                                  T P 2 Replies Last reply
                                  0
                                  • E eggie5

                                    err look at me i'm toxcct and i'm Mr. Pazzuzu... ahaha Mr. Pazzuzu, i'm laughing at you! /\ |_ E X E GG

                                    C Offline
                                    C Offline
                                    cynferdd
                                    wrote on last edited by
                                    #18

                                    We're laughing at you too. I don't know if I've ever seen someone as rude as you before.

                                    E 1 Reply Last reply
                                    0
                                    • S S Senthil Kumar

                                      Pretty simple to do. You need to create an anchor with the name attribute set to whatever you want, in your case, asdf. Now clicking on an anchor with the href attribute set to asdf will make the browser go to our anchor. Something like

                                      <a href="#asdf"> Go to Note </a>
                                      ...
                                      ...
                                      <a name="asdf"> Note </a> Note note note

                                      Regards Senthil _____________________________ My Blog | My Articles | WinMacro -- modified at 4:16 Friday 4th November, 2005

                                      G Offline
                                      G Offline
                                      Gizzo
                                      wrote on last edited by
                                      #19

                                      Come on! Don't be spoilsport. We are trying to be sarcastic and have a little bit of fun.. and then you answer a proggraming question with your proggraming answer in The Lounge.;P

                                      E S 2 Replies Last reply
                                      0
                                      • M Maxwell Chen

                                        It is HTML related, and HTML is a programming language. ;P


                                        Maxwell Chen

                                        E Offline
                                        E Offline
                                        eggie5
                                        wrote on last edited by
                                        #20

                                        no it's not.. HTML is just xml kinda... and who calls XML a programming language?! nobody... /\ |_ E X E GG

                                        C 1 Reply Last reply
                                        0
                                        • C cynferdd

                                          We're laughing at you too. I don't know if I've ever seen someone as rude as you before.

                                          E Offline
                                          E Offline
                                          eggie5
                                          wrote on last edited by
                                          #21

                                          Why would I be rude?!?! what did I do? DO CAPS OFFEND YOU?!?! /\ |_ E X E GG

                                          T C 2 Replies Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups