|
|
Contact US
<%if request("Send")<>"" then%>
Thank You!
for your interest in Arabi Furmanite Gulf
<%
end if
%>
Arabi Furmanite Gulf
Regional office:
Phone : +974 4696841 / 4684523 / 4684957
Fax : +974 4684936
Hot Line : +974 5082649 /5544801
E-mail : furmqa@qatar.net.qa
| |
|
|
|
| |
Mr.Tahsin Al Isa
Division In Charge
Furniture Gulf Qatar.
P.O.Box No. 22096,
Doha, Qatar.
|
Furmanite Gulf Qatar
Arabi Company Qatar Show Room
In between of The Group and Teyseer Gas Station
Salwa Road
Doha, Qatar.
|
|
|
|
|
<%
if request("Send")<>"" then
set mail=server.CreateObject("CDONTS.NewMail")
mail.From=request("email1")
mail.To="furmqa@qatar.net.qa"
mail.Subject=request("sub")
mail.Body=request("body1")
mail.BodyFormat = 0 ' 0 =HTML, 1 = Plain
mail.MailFormat = 1 ' 0 =MIME, 1 = Text
mail.Importance = 1 ' 0 =High, 1 = Medium, 2 = Low
'mail.attachFile("")
mail.Send
set mail=nothing
end if
%>
|