<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim myMail, myBody myBody="Title: "& request.form("title") & vbcrlf & vbcrlf & "Name:" & request.form("name") & vbcrlf & vbcrlf & "Email: " & request.form("email") & vbcrlf & vbcrlf & "Organisation: " & request.form("organisation") & vbcrlf & vbcrlf & "Subject: " & request.form("subject") & vbcrlf & vbcrlf & "Comments:" & request.form("comments") & vbcrlf & vbcrlf & vbcrlf myBody=myBody & "*****************************************************" & vbcrlf myBody=myBody & "This form has been submitted from FOSS4G Website, managed by Tour Hosts Pty Limited"& vbcrlf & vbcrlf myBody=myBody & "Please don't reply to this email" & vbcrlf myBody=myBody & "Tour Hosts Web Administrator" & vbcrlf Set myMail = CreateObject("CDONTS.NewMail") myMail.From=request.form("email") myMail.To= "foss4g2009@tourhosts.com.au" myMail.Subject="FOSS4G 2009 - Contact Form" myMail.Body=myBody myMail.Send set myMail=nothing %> FOSS4G 2009 Conference, Sydney 20-23 October 2009 - Contacts

Hosted by

OSGeo Logo

The Open Source Geospatial Foundation(OSGeo) has been created to support and build the highest-quality open source geospatial software. The foundation's goal is to encourage the use and collaborative development of community-led projects, data development and education.

Stay Connected

WikiWiki
Mailing ListMailing list
TwitterTwitter feed

Call for Workshops and Tutorials Now Open!

Contacts

 

Thank you! Your message has been sent successfully.

We will respond to you as soon as possible, but within a maximum of three business days.

Please remember to allow for international time differences - our office hours are 8:30am to 6:00pm Monday to Friday. For your reference, the following website displays Sydney’s current local time as well as other major cities www.timeanddate.com/worldclock  

We look forward to welcoming you to the FOSS4G 2009 Conference.

FOSS4G Conference Managers
Managed by Tour Hosts Pty Limited