<%@ Language=VBScript %> <% 'Check for User Authentication if session("Authenticated") = 0 then Response.redirect("login.asp") end if set mil_quoteDB = Server.CreateObject("ADODB.Connection") mil_quoteDB.Open = "Mil_Quotes" 'User Record Upage = "rfq_mil_foreign_form.htm" Udate = formatDateTime(date) Utime = formatDateTime(Now, 3) Uid = session("UserId") id = Request.QueryString("id") sqlSelectHead = "select * from QuoteHeader where [QuoteHeadid] = "&id&"" set rSelect = mil_quoteDB.Execute(sqlSelectHead) PartNum = rSelect("PartNumber") if not rSelect("Quantity") = "" then Quantity = rSelect("Quantity") else Quantity = 0 end if sqlUInsert = "insert into Usage ([Page], [Userid], [UserDate], [UserTime], [PartNumber], [Quantity]) " sqlUInsert = sqlUInsert & "values('"&Upage&"', "&Uid&", #"&Udate&"#, #"&Utime&"#, '"&PartNum&"', '"&Quantity&"') " set rUInsert = mil_quoteDB.Execute(sqlUInsert) %> Domestic Military Request for Quote

Crane Aerospace & Electronics

 

Blue Line
 
     

Foreign Military Request for Quote for Spares

If you are requesting a quote for a spare that will go to a U.S. Military organization, please use the domestic military RFQ form. (*required).
1. Your Information

Name*

 

Email*

 

Fax*

 

Company*

 
 
2. Foreign Military
End User?*  
Country of Final Destination?*  
Aircraft or Platform?*  
Specific Purpose*  
Will Crane be providing
Export License?
*
  Yes    No  (if yes, fee may be $250)

 

3. Request Information (please list each Request Number separately)
Your Request No.  Date Required*  CAGE Code*    
       
Item Crane Part Number NSN (if available) Description Quantity
1 * *
2    
3    
4    
 
4. Priority of Request*

                        Routine  Critical  Expedite 

 

5. Comments

 

 

Home | About Us | Careers | Products | News | Support | Contact Us | Site Map | Privacy | Terms of Use | info@craneae.com
Copyright (c) 2008 Crane Aerospace & Electronics. All rights reserved.

CA&E Employees

 

<% rSelect.Close set rSelect = Nothing mil_quoteDB.Close set mil_quoteDB = Nothing %>