Toon posts:

favorieten kopieren naar webpagina

Pagina: 1
Acties:
  • 40 views sinds 30-01-2008

Verwijderd

Topicstarter
Ik heb een manier gezien om je favorieten van IE te exporteren naar een webpagina. Je kunt het via bestand >> exporteren doen, dan krijg je een bestandje. Deze zou je dan kunnen uploaden. Maar de versie die ik heb gezien kon het via een button in een html pagina.

Iemand enig idee hoe dit werkt.

Dit vond ik bij MSDN geen idee of het wat is:

This example uses the ImportExportFavorites method to import Favorites information from the server.

// 'true' specifies that the Favorites are imported from the server.
window.external.ImportExportFavorites(
true,"http://www.your_server.com");
This example uses the ImportExportFavorites method to export Favorites information from the server.

// 'false' specifies that the Favorites are exported to the server.
window.external.ImportExportFavorites(
false,"http://www.your_server.com");
This example uses the ImportExportFavorites method to open a file dialog box.

// If the path given is an empty string, a dialog box is opened.
window.external.ImportExportFavorites(false, "");

  • whoami
  • Registratie: December 2000
  • Laatst online: 13:00
Lees even de P&W Quickstart en de FAQ.
Wat wil je doen, wat is uw probleem, wat werkt er niet, welke taal gebruik je etc....

https://fgheysels.github.io/


Dit topic is gesloten.