Populate webpage text fields

Is it possible to do this direct from AppleScript?

Tried this sort of thing but seems very hit & miss. There must be a better way?

tell application "Internet Explorer"
	Activate
	OpenURL "http://www.adfast.co.uk/upload.cfm"
	tell application "System Events"
		tell process "Internet Explorer"
			keystroke tab
			keystroke tab
			keystroke tab
			keystroke tab
			keystroke "********"
			keystroke tab
			keystroke "********"
			keystroke tab
			keystroke return
		end tell
	end tell
end tell

Hi Mark67,

Yes, I believe it is possible to script the browser (although, to some, your choice of browsers may be a bit “antiquated”), but for the sake of clarity and so that we can all be certain what it is that you want to achieve, please describe exactly what it is that you wish to script. (As an aside, I strongly recommend that you do a search on this site, employing keywords such as “browser”, “URL”, “internet”, and so on.)

Sincerely,

Variable as the shade