bing

embed bing maps - pushpin

允我心安 提交于 2021-02-19 16:19:56
问题 I am trying to embed bing maps into web page and it works, but I want to show pushpin in embeded map on web page. As I can see it is not possible. Does anyone know how to do this? <div id="mapviewer"><iframe id="map" scrolling="no" width="500" height="400" frameborder="0" src="http://www.bing.com/maps/embed/?v=2&cp=45.810280~15.957222&lvl=4&dir=0&sty=r&cid=AF2FECA12C1AA81D!196&form=LMLTEW&emid=8841ff8b-025d-e5a7-e37f-39b4d31b3b93"></iframe><div id="LME_maplinks" style="line-height:20px;"><a

How to use Bing as the search engine on my site?

梦想与她 提交于 2021-02-11 18:16:45
问题 Does Bing has an option similar to Google Custom Search or Yahoo where I can use Bing to power the search results on my site? Couple requirements: Works with an ASP.NET site (is a .NET project) Host the search box and results on my own website Ability to customize the look and feel of the results to match my site (Full control is ideal but I understand it's not possible with free solutions) I did a search for Bing custom search and found this: http://www.bing.com/siteowner/ but it's not

How to stop e-mail clients from visiting links in e-mail automatically?

不打扰是莪最后的温柔 提交于 2020-01-23 12:53:21
问题 I have a PHP script that sends out plain-text e-mails which contain links to certain actions like confirmations and agreements etc. What I have noticed is that the Web version of Outlook will automatically detect the link and visit the link in the background before the user clicks on it. I've noticed this because as soon as I open my e-mail, stuff changes in the database. Also checking the Apache access log, I see BingPreview/1.0b as the user agent. This is very bad as the user may not want

How to stop e-mail clients from visiting links in e-mail automatically?

纵然是瞬间 提交于 2020-01-23 12:53:14
问题 I have a PHP script that sends out plain-text e-mails which contain links to certain actions like confirmations and agreements etc. What I have noticed is that the Web version of Outlook will automatically detect the link and visit the link in the background before the user clicks on it. I've noticed this because as soon as I open my e-mail, stuff changes in the database. Also checking the Apache access log, I see BingPreview/1.0b as the user agent. This is very bad as the user may not want

How to prevent “A script on this page is causing Internet Explorer to run slowly” without changing MaxScriptStatements in the registry?

扶醉桌前 提交于 2020-01-23 09:57:09
问题 We are using Bing and/or Google javascript map controls, sometimes with large numbers of dynamically alterable overlays. I have read http://support.microsoft.com/kb/175500/en-us and know how to set the MaxScriptStatments registry key. Problem is we do not want to programmatically set this or any other registry key on users' computers but would rather achieve the same effect some other way. Is there another way? 回答1: Hardly anything you can do besides making your script "lighter". Try to

Bing Maps API v8

老子叫甜甜 提交于 2020-01-17 06:40:26
问题 I'm moving stuff from the v7 to the v8 Bing Maps API. I'm using the async load and a callback to trigger the map. However, in my "site" page I'm getting the following error (in a simple test page it all works fine with nearly the identical code): mapcontrol?callback=loadMap:12 Uncaught TypeError: n.open is not a function at Object.send (mapcontrol?callback=loadMap:12) at y (mapcontrol?callback=loadMap:12) at v (mapcontrol?callback=loadMap:12) at i.c [as resolve] (mapcontrol?callback=loadMap

Bing maps with VB

元气小坏坏 提交于 2020-01-17 03:37:58
问题 Hi I have written a piece of code which allows the program to take a postcode from a text box then type it into Bing for the user. This works perfectly fine when I use www.bing.com but if I was to use http://www.bing.com/maps/?mkt=en-gb so that the postcode is type directly into Bing maps then it crashes. I have included a copy of my code which works with the standard Bing search but would like some advice on allowing the program to search directly into Bing maps without the program crashing.

Bing Image Search API filter by image size

丶灬走出姿态 提交于 2020-01-15 05:41:12
问题 I'm working with Bing Image Search API using jsonp with jquery $.ajax. I'm able to retrieve the search results. But I'm unable to find a way to filter results by image size. I can't find anything about this in the documentation. Does anyone know if there is a way to filter results by image size or do any type of filtration for that matter. 回答1: You can do Image.Filters=Size:Small to filter by small images, you can also use medium and large. 回答2: Here's a more complete sample (The selected

translating complete web page with bing tranlation API

谁都会走 提交于 2020-01-06 07:15:36
问题 I'm trying to translate complete webpage using Bing API instead of Bing widget , because I want to make custom design for translation panel , but I cant find any way , I registered in Azure market place and got Key , all samples are made for translating a textbox text ... could any one please provide me some help ? 回答1: Found , you must this java script to translate webpage , <script src="http://www.microsoftTranslator.com/ajax/v3/WidgetV3.ashx?siteData=ueOIGRSKkd965FeEGM5JtQ**" type="text

How do i return JSON results from BING Search Engine API

本秂侑毒 提交于 2020-01-01 03:41:07
问题 At the moment i am only able to do my searches based on logging in to datamarket azure. Results returned are formatted in a table form and i dont fidn any way to return them in JSON format. A link is displayed after results are returned but when that link is pasted in the URL section of a browser it requires a username and a password. Example of returned URL https://api.datamarket.azure.com/Bing/Search/v1/Web?Query=%27car%27 There used to be an api Using REST for it but now it only return