473,378 Members | 1,478 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

maps with javascript in Netscape6 doesn't works?

Hello. I do a page thats change de value in a "select" field. whe you put
the mouseOver. showing 1 or 2 in the select field.
It works well in IE, but only the bottom area of the map changes the value
in Netscape.
Anybody can help me?. I intend to do a cross browser web.
Here is the dir: http://www.academiaforum.com/inmo/borrar.htm
Thanks!!!
Jul 20 '05 #1
2 1163

"nadie" <nadie@estravagancia.__com> wrote in message
news:bv**********@news.ya.com...
Hello. I do a page thats change de value in a "select" field. whe you put
the mouseOver. showing 1 or 2 in the select field.
It works well in IE, but only the bottom area of the map changes the value
in Netscape.
Anybody can help me?. I intend to do a cross browser web.
Here is the dir: http://www.academiaforum.com/inmo/borrar.htm


The first step to do a cross browser web, is to get rid of that terrible DW
js code:

<script type="text/JavaScript">
function setSelected(f,e,i) {
document.forms[f].elements[e].selectedIndex = i;
}
</script>

....

<area shape="rect" coords="3,191,246,406" href="#" alt="a"
onMouseOver="setSelected('form1','select', 1)">
<area shape="rect" coords="2,4,245,187" href="#" alt="b"
onMouseOver="setSelected('form1','select', 2)">

JW

Jul 20 '05 #2
thanks a lot, i'll try it now.
Sorry, but I don't know very well any programation languaje... and I use
assistants like DW
"Janwillem Borleffs" <jw@jwscripts.com> escribió en el mensaje
news:40***********************@news.wanadoo.nl...

"nadie" <nadie@estravagancia.__com> wrote in message
news:bv**********@news.ya.com...
Hello. I do a page thats change de value in a "select" field. whe you put the mouseOver. showing 1 or 2 in the select field.
It works well in IE, but only the bottom area of the map changes the value in Netscape.
Anybody can help me?. I intend to do a cross browser web.
Here is the dir: http://www.academiaforum.com/inmo/borrar.htm
The first step to do a cross browser web, is to get rid of that terrible

DW js code:

<script type="text/JavaScript">
function setSelected(f,e,i) {
document.forms[f].elements[e].selectedIndex = i;
}
</script>

...

<area shape="rect" coords="3,191,246,406" href="#" alt="a"
onMouseOver="setSelected('form1','select', 1)">
<area shape="rect" coords="2,4,245,187" href="#" alt="b"
onMouseOver="setSelected('form1','select', 2)">

JW

Jul 20 '05 #3

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

Similar topics

5
by: C Gillespie | last post by:
Dear All, I have an image map that works perfectly in firefox, but not IE can anyone help? The code I use is below. Thanks for any help Colin
14
by: Rene Grothmann | last post by:
I have managed to communicate between forms and Java applets. A button press sends the content of the text area to an applet, a second button gets some text from the applet and puts it into the...
6
by: Sam Carleton | last post by:
Ok, over the years I have read about doing web programing and I have done some real basic stuff. Now I am digging into some real ASP.Net 2.0 and am totally lost some things. I have a master...
1
by: nicole | last post by:
Hello, I am a newbie to javascript, that is why I have this problem... I would like to use tabbed info windows on my map. I works with a xml file, like in this example:...
17
by: MeerkatInFrance | last post by:
There comes a time when you know you are not going to be able to work something out yourself, however hard you try. I have reached that moment. I have a master page and a slave page (or whatever...
2
by: Adriano | last post by:
Dear all, Is it possible to insert a new javascript tag through the innerHTML (and use it of course)? In the following example, the click on a button, insert in a div a string (TESTO)...
3
by: Harch84 | last post by:
Hi I am using a javascript for google maps to geocode two locations and I thin want to retrieve the two coordinates and enter them into a Perl Script. Now I have managed to set up the page with the...
2
by: H.Schmidt | last post by:
Hi! im would like to get address informations like city, state or zip for a given GPoint. Is it possible (i found nothing in Google maps Api)? Thanks in advance
5
by: Nike1984 | last post by:
I'm fairly new to Javascript and it's more of a guessing game for me... I'm trying to build an app for Google Maps and just had some issues recently. First off I just wanted to say that everything...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

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.