What is the html code to auto-populate two related objects in a newly-created object?
<a onkeypress="onButtonPress(this);" onmouseover="toggleNavButton(this);" tabindex="15" class="buttonChildTitleBarTD" onmouseout="toggleNavButton(this);" onclick="doNavigate('CustomObj2ChildListInsert?OMCR0=%%%Id%%%&OMTGT=CustObj2EditForm&OMTHD=CustomObject2NewNav&OMCBO=OnDemand+Custom+Object+1&OMRET0=CustomObj1Detail%3fOMTGT%3dCustObj1DetailForm%26CustObj1DetailForm.Id%3d%%%Id%%%&OCTYPE%3d%26ocTitleField%3dName&OCNOEDITTYPE=Y&OCTYPE=')">  New </a>
The Account Id is available in the web applet; how can the code be altered to auto-populate the Account as well, please?