send me the coding for map linking

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • kamarajbca@gmail.com

    send me the coding for map linking

    dear sir,

    Now I am doing the task that the index page contains the US
    states Map.When i am pressing on the particular state that state map
    will be open.I create the link to states using with Microsoft
    Frontpage.Now my problem is when i am clicking the county on the state
    map that particular county will be opened.There are 50 states in us
    how should i create the link to county on the state map.

    Please give me the coding for this in php.



    Thank You.



    by,


    kamaraj.
  • larry@portcommodore.com

    #2
    Re: send me the coding for map linking

    On Jan 14, 9:51 pm, kamaraj...@gmai l.com wrote:
    dear sir,
    >
    Now I am doing the task that the index page contains the US
    states Map.When i am pressing on the particular state that state map
    will be open.I create the link to states using with Microsoft
    Frontpage.Now my problem is when i am clicking the county on the state
    map that particular county will be opened.There are 50 states in us
    how should i create the link to county on the state map.
    >
    Please give me the coding for this in php.
    >
    Thank You.
    >
    by,
    >
    kamaraj.
    Some US states have over a hundred counties! (Texas has 254), It may
    be better to have the user select from a list of counties for a state
    than to build 50 detailed image maps,

    Comment

    • Jerry Stuckle

      #3
      Re: send me the coding for map linking

      kamarajbca@gmai l.com wrote:
      dear sir,
      >
      Now I am doing the task that the index page contains the US
      states Map.When i am pressing on the particular state that state map
      will be open.I create the link to states using with Microsoft
      Frontpage.Now my problem is when i am clicking the county on the state
      map that particular county will be opened.There are 50 states in us
      how should i create the link to county on the state map.
      >
      Please give me the coding for this in php.
      >
      >
      >
      Thank You.
      >
      >
      >
      by,
      >
      >
      kamaraj.
      >
      This is all client-side. No PHP need be involved.

      --
      =============== ===
      Remove the "x" from my email address
      Jerry Stuckle
      JDS Computer Training Corp.
      jstucklex@attgl obal.net
      =============== ===

      Comment

      • Steve

        #4
        Re: send me the coding for map linking


        "Jerry Stuckle" <jstucklex@attg lobal.netwrote in message
        news:V6OdnerEB7 vgABHanZ2dnUVZ_ oHinZ2d@comcast .com...
        kamarajbca@gmai l.com wrote:
        >dear sir,
        >>
        > Now I am doing the task that the index page contains the US
        >states Map.When i am pressing on the particular state that state map
        >will be open.I create the link to states using with Microsoft
        >Frontpage.No w my problem is when i am clicking the county on the state
        >map that particular county will be opened.There are 50 states in us
        >how should i create the link to county on the state map.
        >>
        > Please give me the coding for this in php.
        >>
        >>
        >>
        > Thank You.
        >>
        >>
        > by,
        >>
        > kamaraj.
        >>
        >
        This is all client-side. No PHP need be involved.
        wow. isn't forcing the user to enable scripting in their browser your
        argument in *every* 'discussion' you have with OMH? are you now saying it's
        ok? take your own advice, it needs a purely non-scripted counterpart or it's
        shit.

        all the guy needs is a us map that he can use the height and width thereof
        to 'tell' what state, even county, the user clicked (as submitted x/y).
        server-side, he gets x/y, and uses a coordinate boundry array to define the
        states...when x/y in a boundry, we have a known location.

        to answer his specific question, all he needs to do is submit the map image
        to the server when clicked...no specific client-side links need to exist at
        all. and thus, the alternative to client-side scripting. :)


        Comment

        • Richard

          #5
          Re: send me the coding for map linking


          "Steve" <no.one@example .comwrote in message
          news:w%5jj.32$G W7.17@newsfe05. lga...
          >
          "Jerry Stuckle" <jstucklex@attg lobal.netwrote in message
          news:V6OdnerEB7 vgABHanZ2dnUVZ_ oHinZ2d@comcast .com...
          >kamarajbca@gmai l.com wrote:
          >>dear sir,
          >>>
          >> Now I am doing the task that the index page contains
          >>the US
          >>states Map.When i am pressing on the particular state that state
          >>map
          >>will be open.I create the link to states using with Microsoft
          >>Frontpage.N ow my problem is when i am clicking the county on the
          >>state
          >>map that particular county will be opened.There are 50 states in
          >>us
          >>how should i create the link to county on the state map.
          >>>
          >> Please give me the coding for this in php.
          >>>
          >>>
          >>>
          >> Thank You.
          >>>
          >>>
          >> by,
          >>>
          >> kamaraj.
          >>>
          >>
          >This is all client-side. No PHP need be involved.
          >
          wow. isn't forcing the user to enable scripting in their browser
          your argument in *every* 'discussion' you have with OMH? are you now
          saying it's ok? take your own advice, it needs a purely non-scripted
          counterpart or it's shit.
          >
          all the guy needs is a us map that he can use the height and width
          thereof to 'tell' what state, even county, the user clicked (as
          submitted x/y). server-side, he gets x/y, and uses a coordinate
          boundry array to define the states...when x/y in a boundry, we have
          a known location.
          >
          to answer his specific question, all he needs to do is submit the
          map image to the server when clicked...no specific client-side links
          need to exist at all. and thus, the alternative to client-side
          scripting. :)
          Client side image map?

          R.


          Comment

          • Jerry Stuckle

            #6
            Re: send me the coding for map linking

            Richard wrote:
            "Steve" <no.one@example .comwrote in message
            news:w%5jj.32$G W7.17@newsfe05. lga...
            >"Jerry Stuckle" <jstucklex@attg lobal.netwrote in message
            >news:V6OdnerEB 7vgABHanZ2dnUVZ _oHinZ2d@comcas t.com...
            >>kamarajbca@gmai l.com wrote:
            >>>dear sir,
            >>>>
            >>> Now I am doing the task that the index page contains
            >>>the US
            >>>states Map.When i am pressing on the particular state that state
            >>>map
            >>>will be open.I create the link to states using with Microsoft
            >>>Frontpage.No w my problem is when i am clicking the county on the
            >>>state
            >>>map that particular county will be opened.There are 50 states in
            >>>us
            >>>how should i create the link to county on the state map.
            >>>>
            >>> Please give me the coding for this in php.
            >>>>
            >>>>
            >>>>
            >>> Thank You.
            >>>>
            >>>>
            >>> by,
            >>>>
            >>> kamaraj.
            >>>>
            >>This is all client-side. No PHP need be involved.
            >wow. isn't forcing the user to enable scripting in their browser
            >your argument in *every* 'discussion' you have with OMH? are you now
            >saying it's ok? take your own advice, it needs a purely non-scripted
            >counterpart or it's shit.
            >>
            >all the guy needs is a us map that he can use the height and width
            >thereof to 'tell' what state, even county, the user clicked (as
            >submitted x/y). server-side, he gets x/y, and uses a coordinate
            >boundry array to define the states...when x/y in a boundry, we have
            >a known location.
            >>
            >to answer his specific question, all he needs to do is submit the
            >map image to the server when clicked...no specific client-side links
            >need to exist at all. and thus, the alternative to client-side
            >scripting. :)
            >
            Client side image map?
            >
            R.
            >
            >
            >
            Exactly. No PHP involved.

            --
            =============== ===
            Remove the "x" from my email address
            Jerry Stuckle
            JDS Computer Training Corp.
            jstucklex@attgl obal.net
            =============== ===

            Comment

            • Steve

              #7
              Re: send me the coding for map linking


              "Richard" <root@localhost wrote in message
              news:478d05bc$0 $68770$dbd4f001 @news.euronet.n l...
              >
              "Steve" <no.one@example .comwrote in message
              news:w%5jj.32$G W7.17@newsfe05. lga...
              >>
              >"Jerry Stuckle" <jstucklex@attg lobal.netwrote in message
              >news:V6OdnerEB 7vgABHanZ2dnUVZ _oHinZ2d@comcas t.com...
              >>kamarajbca@gmai l.com wrote:
              >>>dear sir,
              >>>>
              >>> Now I am doing the task that the index page contains the US
              >>>states Map.When i am pressing on the particular state that state map
              >>>will be open.I create the link to states using with Microsoft
              >>>Frontpage.No w my problem is when i am clicking the county on the state
              >>>map that particular county will be opened.There are 50 states in us
              >>>how should i create the link to county on the state map.
              >>>>
              >>> Please give me the coding for this in php.
              >>>>
              >>>>
              >>>>
              >>> Thank You.
              >>>>
              >>>>
              >>> by,
              >>>>
              >>> kamaraj.
              >>>>
              >>>
              >>This is all client-side. No PHP need be involved.
              >>
              >wow. isn't forcing the user to enable scripting in their browser your
              >argument in *every* 'discussion' you have with OMH? are you now saying
              >it's ok? take your own advice, it needs a purely non-scripted counterpart
              >or it's shit.
              >>
              >all the guy needs is a us map that he can use the height and width
              >thereof to 'tell' what state, even county, the user clicked (as submitted
              >x/y). server-side, he gets x/y, and uses a coordinate boundry array to
              >define the states...when x/y in a boundry, we have a known location.
              >>
              >to answer his specific question, all he needs to do is submit the map
              >image to the server when clicked...no specific client-side links need to
              >exist at all. and thus, the alternative to client-side scripting. :)
              >
              Client side image map?
              you are essentially providing a form with an image that, when submitted to
              php, the x and y coords. are available to you, the developer. use that info
              to generate the appropriate web page back to the user from there...no
              client-side scripting involved.


              Comment

              • Steve

                #8
                Re: send me the coding for map linking


                "Jerry Stuckle" <jstucklex@attg lobal.netwrote in message
                news:SfKdnWF4d9 BYhBDanZ2dnUVZ_ vPinZ2d@comcast .com...
                Richard wrote:
                >"Steve" <no.one@example .comwrote in message
                >news:w%5jj.32$ GW7.17@newsfe05 .lga...
                >>"Jerry Stuckle" <jstucklex@attg lobal.netwrote in message
                >>news:V6OdnerE B7vgABHanZ2dnUV Z_oHinZ2d@comca st.com...
                >>>kamarajbca@gmai l.com wrote:
                >>>>dear sir,
                >>>>>
                >>>> Now I am doing the task that the index page contains the US
                >>>>states Map.When i am pressing on the particular state that state map
                >>>>will be open.I create the link to states using with Microsoft
                >>>>Frontpage.N ow my problem is when i am clicking the county on the state
                >>>>map that particular county will be opened.There are 50 states in us
                >>>>how should i create the link to county on the state map.
                >>>>>
                >>>> Please give me the coding for this in php.
                >>>>>
                >>>>>
                >>>>>
                >>>> Thank You.
                >>>>>
                >>>>>
                >>>> by,
                >>>>>
                >>>> kamaraj.
                >>>>>
                >>>This is all client-side. No PHP need be involved.
                >>wow. isn't forcing the user to enable scripting in their browser your
                >>argument in *every* 'discussion' you have with OMH? are you now saying
                >>it's ok? take your own advice, it needs a purely non-scripted
                >>counterpart or it's shit.
                >>>
                >>all the guy needs is a us map that he can use the height and width
                >>thereof to 'tell' what state, even county, the user clicked (as
                >>submitted x/y). server-side, he gets x/y, and uses a coordinate boundry
                >>array to define the states...when x/y in a boundry, we have a known
                >>location.
                >>>
                >>to answer his specific question, all he needs to do is submit the map
                >>image to the server when clicked...no specific client-side links need to
                >>exist at all. and thus, the alternative to client-side scripting. :)
                >>
                >Client side image map?
                >>
                >R.
                >
                Exactly. No PHP involved.
                i think you're lost in the thread jerry. the correct response would have
                been:

                exactly. no JAVASCRIPT involved. :)


                Comment

                • Richard

                  #9
                  Re: send me the coding for map linking


                  "Steve" <no.one@example .comwrote in message
                  news:C7bjj.50$K v6.45@newsfe06. lga...
                  >
                  "Richard" <root@localhost wrote in message
                  news:478d05bc$0 $68770$dbd4f001 @news.euronet.n l...
                  >>
                  >"Steve" <no.one@example .comwrote in message
                  >news:w%5jj.32$ GW7.17@newsfe05 .lga...
                  >>>
                  >>"Jerry Stuckle" <jstucklex@attg lobal.netwrote in message
                  >>news:V6OdnerE B7vgABHanZ2dnUV Z_oHinZ2d@comca st.com...
                  >>>kamarajbca@gmai l.com wrote:
                  >>>>dear sir,
                  >>>>>
                  >>>> Now I am doing the task that the index page contains
                  >>>>the US
                  >>>>states Map.When i am pressing on the particular state that
                  >>>>state map
                  >>>>will be open.I create the link to states using with Microsoft
                  >>>>Frontpage.N ow my problem is when i am clicking the county on the
                  >>>>state
                  >>>>map that particular county will be opened.There are 50 states in
                  >>>>us
                  >>>>how should i create the link to county on the state map.
                  >>>>>
                  >>>> Please give me the coding for this in php.
                  >>>>>
                  >>>>>
                  >>>>>
                  >>>> Thank You.
                  >>>>>
                  >>>>>
                  >>>> by,
                  >>>>>
                  >>>> kamaraj.
                  >>>>>
                  >>>>
                  >>>This is all client-side. No PHP need be involved.
                  >>>
                  >>wow. isn't forcing the user to enable scripting in their browser
                  >>your argument in *every* 'discussion' you have with OMH? are you
                  >>now saying it's ok? take your own advice, it needs a purely
                  >>non-scripted counterpart or it's shit.
                  >>>
                  >>all the guy needs is a us map that he can use the height and width
                  >>thereof to 'tell' what state, even county, the user clicked (as
                  >>submitted x/y). server-side, he gets x/y, and uses a coordinate
                  >>boundry array to define the states...when x/y in a boundry, we
                  >>have a known location.
                  >>>
                  >>to answer his specific question, all he needs to do is submit the
                  >>map image to the server when clicked...no specific client-side
                  >>links need to exist at all. and thus, the alternative to
                  >>client-side scripting. :)
                  >>
                  >Client side image map?
                  >
                  you are essentially providing a form with an image that, when
                  submitted to php, the x and y coords. are available to you, the
                  developer. use that info to generate the appropriate web page back
                  to the user from there...no client-side scripting involved.
                  An image map is not scripted.
                  Its just... an image with links for certain areas.

                  R.


                  Comment

                  • Richard

                    #10
                    Re: send me the coding for map linking


                    "Richard" <root@localhost wrote in message
                    news:478d3ed6$0 $60803$dbd45001 @news.euronet.n l...
                    >
                    "Steve" <no.one@example .comwrote in message
                    news:C7bjj.50$K v6.45@newsfe06. lga...
                    >>
                    >"Richard" <root@localhost wrote in message
                    >news:478d05bc$ 0$68770$dbd4f00 1@news.euronet. nl...
                    >>>
                    >>"Steve" <no.one@example .comwrote in message
                    >>news:w%5jj.32 $GW7.17@newsfe0 5.lga...
                    >>>>
                    >>>"Jerry Stuckle" <jstucklex@attg lobal.netwrote in message
                    >>>news:V6Odner EB7vgABHanZ2dnU VZ_oHinZ2d@comc ast.com...
                    >>>>kamarajbca@gmai l.com wrote:
                    >>>>>dear sir,
                    >>>>>>
                    >>>>> Now I am doing the task that the index page contains
                    >>>>>the US
                    >>>>>states Map.When i am pressing on the particular state that
                    >>>>>state map
                    >>>>>will be open.I create the link to states using with Microsoft
                    >>>>>Frontpage. Now my problem is when i am clicking the county on
                    >>>>>the state
                    >>>>>map that particular county will be opened.There are 50 states
                    >>>>>in us
                    >>>>>how should i create the link to county on the state map.
                    >>>>>>
                    >>>>> Please give me the coding for this in php.
                    >>>>>>
                    >>>>>>
                    >>>>>>
                    >>>>> Thank You.
                    >>>>>>
                    >>>>>>
                    >>>>> by,
                    >>>>>>
                    >>>>> kamaraj.
                    >>>>>>
                    >>>>>
                    >>>>This is all client-side. No PHP need be involved.
                    >>>>
                    >>>wow. isn't forcing the user to enable scripting in their browser
                    >>>your argument in *every* 'discussion' you have with OMH? are you
                    >>>now saying it's ok? take your own advice, it needs a purely
                    >>>non-scripted counterpart or it's shit.
                    >>>>
                    >>>all the guy needs is a us map that he can use the height and
                    >>>width thereof to 'tell' what state, even county, the user clicked
                    >>>(as submitted x/y). server-side, he gets x/y, and uses a
                    >>>coordinate boundry array to define the states...when x/y in a
                    >>>boundry, we have a known location.
                    >>>>
                    >>>to answer his specific question, all he needs to do is submit the
                    >>>map image to the server when clicked...no specific client-side
                    >>>links need to exist at all. and thus, the alternative to
                    >>>client-side scripting. :)
                    >>>
                    >>Client side image map?
                    >>
                    >you are essentially providing a form with an image that, when
                    >submitted to php, the x and y coords. are available to you, the
                    >developer. use that info to generate the appropriate web page back
                    >to the user from there...no client-side scripting involved.
                    >
                    An image map is not scripted.
                    Its just... an image with links for certain areas.
                    >
                    R.
                    Exactly,
                    no PHP or Javascript involved.

                    :D

                    R.


                    Comment

                    • Steve

                      #11
                      Re: send me the coding for map linking


                      "Richard" <root@localhost wrote in message
                      news:478d3ed6$0 $60803$dbd45001 @news.euronet.n l...
                      >
                      "Steve" <no.one@example .comwrote in message
                      news:C7bjj.50$K v6.45@newsfe06. lga...
                      >>
                      >"Richard" <root@localhost wrote in message
                      >news:478d05bc$ 0$68770$dbd4f00 1@news.euronet. nl...
                      >>>
                      >>"Steve" <no.one@example .comwrote in message
                      >>news:w%5jj.32 $GW7.17@newsfe0 5.lga...
                      >>>>
                      >>>"Jerry Stuckle" <jstucklex@attg lobal.netwrote in message
                      >>>news:V6Odner EB7vgABHanZ2dnU VZ_oHinZ2d@comc ast.com...
                      >>>>kamarajbca@gmai l.com wrote:
                      >>>>>dear sir,
                      >>>>>>
                      >>>>> Now I am doing the task that the index page contains the
                      >>>>>US
                      >>>>>states Map.When i am pressing on the particular state that state map
                      >>>>>will be open.I create the link to states using with Microsoft
                      >>>>>Frontpage. Now my problem is when i am clicking the county on the
                      >>>>>state
                      >>>>>map that particular county will be opened.There are 50 states in us
                      >>>>>how should i create the link to county on the state map.
                      >>>>>>
                      >>>>> Please give me the coding for this in php.
                      >>>>>>
                      >>>>>>
                      >>>>>>
                      >>>>> Thank You.
                      >>>>>>
                      >>>>>>
                      >>>>> by,
                      >>>>>>
                      >>>>> kamaraj.
                      >>>>>>
                      >>>>>
                      >>>>This is all client-side. No PHP need be involved.
                      >>>>
                      >>>wow. isn't forcing the user to enable scripting in their browser your
                      >>>argument in *every* 'discussion' you have with OMH? are you now saying
                      >>>it's ok? take your own advice, it needs a purely non-scripted
                      >>>counterpar t or it's shit.
                      >>>>
                      >>>all the guy needs is a us map that he can use the height and width
                      >>>thereof to 'tell' what state, even county, the user clicked (as
                      >>>submitted x/y). server-side, he gets x/y, and uses a coordinate boundry
                      >>>array to define the states...when x/y in a boundry, we have a known
                      >>>location.
                      >>>>
                      >>>to answer his specific question, all he needs to do is submit the map
                      >>>image to the server when clicked...no specific client-side links need
                      >>>to exist at all. and thus, the alternative to client-side scripting. :)
                      >>>
                      >>Client side image map?
                      >>
                      >you are essentially providing a form with an image that, when submitted
                      >to php, the x and y coords. are available to you, the developer. use that
                      >info to generate the appropriate web page back to the user from
                      >there...no client-side scripting involved.
                      >
                      An image map is not scripted.
                      Its just... an image with links for certain areas.
                      understood, but you'll find you're having to generate loads of links where
                      90% where never be used. that effects load times.


                      Comment

                      • Richard

                        #12
                        Re: send me the coding for map linking


                        "Steve" <no.one@example .comwrote in message
                        news:_kbjj.57$K v6.33@newsfe06. lga...
                        >
                        "Richard" <root@localhost wrote in message
                        news:478d3ed6$0 $60803$dbd45001 @news.euronet.n l...
                        >>
                        >"Steve" <no.one@example .comwrote in message
                        >news:C7bjj.50$ Kv6.45@newsfe06 .lga...
                        >>>
                        >>"Richard" <root@localhost wrote in message
                        >>news:478d05bc $0$68770$dbd4f0 01@news.euronet .nl...
                        >>>>
                        >>>"Steve" <no.one@example .comwrote in message
                        >>>news:w%5jj.3 2$GW7.17@newsfe 05.lga...
                        >>>>>
                        >>>>"Jerry Stuckle" <jstucklex@attg lobal.netwrote in message
                        >>>>news:V6Odne rEB7vgABHanZ2dn UVZ_oHinZ2d@com cast.com...
                        >>>>>kamarajbca@gmai l.com wrote:
                        >>>>>>dear sir,
                        >>>>>>>
                        >>>>>> Now I am doing the task that the index page
                        >>>>>>contain s the US
                        >>>>>>states Map.When i am pressing on the particular state that
                        >>>>>>state map
                        >>>>>>will be open.I create the link to states using with Microsoft
                        >>>>>>Frontpage .Now my problem is when i am clicking the county on
                        >>>>>>the state
                        >>>>>>map that particular county will be opened.There are 50 states
                        >>>>>>in us
                        >>>>>>how should i create the link to county on the state map.
                        >>>>>>>
                        >>>>>> Please give me the coding for this in php.
                        >>>>>>>
                        >>>>>>>
                        >>>>>>>
                        >>>>>> Thank You.
                        >>>>>>>
                        >>>>>>>
                        >>>>>> by,
                        >>>>>>>
                        >>>>>> kamaraj.
                        >>>>>>>
                        >>>>>>
                        >>>>>This is all client-side. No PHP need be involved.
                        >>>>>
                        >>>>wow. isn't forcing the user to enable scripting in their browser
                        >>>>your argument in *every* 'discussion' you have with OMH? are you
                        >>>>now saying it's ok? take your own advice, it needs a purely
                        >>>>non-scripted counterpart or it's shit.
                        >>>>>
                        >>>>all the guy needs is a us map that he can use the height and
                        >>>>width thereof to 'tell' what state, even county, the user
                        >>>>clicked (as submitted x/y). server-side, he gets x/y, and uses a
                        >>>>coordinat e boundry array to define the states...when x/y in a
                        >>>>boundry, we have a known location.
                        >>>>>
                        >>>>to answer his specific question, all he needs to do is submit
                        >>>>the map image to the server when clicked...no specific
                        >>>>client-side links need to exist at all. and thus, the
                        >>>>alternati ve to client-side scripting. :)
                        >>>>
                        >>>Client side image map?
                        >>>
                        >>you are essentially providing a form with an image that, when
                        >>submitted to php, the x and y coords. are available to you, the
                        >>developer. use that info to generate the appropriate web page back
                        >>to the user from there...no client-side scripting involved.
                        >>
                        >An image map is not scripted.
                        >Its just... an image with links for certain areas.
                        >
                        understood, but you'll find you're having to generate loads of links
                        where 90% where never be used. that effects load times.
                        LOL!
                        Then which of the 50 states of the US should be left out?
                        ;-)

                        R.


                        Comment

                        • Rik Wasmus

                          #13
                          Re: send me the coding for map linking

                          On Wed, 16 Jan 2008 00:48:36 +0100, Richard <root@localhost wrote:
                          >>>>Client side image map?
                          >>>>
                          >>>you are essentially providing a form with an image that, when
                          >>>submitted to php, the x and y coords. are available to you, the
                          >>>developer. use that info to generate the appropriate web page back
                          >>>to the user from there...no client-side scripting involved.
                          >>>
                          >>An image map is not scripted.
                          >>Its just... an image with links for certain areas.
                          >>
                          >understood, but you'll find you're having to generate loads of links
                          >where 90% where never be used. that effects load times.
                          >
                          LOL!
                          Then which of the 50 states of the US should be left out?
                          Oooh, don't tempt me :P
                          --
                          Rik Wasmus

                          Comment

                          • Jerry Stuckle

                            #14
                            Re: send me the coding for map linking

                            Rik Wasmus wrote:
                            On Wed, 16 Jan 2008 00:48:36 +0100, Richard <root@localhost wrote:
                            >>>>>Client side image map?
                            >>>>>
                            >>>>you are essentially providing a form with an image that, when
                            >>>>submitted to php, the x and y coords. are available to you, the
                            >>>>developer . use that info to generate the appropriate web page back
                            >>>>to the user from there...no client-side scripting involved.
                            >>>>
                            >>>An image map is not scripted.
                            >>>Its just... an image with links for certain areas.
                            >>>
                            >>understood, but you'll find you're having to generate loads of links
                            >>where 90% where never be used. that effects load times.
                            >>
                            >LOL!
                            >Then which of the 50 states of the US should be left out?
                            >
                            Oooh, don't tempt me :P
                            Hmmm, we could start with Texas... :-)

                            --
                            =============== ===
                            Remove the "x" from my email address
                            Jerry Stuckle
                            JDS Computer Training Corp.
                            jstucklex@attgl obal.net
                            =============== ===

                            Comment

                            • Steve

                              #15
                              Re: send me the coding for map linking


                              "Richard" <root@localhost wrote in message
                              news:478d4655$0 $23100$dbd4b001 @news.euronet.n l...
                              >
                              "Steve" <no.one@example .comwrote in message
                              news:_kbjj.57$K v6.33@newsfe06. lga...
                              >>
                              >"Richard" <root@localhost wrote in message
                              >news:478d3ed6$ 0$60803$dbd4500 1@news.euronet. nl...
                              >>>
                              >>"Steve" <no.one@example .comwrote in message
                              >>news:C7bjj.50 $Kv6.45@newsfe0 6.lga...
                              >>>>
                              >>>"Richard" <root@localhost wrote in message
                              >>>news:478d05b c$0$68770$dbd4f 001@news.eurone t.nl...
                              >>>>>
                              >>>>"Steve" <no.one@example .comwrote in message
                              >>>>news:w%5jj. 32$GW7.17@newsf e05.lga...
                              >>>>>>
                              >>>>>"Jerry Stuckle" <jstucklex@attg lobal.netwrote in message
                              >>>>>news:V6Odn erEB7vgABHanZ2d nUVZ_oHinZ2d@co mcast.com...
                              >>>>>>kamarajbca@gmai l.com wrote:
                              >>>>>>>dear sir,
                              >>>>>>>>
                              >>>>>>> Now I am doing the task that the index page contains the
                              >>>>>>>US
                              >>>>>>>states Map.When i am pressing on the particular state that state
                              >>>>>>>map
                              >>>>>>>will be open.I create the link to states using with Microsoft
                              >>>>>>>Frontpag e.Now my problem is when i am clicking the county on the
                              >>>>>>>state
                              >>>>>>>map that particular county will be opened.There are 50 states in us
                              >>>>>>>how should i create the link to county on the state map.
                              >>>>>>>>
                              >>>>>>> Please give me the coding for this in php.
                              >>>>>>>>
                              >>>>>>>>
                              >>>>>>>>
                              >>>>>>> Thank You.
                              >>>>>>>>
                              >>>>>>>>
                              >>>>>>> by,
                              >>>>>>>>
                              >>>>>>> kamaraj.
                              >>>>>>>>
                              >>>>>>>
                              >>>>>>This is all client-side. No PHP need be involved.
                              >>>>>>
                              >>>>>wow. isn't forcing the user to enable scripting in their browser your
                              >>>>>argument in *every* 'discussion' you have with OMH? are you now
                              >>>>>saying it's ok? take your own advice, it needs a purely non-scripted
                              >>>>>counterpar t or it's shit.
                              >>>>>>
                              >>>>>all the guy needs is a us map that he can use the height and width
                              >>>>>thereof to 'tell' what state, even county, the user clicked (as
                              >>>>>submitte d x/y). server-side, he gets x/y, and uses a coordinate
                              >>>>>boundry array to define the states...when x/y in a boundry, we have a
                              >>>>>known location.
                              >>>>>>
                              >>>>>to answer his specific question, all he needs to do is submit the map
                              >>>>>image to the server when clicked...no specific client-side links need
                              >>>>>to exist at all. and thus, the alternative to client-side scripting.
                              >>>>>:)
                              >>>>>
                              >>>>Client side image map?
                              >>>>
                              >>>you are essentially providing a form with an image that, when submitted
                              >>>to php, the x and y coords. are available to you, the developer. use
                              >>>that info to generate the appropriate web page back to the user from
                              >>>there...no client-side scripting involved.
                              >>>
                              >>An image map is not scripted.
                              >>Its just... an image with links for certain areas.
                              >>
                              >understood, but you'll find you're having to generate loads of links
                              >where 90% where never be used. that effects load times.
                              >
                              LOL!
                              Then which of the 50 states of the US should be left out?
                              from what i skimmed of the op, he's talking about zooming in from the globe,
                              to a country, to a state, to a county, to a city. the number of links grows
                              in large multiples the more you zoom in. :)

                              can you tell me how many counties there are in the us? how many cities? lots
                              o' links?


                              Comment

                              Working...