[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

4.6

Javascript and MySQL

Asked by jahmekyat in Web Languages/Standards, Macromedia Homesite

Tags: medefis

Hi,
  I have built an image map of the United States for our company to use so users can search for projects by State. Right now I have the JavaScript set up so if you hover over a particular state, it displays the state name. What I want to do is to search our MySQL database and grab the number of jobs for each state so when the user hovers over the state, besides the name of the state, it will say something like "5 Jobs Found in Nebraska", and so on.

  I know how to write the SQL to get the data from the database, but I am not sure what to do after that as far as adding it to the JavaScript events that I have already written. I have included the code for the image map and the JavaScript events that handle it.

  If someone could give me some insight on how to do this, it would be greatly appreciated. Let me know if anymore info is needed.

Thanks,

T Bryan

Here is what I have so far:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Medefis Search By State</title>
<script type="text/javascript" src="/js/overlib.js"></script>
</head>
<body>
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
<div align="center">
<img src="/images/usa_jobs.jpg" alt="" usemap="#usa_jobs" style="border-style:none" />
</div>
<div>
<map id="usa_jobs" name="usa_jobs">
<area shape="poly" alt="" coords="81,40,80,45,79,50,78,54,74,54,67,53,62,52,57,52,53,52,55,52,51,52,46,51,38,51,36,48,35,43,31,39,31,33,31,19,42,25,42,32,45,32,47,16,53,17,58,18,64,19,70,21,75,23,79,24,85,25,83,34" href="javascript:void(0);" title="" onMouseOver="return overlib('Washington');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="81,60,75,69,73,71,73,74,73,78,69,97,59,96,52,94,48,93,43,91,38,89,33,88,25,87,14,85,14,74,19,66,22,60,24,55,27,48,28,41,32,42,35,45,35,49,37,51,45,51,52,52,59,53,65,53,70,54,77,56" href="javascript:void(0);" title="" onMouseOver="return overlib('Oregon');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="42,104,41,107,40,112,39,116,37,124,74,179,68,198,47,196,46,188,23,168,14,136,14,122,11,118,11,113,12,108,12,105,10,101,12,98,14,94,15,90,15,86,20,87,25,88,27,88,32,89,35,90,44,93,44,96,44,98,43,102" href="javascript:void(0);" title="" onMouseOver="return overlib('California');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="87,123,86,128,85,133,84,137,78,163,74,163,72,172,62,158,57,151,53,144,50,139,48,136,46,133,44,130,39,124,40,121,41,117,41,113,43,109,43,104,45,96,47,94,60,97,64,98,68,99,74,100,83,102,91,104,90,113,88,118" href="javascript:void(0);" title="" onMouseOver="return overlib('Nevada');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="101,70,102,73,106,77,118,79,114,104,104,104,97,102,90,101,86,100,79,99,70,97,71,89,73,82,73,77,73,72,75,69,76,68,78,67,78,66,80,64,82,59,79,56,86,25,91,26,91,42,97,53,96,64,101,65,101,68,101,69" href="javascript:void(0);" title="" onMouseOver="return overlib('Idaho');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="176,50,175,59,173,81,162,79,149,78,144,77,135,76,131,75,127,74,121,74,119,79,107,77,102,70,102,65,97,63,99,54,93,44,91,36,92,26,109,29,116,31,122,31,126,32,129,33,134,34,139,34,144,35,151,35,160,37,175,38" href="javascript:void(0);" title="" onMouseOver="return overlib('Montana');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="171,83,171,95,169,104,169,113,168,122,152,121,143,120,136,119,130,118,124,117,116,115,117,106,117,99,118,93,118,89,118,86,119,84,120,80,122,77,125,76,130,77,132,77,133,77,136,78,138,78,141,78,145,79,148,79,154,80,161,80" href="javascript:void(0);" title="" onMouseOver="return overlib('Wyoming');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="227,58,228,72,208,72,198,71,194,71,191,70,187,71,184,70,183,71,181,70,179,70,176,70,175,65,176,63,176,61,176,59,175,57,176,57,176,55,176,52,177,50,177,39,181,39,185,39,187,40,191,40,196,41,205,41,224,42,224,51" href="javascript:void(0);" title="" onMouseOver="return overlib('North Dakota');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="230,89,230,95,229,108,221,107,212,104,207,103,204,103,200,103,198,104,196,103,194,102,190,102,183,101,173,101,172,95,173,88,174,84,174,80,175,72,186,73,191,73,196,73,199,73,202,73,208,73,212,73,216,73,221,73,228,73,230,82" href="javascript:void(0);" title="" onMouseOver="return overlib('South Dakota');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="234,122,236,131,238,137,226,136,215,136,210,136,204,136,200,136,197,135,193,135,186,135,187,129,186,125,183,124,171,122,171,115,171,110,172,103,177,103,184,103,190,103,193,104,195,103,198,105,200,104,204,105,207,105,211,105,230,109,232,114" href="javascript:void(0);" title="" onMouseOver="return overlib('Nebraska');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="127,133,126,138,125,143,126,146,125,149,124,161,116,160,109,159,105,158,100,158,94,157,83,155,83,148,85,141,86,135,87,130,88,126,89,122,89,117,91,113,93,105,99,105,107,106,114,107,115,117,117,118,120,118,124,120,128,121,128,129" href="javascript:void(0);" title="" onMouseOver="return overlib('Utah');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="184,141,183,148,183,154,183,166,171,166,165,166,158,166,153,165,149,165,146,164,141,164,136,163,126,161,126,153,127,146,127,142,127,138,128,134,129,129,130,121,135,121,143,121,148,122,151,122,155,123,159,123,166,123,173,125,184,126,185,136" href="javascript:void(0);" title="" onMouseOver="return overlib('Colarado');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="121,182,120,187,119,192,118,202,117,209,115,222,104,220,95,218,88,214,83,211,79,208,74,206,69,201,71,191,73,187,74,183,75,180,73,176,73,172,75,164,79,164,82,156,88,157,93,158,98,158,104,160,109,160,123,163,123,170,122,177" href="javascript:void(0);" title="" onMouseOver="return overlib('Arizona');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="172,180,172,187,171,196,171,204,169,220,157,219,147,218,137,219,123,219,123,223,116,223,120,201,121,194,121,189,121,185,122,182,122,179,124,176,124,173,124,170,125,164,130,163,136,164,141,165,139,165,145,165,150,166,157,167,174,168,174,173" href="javascript:void(0);" title="" onMouseOver="return overlib('New Mexico');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="244,146,245,152,245,161,245,169,232,168,226,169,221,169,215,168,211,168,208,167,204,167,198,167,191,167,184,166,184,155,184,149,185,144,186,137,191,136,199,137,204,137,207,137,211,137,213,137,215,137,218,137,222,137,226,138,233,138,240,140" href="javascript:void(0);" title="" onMouseOver="return overlib('Kansas');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="246,182,247,188,248,197,247,205,236,203,231,203,223,203,217,201,214,199,212,199,208,199,205,197,201,196,200,188,200,185,200,181,199,175,176,173,175,167,191,168,204,169,210,169,213,169,216,169,219,170,222,169,228,170,232,170,244,171,246,177" href="javascript:void(0);" title="" onMouseOver="return overlib('Oklahoma');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="253,227,256,234,253,246,244,252,230,260,219,274,222,288,209,285,203,278,191,253,182,245,172,245,166,252,156,245,154,235,140,220,170,222,172,214,172,205,173,190,175,174,197,176,199,197,211,200,217,202,221,204,230,205,241,205,250,208,251,219" href="javascript:void(0);" title="" onMouseOver="return overlib('Texas');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="260,66,261,69,258,72,257,76,260,88,270,95,271,99,257,99,250,99,242,99,231,99,231,80,228,75,230,70,229,67,229,65,229,62,228,57,225,50,226,42,234,41,241,38,244,44,249,45,253,45,258,47,270,49,279,51,268,57,262,63" href="javascript:void(0);" title="" onMouseOver="return overlib('Minnesota');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="279,114,279,119,275,121,272,129,264,130,260,130,256,130,253,130,250,131,246,130,241,130,237,130,236,123,234,119,233,117,233,114,231,111,231,107,231,100,240,100,244,100,248,100,250,100,253,100,256,100,259,100,264,100,270,100,272,106,275,109" href="javascript:void(0);" title="" onMouseOver="return overlib('Iowa');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="296,86,301,80,297,93,296,98,297,107,292,109,287,109,281,109,277,109,273,105,271,96,271,94,269,92,266,90,264,88,261,87,260,86,259,77,260,73,263,66,270,64,273,65,277,67,280,69,283,69,287,70,291,72,294,74,296,79,295,82" href="javascript:void(0);" title="" onMouseOver="return overlib('Wisconsin');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="302,128,302,131,303,136,304,147,300,159,296,165,291,166,282,154,283,151,282,148,279,147,277,144,275,141,272,136,272,131,274,128,274,126,276,122,279,121,281,119,283,117,279,111,286,109,291,110,297,109,300,114,301,118,301,120,302,123,302,126" href="javascript:void(0);" title="" onMouseOver="return overlib('Illinois');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="289,173,288,179,284,179,285,174,279,173,272,174,268,174,264,174,260,174,254,174,247,174,247,170,247,165,246,162,247,158,246,155,246,152,246,148,242,141,238,132,246,131,252,131,258,131,262,131,270,132,271,138,276,144,281,149,281,155,292,169" href="javascript:void(0);" title="" onMouseOver="return overlib('Missouri');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="281,193,279,197,277,201,276,204,276,211,270,211,266,211,262,212,258,212,252,212,251,206,249,205,249,203,248,200,249,197,249,195,249,192,248,189,248,186,247,181,248,176,255,175,260,175,263,175,266,175,283,175,283,178,287,180,285,185,283,190" href="javascript:void(0);" title="" onMouseOver="return overlib('Arkansas');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="290,233,290,238,285,241,291,244,297,243,294,248,299,252,291,249,289,251,283,252,273,245,270,245,269,249,257,246,255,243,256,232,254,226,252,222,251,218,251,213,257,213,262,212,263,212,265,212,267,212,269,212,276,212,280,219,275,226,274,233" href="javascript:void(0);" title="" onMouseOver="return overlib('Louisiana');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="323,66,310,69,306,71,302,72,299,75,298,77,297,78,294,72,292,71,292,71,291,71,290,70,290,70,289,69,287,70,285,69,281,68,278,65,281,62,286,60,294,55,290,60,295,62,300,64,303,63,308,62,311,63,315,60,316,63,321,64" href="javascript:void(0);" title="" onMouseOver="return overlib('Michigan');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="334,87,338,92,338,104,335,105,334,112,327,113,322,113,320,113,317,113,313,113,309,113,311,109,311,105,311,102,310,100,310,98,309,97,309,94,308,91,309,83,311,80,314,80,316,75,318,71,325,73,329,76,330,82,326,88,327,92,329,93" href="javascript:void(0);" title="" onMouseOver="return overlib('Michigan');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="325,127,325,130,326,134,326,140,325,145,321,146,319,152,314,154,312,155,302,156,304,150,304,144,304,141,304,137,304,133,304,129,303,126,303,122,303,118,307,116,310,114,313,114,314,114,317,114,322,114,323,117,323,120,324,122,325,125,325,126" href="javascript:void(0);" title="" onMouseOver="return overlib('Indiana');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="358,131,355,133,353,135,350,138,347,141,346,145,342,144,338,144,335,144,332,143,329,140,327,138,326,135,326,133,326,131,326,128,325,125,324,121,324,118,324,114,329,114,333,113,336,114,338,114,340,115,344,114,356,108,358,117,359,121,358,127" href="javascript:void(0);" title="" onMouseOver="return overlib('Ohio');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="376,245,379,248,380,250,381,255,387,265,388,281,383,284,365,268,363,257,359,258,360,248,358,246,346,237,341,237,336,242,329,237,323,235,315,237,313,231,321,230,331,229,335,230,337,232,360,231,363,227,367,228,369,233,370,236,372,240,373,243" href="javascript:void(0);" title="" onMouseOver="return overlib('Florida');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="302,214,302,217,302,219,303,222,303,227,304,238,292,238,292,233,289,233,286,232,282,232,275,232,276,226,281,219,280,216,279,212,280,213,278,211,277,207,277,204,279,200,282,195,284,190,290,189,302,189,302,197,302,200,302,204,302,207,302,211" href="javascript:void(0);" title="" onMouseOver="return overlib('Mississippi');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="334,213,333,216,332,219,335,229,326,229,323,229,319,230,315,230,312,231,312,238,309,233,305,237,304,228,303,219,303,215,303,212,303,210,303,207,303,200,302,197,303,195,303,189,311,187,316,187,323,187,325,191,327,198,329,202,330,207,331,210" href="javascript:void(0);" title="" onMouseOver="return overlib('Alabama');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="367,210,369,214,368,218,366,222,367,227,362,227,360,230,356,230,352,230,349,230,338,232,336,230,334,224,333,219,334,212,331,207,328,199,326,193,325,187,331,186,339,186,344,185,349,191,353,195,356,198,358,199,360,201,362,202,363,203,365,206" href="javascript:void(0);" title="" onMouseOver="return overlib('Georgia');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="387,189,383,194,383,198,380,200,378,203,375,205,372,208,369,213,365,206,364,204,362,202,360,200,357,197,354,194,350,191,347,187,346,185,350,182,354,180,359,180,364,181,365,181,367,182,367,182,370,182,371,182,373,181,376,181,379,183,383,186" href="javascript:void(0);" title="" onMouseOver="return overlib('South Carolina');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="400,177,397,179,394,182,393,186,391,188,388,189,384,186,381,184,379,182,374,181,370,182,359,180,352,180,345,184,333,186,336,181,356,165,362,164,367,163,372,163,376,162,383,161,403,158,405,159,400,164,408,164,407,168,401,169,402,174,404,175" href="javascript:void(0);" title="" onMouseOver="return overlib('North Carolina');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="351,170,342,176,336,180,333,185,326,186,324,186,321,186,318,186,317,186,315,186,309,187,303,188,294,188,284,189,288,180,290,174,299,173,306,172,310,170,311,170,313,170,316,170,316,170,318,170,319,170,322,170,328,168,337,168,344,167,354,166" href="javascript:void(0);" title="" onMouseOver="return overlib('Tennessee');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="351,156,348,160,343,164,340,167,336,168,334,168,332,168,331,168,329,168,326,168,318,170,310,170,301,172,292,173,292,167,298,163,302,157,314,155,319,152,321,150,321,147,325,146,327,140,330,143,333,145,336,145,339,145,343,146,345,147,346,150" href="javascript:void(0);" title="" onMouseOver="return overlib('Kentucky');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="399,152,402,153,404,156,400,158,394,159,391,159,386,159,383,160,381,160,377,161,370,163,363,163,354,165,341,166,351,158,355,158,362,155,366,153,368,146,370,142,372,142,377,135,378,132,382,133,385,133,389,135,388,138,389,141,395,142,399,145" href="javascript:void(0);" title="" onMouseOver="return overlib('Virginia');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="378,132,376,135,374,139,370,142,368,146,366,152,363,154,360,155,358,156,354,157,351,155,349,152,347,149,346,146,347,144,348,142,350,140,351,139,352,138,353,137,354,136,355,135,360,130,357,133,363,130,368,130,370,133,375,130,381,129,383,131" href="javascript:void(0);" title="" onMouseOver="return overlib('West Virginia');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="402,120,398,122,394,123,390,124,385,124,383,125,380,125,378,125,374,127,370,127,366,129,361,129,359,127,360,122,359,118,358,113,357,107,360,104,363,105,367,105,370,104,372,103,374,102,379,102,383,101,389,100,396,99,401,105,400,113,403,117" href="javascript:void(0);" title="" onMouseOver="return overlib('Pennsylvania');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="409,85,410,89,410,93,411,98,412,104,410,105,402,103,396,98,378,101,365,104,361,103,367,98,367,94,367,90,371,88,375,88,380,88,385,84,386,81,385,77,387,74,389,70,392,67,395,65,400,64,404,64,404,68,405,72,407,78,409,82" href="javascript:void(0);" title="" onMouseOver="return overlib('New York');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="395,141,390,140,389,137,390,134,387,132,382,132,383,130,379,129,379,129,376,129,374,130,370,132,369,131,368,129,370,127,386,125,397,123,399,127,400,131,401,134,405,136,407,139,404,141,399,137,398,133,396,129,394,130,394,132,394,136" href="javascript:void(0);" title="" onMouseOver="return overlib('Maryland');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="412,118,411,115,411,117,411,118,411,119,412,119,411,121,410,123,409,126,408,130,406,128,403,126,402,122,403,119,404,117,404,117,404,117,403,115,401,111,402,107,403,105,406,105,408,106,409,112,411,115,411,115,411,116,413,119,412,117,411,117" href="javascript:void(0);" title="" onMouseOver="return overlib('New Jersey');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="446,49,449,50,450,54,446,57,443,59,441,62,439,63,437,66,434,68,430,70,429,79,425,70,423,64,420,57,423,53,424,50,423,46,423,42,423,40,424,37,425,34,428,31,430,32,434,29,437,31,439,35,441,39,442,43,443,45,446,46" href="javascript:void(0);" title="" onMouseOver="return overlib('Maine');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="426,75,426,74,427,77,428,79,428,81,427,82,425,83,423,84,421,84,419,85,416,85,415,80,415,78,415,76,415,73,416,74,416,75,415,70,416,68,417,65,418,63,417,56,420,57,422,63,423,67,425,72,425,73,426,74,426,73,426,75" href="javascript:void(0);" title="" onMouseOver="return overlib('New Hampshire');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="417,60,414,60,417,60,417,64,415,73,415,78,416,86,411,87,410,80,407,76,406,70,405,68,406,69,405,67,406,66,406,68,406,66,406,66,405,65,405,65,406,65,406,63,411,62,408,62,409,62,412,61,414,60,414,60,417,60,417,61" href="javascript:void(0);" title="" onMouseOver="return overlib('Vermont');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="436,93,432,94,427,91,419,92,411,93,410,88,421,84,421,84,419,86,410,88,410,91,411,93,426,91,422,92,411,92,410,88,414,87,424,84,424,84,428,82,425,83,425,83,430,83,423,83,421,84,429,82,430,84,432,89,434,91,438,91" href="javascript:void(0);" title="" onMouseOver="return overlib('Massachusetts');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="419,101,412,104,426,97,426,97,412,105,412,93,417,93,411,94,412,104,412,96,412,97,412,104,412,104,413,93,413,104,412,98,413,93,414,94,416,93,419,92,425,92,421,92,420,92,416,93,415,93,420,92,425,92,426,97,422,99,424,98" href="javascript:void(0);" title="" onMouseOver="return overlib('Connecticut');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="425,94,425,93,425,92,425,96,426,98,429,96,430,95,431,94,429,93,427,92,425,91,425,92" href="javascript:void(0);" title="" onMouseOver="return overlib('Rhode Island');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="409,106,411,105,417,104,420,102,422,102,423,102,425,102,426,104,422,105,421,106,420,107,418,108,417,109,415,110,414,110,411,112,410,111,409,109" href="javascript:void(0);" title="" onMouseOver="return overlib('New York');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="405,131,403,129,402,126,401,124,401,121,398,123,399,125,399,126,400,128,400,130,401,132,402,134,403,134,405,136,406,137,407,140,408,140,408,136,408,133,406,131,405,130" href="javascript:void(0);" title="" onMouseOver="return overlib('Delaware');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="134,325,130,319,127,310,117,301,102,301,50,335,76,305,68,305,60,291,62,285,71,281,71,275,65,277,58,274,55,269,60,266,65,268,72,266,56,258,65,250,73,245,82,243,97,247,110,248,115,251,116,296,123,298,129,300,139,317,140,325" href="javascript:void(0);" title="" onMouseOver="return overlib('Alaska');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="327,311,313,303,297,296,286,293,274,289,266,291,264,294,264,298,271,295,278,296,294,306,310,311,315,317,325,327,328,335,332,339,337,336,345,331,339,322" href="javascript:void(0);" title="" onMouseOver="return overlib('Hawaii');" onMouseOut="return nd();" />
<area shape="default" nohref="nohref" alt="" />
</map>
</div>
</body>
</html>
[+][-]04/29/05 11:58 AM, ID: 13897227Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: Web Languages/Standards, Macromedia Homesite
Tags: medefis
Sign Up Now!
Solution Provided By: apparition
Participating Experts: 1
Solution Grade: A
 
[+][-]04/30/05 07:17 AM, ID: 13900605Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/02/05 12:33 PM, ID: 13911913Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/02/05 01:01 PM, ID: 13912190Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/02/05 01:33 PM, ID: 13912649Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/02/05 01:40 PM, ID: 13912707Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/03/05 08:41 AM, ID: 13918925Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/03/05 12:02 PM, ID: 13920695Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/04/05 07:15 AM, ID: 13926855Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/04/05 07:26 AM, ID: 13926974Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/04/05 07:31 AM, ID: 13927034Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/04/05 07:38 AM, ID: 13927114Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/04/05 07:42 AM, ID: 13927159Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/04/05 08:57 AM, ID: 13927993Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/04/05 09:15 AM, ID: 13928173Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/04/05 09:51 AM, ID: 13928484Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/04/05 10:57 AM, ID: 13929024Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/04/05 11:04 AM, ID: 13929096Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/04/05 11:14 AM, ID: 13929190Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/04/05 11:14 AM, ID: 13929192Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/04/05 11:24 AM, ID: 13929278Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/04/05 11:43 AM, ID: 13929429Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/04/05 12:30 PM, ID: 13929902Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/05/05 07:33 AM, ID: 13936264Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/05/05 07:52 AM, ID: 13936477Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/05/05 08:06 AM, ID: 13936636Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/05/05 08:11 AM, ID: 13936690Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/05/05 08:14 AM, ID: 13936729Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/05/05 08:18 AM, ID: 13936762Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/05/05 08:29 AM, ID: 13936898Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/05/05 08:41 AM, ID: 13937030Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091118-EE-VQP-93