This is quite simple, and can be accomplished with one line of JavaScript, placed in the onLoad function of the <BODY> tag of your web page. Here's a sample to get you started (note that this sample assumes you only have 1 instanse of DevEdit on the page):
<body bgcolor="#FFFFFF" onLoad="document.frames[0].frames[0].focus();">