|    
			
				01/04/2004, 09:19
			
			
			  | 
  |   |  |  |  |  Fecha de Ingreso: diciembre-2002 Ubicación: santiago-chilito 
						Mensajes: 1.931
					 Antigüedad: 22 años, 10 meses Puntos: 2 |  | 
  |  buscando encontre esto :
 object.Navigate2( _
 URL As Variant, _
 [Flags As Variant,] _
 [TargetFrameName As Variant,] _
 [PostData As Variant,] _
 [Headers As Variant])
 
 y lo que me intereza:
 
 
 PostData:
 
 Optional. Data to send to the server during the HTTP POST transaction. For example, the POST transaction is used to send data gathered by an HTML form to a program or script. If this parameter does not specify any post data, the Navigate2 method issues an HTTP GET transaction. This parameter is ignored if a URL is not an HTTP URL.
 
 
 pero si hago esto se  cae
 
 oIE.Navigate2 (cCad,postdata)
 
 
 me da error de compilacion se  "esperaba = "
 
 ¿como lo puedo poner?
     |