<% ' ' Put this in your asp file ' Response.Write (IncludeURL("http://www.domain.com/path/file.ext?params=value")) ' Function IncludeURL(URL) 'Create an Http object, use any of the four objects Dim Http ' Set Http = CreateObject("Microsoft.XMLHTTP") ' Set Http = CreateObject("MSXML2.ServerXMLHTTP") Set Http = CreateObject("WinHttp.WinHttpRequest.5.1") ' Set Http = CreateObject("WinHttp.WinHttpRequest") 'Send request To URL Http.Open "GET", URL, False Http.Send 'Retrieves the response entity body as a string IncludeURL = Http.ResponseText End Function ' ' Put this in your asp file ' Response.Write (LastModified()) ' Function LastModified() ' Local variables Dim loFs, lsFile, lsPath, loFile, ldLast ' Create an instance of FileSystemObject object Set loFs = CreateObject("Scripting.FileSystemObject") ' Get the logical path of the current file ' (i.e. the file in which this code runs) lsFile = Request.ServerVariables("SCRIPT_NAME") ' Get the physical path of the file lsPath = Server.MapPath(lsFile) ' Get a handle/pointer to this file Set loFile = loFs.GetFile(lsPath) ' Get the "Last Modified" property of this file ldLast = loFile.DateLastModified ' Release the objects Set loFile = Nothing Set loFs = Nothing ' Write out the date in the long date ' format e.g. "MM/DD/YY" ' vbGeneralDate 0 Display a date and/or time. If there is a date part, display it as a short date. If there is a time part, display it as a long time. If present, both parts are displayed. ' vbLongDate 1 Display a date using the long date format specified in your computer's regional settings. ' vbShortDate 2 Display a date using the short date format specified in your computer's regional settings. ' vbLongTime 3 Display a time using the time format specified in your computer's regional settings. ' vbShortTime 4 Display a time using the 24-hour format (hh:mm). LastModified = CStr(FormatDateTime(ldLast, 1) & " " & FormatDateTime(ldLast, 4)) End Function ' ' Tracker for keeping score of hits to a site ' dir = string with path for this tracker ' Function Tracker(dir) ' Define some local stuff Dim path, date, ext, file, fso, fh, counter path = "C:/inetpub/vhosts/innebandy.no/httpdocs/web-data/tracker/" date = Year(now) & "_" & Right("00" & Month(now) ,2) & "_" & Right("00" & Day(now) ,2) ext = ".tracker" file = path & dir & "/" & date & ext ' Create FileSystemObject Set fso = CreateObject("Scripting.FileSystemObject") ' Read counter and increment if file exists If fso.FileExists(file) = True Then Set fh = fso.OpenTextFile(file) counter = CLng(fh.ReadLine) fh.Close counter = counter + 1 Else counter = 1 End if ' Write counter Set fh = fso.OpenTextFile(file, 2, true) fh.WriteLine(counter) fh.Close ' Release objects Set fso = Nothing Set fh = Nothing Tracker = CStr(counter) End Function %> Innebandy.no - NM 2007 - Floorball
NM 2077 NM 2077

   L�rdag 19. april:
   10.00 Finale Jenter           St. Croix IBK - Sveiva/Monolitten   4-5
   12.45 Finale Gutter           SF Grei       - Sveiva IBK          1-2
   15.30 Finale Junior Kvinner   Lye/Sola      - Sveiva IBK          2-5
   18.15 Finale Junior Menn      Slevik IBK    - Tunet IBK          10-5

   S�ndag 20. april:
   11.30 Finale Kvinner          Holmlia SK    - Tunet IBK           7-4
   14.30 Finale Menn             Sarpsborg IBK - Fjerdingby IBK      9-5

Billettpriser: (Dagsbillett pr. dag.)
Voksen kr.100,- Barn under 16 �r kr.50,- Barn under 6 �r gratis

Det er ogs� mulig � forh�ndsbestille billetter for lag og foreninger over 15 personer.
Prisene er da: Voksen kr.75,- og Barn kr.25,-

Forh�ndsbestilling gj�res f�r fredag kl.1800 til: per.thomas.hansen@golfforbundet.no.

(M� angi hvilken dag, l�rdag eller s�ndag, antall barn og antall voksne.
Betaling gj�res kontant ved avhenting av billetter.
Henting av billetter i billettluke ved langside av Sparta Amfi.)

- Last ned den offisielle NM-plakaten (6Mb) -

- NM menn - NM kvinner -
- NM jr.menn - NM jr.kvinner - NM jenter - NM gutter -


Puma Globall Sport Globall Sport
Copyright © 2000-<%= Year(now) %> innebandy.no