wmaraci reklam

HTML Bu Hatayı Çözemiyorum

10 Mesajlar 922 Okunma
pst.net
wmaraci reklam

Anarchosa Anarchosa WM Aracı Kullanıcı
  • Üyelik 23.04.2015
  • Yaş/Cinsiyet 32 / E
  • Meslek Akademik
  • Konum Ankara
  • Ad Soyad M** K**
  • Mesajlar 857
  • Beğeniler 47 / 48
  • Ticaret 2, (%100)



C# Bu HTML Dosyasını Çapırıyorum BingMaps Kodumda Aşağıda;











<script></script>

<script>
var map, searchManager;

function GetMap() {
map = new Microsoft.Maps.Map('#Mymap', {

entials: 'An2gx6HUPYmzRT3-8rwY5CPlUdATLmyjmbTErjzUtcb2XDI71yHSQ1rhAU_RSkBt'
});

map.setView({
center: new Microsoft.Maps.Location(39,116510, 35,810954)
});

//As the map view changes, update the WinForm app of the center and zoom level of the map.
Microsoft.Maps.Events.addHandler(map, 'viewchange', updateMapViewInfo);

//Update the map view info with the inital map view.
updateMapViewInfo();

}

function changeCenter(x, y) {
map.setView({
center: new Microsoft.Maps.Location(x, y),
});
}

function updateMapViewInfo() {
//Make sure that there is an external endpoint that can be accessed.
if (window.external) {
var center = map.getCenter();

//Call the UpdateMapViewInfo method in the Form1 class.
window.external.UpdateMapViewInfo(center.latitude, center.longitude, map.getZoom());
}
}

function updateMapWithPushpins(enlem, boylam, ad, color) {
var point = { latitude: enlem, longitude: boylam };

var pin = new Microsoft.Maps.Pushpin(point, {
title: ad,
color: color
});



//Add the pushpin to the map
map.entities.push(pin);
}

function focusToPin(enlem, boylam) {
map.setView({
center: new Microsoft.Maps.Location(enlem, boylam),
zoom: 50,
});
}
//A function that takes in a search query, geocodes it and displays it on the map.
function search(query) {
//If search manager is not defined, load the search module.
if (!searchManager) {
//Create an instance of the search manager and call the geocodeQuery function again.
Microsoft.Maps.loadModule('Microsoft.Maps.Search', function () {
searchManager = new Microsoft.Maps.Search.SearchManager(map);
search(query);
});
} else {
var searchRequest = {
where: query,
callback: function (r) {
//Add the first result to the map and zoom into it.
if (r && r.results && r.results.length > 0) {
var pin = new Microsoft.Maps.Pushpin(r.results[0].location);
map.entities.push(pin);

map.setView({ bounds: r.results[0].bestView });
}
},
errorCallback: function (e) {
//If there is an error, alert the user about it.
alert("No results found.");
}
};

//Make the geocode request.
searchManager.geocode(searchRequest);
}
}
</script>





 

 

wmaraci
reklam

ontedi ontedi www.ontedi.com Kullanıcı
  • Üyelik 03.10.2013
  • Yaş/Cinsiyet 44 / E
  • Meslek Yazılım Uzmanı, Matematikçi
  • Konum Ankara
  • Ad Soyad S** T**
  • Mesajlar 1119
  • Beğeniler 325 / 324
  • Ticaret 2, (%100)
Aynı kodu html bir sayfaya ekle kaydet.

Daha sonra onu explorer harici bir tarayıcıda görüntüleyip console çıktısına bakıp hatayı daha rahat görebilirsin.
 

 

www.ontedi.com
www.cizgi.site

Anarchosa Anarchosa WM Aracı Kullanıcı
  • Üyelik 23.04.2015
  • Yaş/Cinsiyet 32 / E
  • Meslek Akademik
  • Konum Ankara
  • Ad Soyad M** K**
  • Mesajlar 857
  • Beğeniler 47 / 48
  • Ticaret 2, (%100)

ontedi adlı üyeden alıntı

