PRE-REGISTRATION
I am interested in the possibility of a post-conference tour in Turkey for person(s) to Izmir or to Cappadocia (Please indicate one or the other as the tours will be at the same time)
http://www.ichmt.org/Rad-04We suggest you check it from time to time. We look forward to your participation in RAD-04.Sincerely,Faruk Arinc" strHTML2 = strHTML2 & "===========================================ICHMT Symposium: RAD-04 Radiative TransferThe Marmara Hotel, Istanbul, Turkey 19-24 April, 2004Co-chairs: Pinar M. Menguc and Nevin SelcukICHMT SecretariatMechanical Engineering DepartmentMiddle East Technical University, Ankara, 06531 TurkeyTel: +90 312 210 5214 Fax: +90 312 210 1331ichmt@ichmt.org " strHTML2 = strHTML2 & "http://www.ichmt.org/Rad-04===========================================" strHTML2 = strHTML2 & "This message is intended for the addressee named and may contain confidential information. If you are not thintended recipient please delete it and notify the sender.Before opening any attachment, check it for viruses." strHTML2 = strHTML2 & "" strHTML2 = strHTML2 & "" ' apply the settings to the message With iMsg2 Set .Configuration = iConf2 .To = email .From = "ichmt@ichmt.org" .cc = "arinc@ichmt.org" .bcc = "gokmen@ichmt.org" .Subject = "RAD-04" .HTMLBody = strHTML2 .Send End With ' cleanup of variables Set iMsg2 = Nothing Set iConf2 = Nothing Set Flds2 = Nothing Else if firstname="" or lastname="" or email="" then Response.Redirect "error.html" End if End if Response.Redirect "sent.asp?title="&title&"&firstname="&firstname&"&lastname="&lastname&"&affiliation="&affiliation&"&address="&address&"&city="&city&"&state="&state&"&postcode="&postcode&"&country="&country&"&telephone="&telephone&"&fax="&fax&"&email="&email&"&symposium="&symposium&"&paper="&paper&"&lastminute="&lastminute&"&tentative="&tentative&"&accompany="&accompany&"&accompanyname="&accompanyname&"&interest="&interest&"&person="&person&"&touriz="&touriz&"&tourcap="&tourcap&"&oneri="&oneri End if If Choice2="EXIT" then Response.Redirect "index.html" End if%>