EH! if you're looking for easy, then you're in the wrong biz! It's not rocket science, just some very basic html.

Test.KiX

code:

Break on

$arguments = "$prompt;$default;$ok;$cancel"
$style = "dialogWidth:800px;dialogHeight:300px;help:no;scroll:no;bgcolor=teal"

run '%comspec% /c C:\KiXUtils\KixPop\kixwin "file://"C:\KiXUtils\KixPop\test.htm"" "$arguments" "$style" '
Sleep 5
$ = SetFocus("Test Page")
SendKeys("~{F4}Y")

get $


Test.HTM

code:

<html><head><title>Test Page</title></head>
<body>
<img src="C:\KiXUtils\KixPop\PASSWORD.JPG">
</body>
</html>


_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.