10-07-2009, 11:19 AM
hi deminiek,
can you try with this and let me know if it works
Open a new function library.Write the function below in the function library.
Associate this library with your script.
can you try with this and let me know if it works
Open a new function library.Write the function below in the function library.
Associate this library with your script.
Code:
Public Function MyBack()
Set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "%{LEFT}"
Set WshShell = Nothing
Wait 2
End Function
RegisterUserFunc "Browser", "Back", "MyBack", True