Aynı kodu html bir sayfaya ekle kaydet.

Daha sonra onu explorer harici bir tarayıcıda görüntüleyip console çıktısına bakıp hatayı daha rahat görebilirsin.


vermiyor Denedimç
 

 

ontedi ontedi www.ontedi.com Kullanıcı
  • Üyelik 03.10.2013
  • Yaş/Cinsiyet 44 / E
  • Meslek Yazılım Uzmanı, Matematikçi
  • Konum Ankara
  • Ad Soyad S** T**
  • Mesajlar 1119
  • Beğeniler 325 / 324
  • Ticaret 2, (%100)
O zaman explorer tarayıcısında dene, 9+ üstü bir tarayıcıda console hatasına bak.
 

 

www.ontedi.com
www.cizgi.site
wmaraci
Mersin evden eve nakliyat

Anarchosa Anarchosa WM Aracı Kullanıcı
  • Üyelik 23.04.2015
  • Yaş/Cinsiyet 32 / E
  • Meslek Akademik
  • Konum Ankara
  • Ad Soyad M** K**
  • Mesajlar 857
  • Beğeniler 47 / 48
  • Ticaret 2, (%100)
Hocam Baktım Olmuyor. Başka Bir Sorun Var çözemedim
 

 

ulas ulas C# & ASP.NET Kullanıcı
  • Üyelik 25.07.2016
  • Yaş/Cinsiyet 27 / E
  • Meslek Full Stack Developer
  • Konum Diğer
  • Ad Soyad U** K**
  • Mesajlar 1403
  • Beğeniler 404 / 404
  • Ticaret 18, (%100)
Webbrowser kullanılıyorsa,

webBrowser1.ScriptErrorsSuppressed = true;

Şu kodu dener misin?
Anarchosa EvilBozkurt

kişi bu mesajı beğendi.

technovenue.com

Anarchosa Anarchosa WM Aracı Kullanıcı
  • Üyelik 23.04.2015
  • Yaş/Cinsiyet 32 / E
  • Meslek Akademik
  • Konum Ankara
  • Ad Soyad M** K**
  • Mesajlar 857
  • Beğeniler 47 / 48
  • Ticaret 2, (%100)
System.Data.OleDb.OleDbException: 'Belirtilmemiş hata'
 

 

mtlive mtlive WM Aracı Kullanıcı
  • Üyelik 21.09.2017
  • Yaş/Cinsiyet 31 / E
  • Meslek Software Developer
  • Konum Çanakkale
  • Ad Soyad M** T**
  • Mesajlar 8
  • Beğeniler 0 / 0
  • Ticaret 0, (%0)
yüklenme işlemi tamamlanmadan başka bir işlem yaptırmaya çalışıyorsan sayfada böyle hata verebiliyor, timer koyup dener misin yine hata verecek mi
 

 

Kişisel Sitem -> http://www.mucahittopal.com

Weismann21 Weismann21 WM Aracı Kullanıcı
  • Üyelik 29.11.2017
  • Yaş/Cinsiyet 26 / E
  • Meslek Cross Platform Developer
  • Konum İstanbul Anadolu
  • Ad Soyad E** B**
  • Mesajlar 168
  • Beğeniler 12 / 47
  • Ticaret 0, (%0)
chromium browser kullanarak denersen belki düzelir
 

 

EvilBozkurt EvilBozkurt WM Aracı Kullanıcı
  • Üyelik 20.07.2016
  • Yaş/Cinsiyet 25 / E
  • Meslek Öğrenci
  • Konum Karaman
  • Ad Soyad M** B**
  • Mesajlar 150
  • Beğeniler 38 / 37
  • Ticaret 0, (%0)
Bu sıkıntı html sıkıntısı değil c# sıkıntısı.
alisahanyalcin

kişi bu mesajı beğendi.

wmaraci
Konuyu toplam 1 kişi okuyor. (0 kullanıcı ve 1 misafir)
Site Ayarları
  • Tema Seçeneği
  • Site Sesleri
  • Bildirimler
  • Özel Mesaj Al