/
Français
Sélectionner
Deutsch
Français
Nederlands
English
Português
Pусский язык
Suomi
Svenska
CN
JP
Instruments industriels
Mesures météorologiques
Service et Assistance
Infos et téléchargements /
Investisseurs /
A propos de Vaisala /
Carrières /
Contacts /
Plan du site
Stock exchange releases 2007
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="hugin.aspx.cs" Inherits="hugin" %>
<% // Get URL for details string ulrToGet = Request.QueryString["url"] ?? String.Empty; if (String.IsNullOrEmpty(ulrToGet)) { // Show list of news Response.Write(ListData("2007", "/newsandmedia/stockexchangereleases/3196.html", @"C:\huginfeed\list.xsl")); } else { // Show details Response.Write(ShowDetails(ulrToGet, @"C:\huginfeed\details.xsl")); } %>