Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2014
1,054
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. CyberOmAddress := "https://192.168.100.1:8090"
  2. UserName := "1305161"
  3. Pass := "123@kiit"
  4. URL := CyberOmAddress "/login.xml/?mode=191&username=" UserName "&password=" Pass "&a=" A_Now
  5. MsgBox, % URL
  6.  
  7. wb := ComObjCreate("InternetExplorer.Application") ;// Create an IE object
  8. wb.Visible := true ;// Make the IE object visible
  9. wb.Navigate(URL) ;// Navigate to a webpage
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement