473,800 Members | 3,070 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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.
Jan 15 '08 #1
15 1388
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,
Jan 15 '08 #2
ka********@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.
js*******@attgl obal.net
=============== ===

Jan 15 '08 #3

"Jerry Stuckle" <js*******@attg lobal.netwrote in message
news:V6******** *************** *******@comcast .com...
ka********@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. :)
Jan 15 '08 #4

"Steve" <no****@example .comwrote in message
news:w%******** *****@newsfe05. lga...
>
"Jerry Stuckle" <js*******@attg lobal.netwrote in message
news:V6******** *************** *******@comcast .com...
>ka********@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.
Jan 15 '08 #5
Richard wrote:
"Steve" <no****@example .comwrote in message
news:w%******** *****@newsfe05. lga...
>"Jerry Stuckle" <js*******@attg lobal.netwrote in message
news:V6******* *************** ********@comcas t.com...
>>ka********@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.
js*******@attgl obal.net
=============== ===

Jan 15 '08 #6

"Richard" <root@localhost wrote in message
news:47******** *************** @news.euronet.n l...
>
"Steve" <no****@example .comwrote in message
news:w%******** *****@newsfe05. lga...
>>
"Jerry Stuckle" <js*******@attg lobal.netwrote in message
news:V6******* *************** ********@comcas t.com...
>>ka********@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.
Jan 15 '08 #7

"Jerry Stuckle" <js*******@attg lobal.netwrote in message
news:Sf******** *************** *******@comcast .com...
Richard wrote:
>"Steve" <no****@example .comwrote in message
news:w%******* ******@newsfe05 .lga...
>>"Jerry Stuckle" <js*******@attg lobal.netwrote in message
news:V6****** *************** *********@comca st.com...
ka********@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. :)
Jan 15 '08 #8

"Steve" <no****@example .comwrote in message
news:C7******** *****@newsfe06. lga...
>
"Richard" <root@localhost wrote in message
news:47******** *************** @news.euronet.n l...
>>
"Steve" <no****@example .comwrote in message
news:w%******* ******@newsfe05 .lga...
>>>
"Jerry Stuckle" <js*******@attg lobal.netwrote in message
news:V6****** *************** *********@comca st.com...
ka********@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.
Jan 15 '08 #9

"Richard" <root@localhost wrote in message
news:47******** *************** @news.euronet.n l...
>
"Steve" <no****@example .comwrote in message
news:C7******** *****@newsfe06. lga...
>>
"Richard" <root@localhost wrote in message
news:47******* *************** *@news.euronet. nl...
>>>
"Steve" <no****@example .comwrote in message
news:w%****** *******@newsfe0 5.lga...

"Jerry Stuckle" <js*******@attg lobal.netwrote in message
news:V6***** *************** **********@comc ast.com...
ka********@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.
Jan 15 '08 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
3081
by: Mikkel christensen | last post by:
Hi there I wonder if any of you could point me in a direction where I can find some usefull information about coding standarts. I have some generel experiense in programming but I lack many things specific to C++. One thing that causes me many troubles is how to properly nest "#include 'filename'" statements in combination with the "#pragma once" directive and
0
2249
by: gasturbtec | last post by:
please help im new at access programming and i just got this project dropped in my lap because the old programmer quit. i've been doing ok so far but now i need to add code to an existing database that is used to connect to other databases and generate reports. below is sample code of how the database does the linking i hope i give you enough info to help me but if not let me know and i will give more. Sub txtShipDataFileSub() Dim...
4
2538
by: Colin Kingston | last post by:
Hi For a college project I intend to produce a web based access database which will allow a group leader to send the same email to group members registered for that group. I want the group leader to be able to: Open a web page, choose a group, write an email and send the email to the group. The database will be hosted by a web hosting company which uses server
4
4290
by: Rvo | last post by:
Hi all, I need to use the Netware "send" function to send messages to some/all attached netware users on a server. However, I can't find any documentation on this topic on the Novell site or anywhere else. If any of you has experience on this topic (or knows of any online documentation about it) I would realy appreciate your help. (Which references do I set? Which class to instatiate? What methods do I need to call, ...)
7
2747
by: Lad | last post by:
Can anyone give an example how to send email with non-ascii characters( both in subject and body). I would like to use windows-1250 code page Thank you L.B.
1
5033
by: mubarak basha | last post by:
hi, i wrote the following coding.......... <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Getting Server side data using AJAX</title> </head> <script>
0
2453
by: dreamsoul620 via AccessMonster.com | last post by:
Hi all! I'm trying to set up an email application for my database. I tried linking to my Outlook address book, but when reading from the table, I receive an error message saying I need to restart Access. So I set up a table and a form for users to add email addresses. I have another form (Email_Report) that allows the user to select multiple addresses from a list box and has two hidden fields (Subject and Body) that are preset with...
1
3349
by: SRN | last post by:
Hi, I am doing the coding for send SMS from PC to Mobile Using GSM Modem in ASP.Net Framework 3. I am having SAMBA GSM modem and i am using the following code that is working fine. This coding is working fine in first time only. If i click the same button again that will through the following error "A device attached to the system is not functioning" If i restart the system that working fine for first time. I think some objects are...
2
2148
by: johnplayboy07 | last post by:
hi, please i need support. i design a Registration form in frontpage 2003 and then design a table in SQL server 2000 database, now i want the data entries that will be filled on the form to be stored on my created SQL database. i dont know how to link the form to the SQL server. kindly help, i need the ASP code for the linking and how to go about it. thanks. john olufemi
0
9694
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9553
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10509
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10039
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9095
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7584
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6824
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4152
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3765
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.