On Jun 7, 6:25 pm, "geocode...@gmail.com"
wrote:
>
> Works for me in Firefox and Chrome. Doesn't work in IE6.
>
> Maybe if you can find the unterminated string you can get it to work.
I think the line number indicates a failure within IE6 to handle what
it's being given, not necessarily that wh
Different line for me:
---
Error
---
A Runtime Error has occurred.
Do you wish to Debug?
Line: 184648067
Error: Unterminated string constant
---
Yes No
---
Actually it's a different line number ever
On Jun 7, 3:29 am, bernd_schulz wrote:
> Hallo,
> this is my code
Large code dumps are useless...
> This is the Link
http://altmark-rundkurs.de/karte.php
I get an error in IE6:
Line: 292389225
Error: Unterminated string constant
> First call Navigation->Gastgeber, you see many Markers.
> Th
Hallo,
this is my code
var bettIcon = new GIcon(G_DEFAULT_ICON);
bettIcon.image = "http://www.altmark-rundkurs.de/pics/bett-dot.png";;
bettIcon.iconSize = new GSize(32, 32);
function createMarker(points, bettIcon, gtitle) {
markerOptions = { icon:bettIcon, title:gtitle };
var marke