<%@ Language=VBScript %> <% if request("submit")<>"" then Dim t1,t2,t3,st t1 = Request.Form("email") t2 = Request.Form("name") t3 = Request.Form("subject") st = Request.Form("details") Dim oMail Set oMail = server.CreateObject("[email protected]") oMail.MailFrom = t1 oMail.MailFromDisplayName = t2 oMail.ContentType = "text/html;" oMail.MailTo = "[email protected]" oMail.Subject = t3 oMail.MessageBody = st oMail.SendMessage Set oMail = Nothing Response.Redirect "derecho_internacional_privado_grupos_foro_autorizacion.asp" else%> :: Secretar�a de Asuntos Jur�dicos (SAJ) > Organizaci�n de los Estados Americanos ::

William J. Woodward, Jr.

País / Country: United States

Titulo / Title: Professor of Law

Correo Electrónico / Email: [email protected]

Mensajes / Posts: 0

Biografía resumida / Short Bio: I was a trial lawyer for 5 years before becoming a professor of law in 1980. Since that time I have taught contracts, torts, remedies, business law generally, and international business and dispute resolution both in the US and abroad. I regularly participate in law reform efforts in the US in connection with the Uniform Commercial Code and various projects of the American Law Institute.

Secretaría de Asuntos Jurídicos (SAJ) / Secretariat for Legal Affairs (SLA)
 Cidip VII - Foro de discusión / Working Groups

<%end if%>