Arnautov,
thanks for providing a solution.
but should the following line
ControlSend("Internet Explorer", "", "Edit1", "www.cnn.com")
be ommited as it will be done by the following codes:
Send ( "{F6}")
Send ( "{BS}" )
Send ( "www.cnn.com" )
Send ( "{ENTER}" )
Strangely, in few tries, the script will just open my default home page instead of cnn.com.
any ideas why?