First of all please excuse my newbie code.. i don't expect this to be a big part of the site so i didn't code it the g o o d way because i really don't have knowledge on javascript..

My problem:

http://rize101.info/tolovero-friends...out/#more-3338

whenever trying to click on the "click here to get code" and "preview layout"
the javascript doesn't work in ie6, but works fine on firefox.

the <head></head>code:
Code:
<script language='javascript'>
function move(choice){
if(choice==1)
page='http://wikimyprofile.com/linker.php'
else
page='http://friendsterko.com/extras/convert/friendster-xover.php'
document.getElementById('formName').action=page
document.getElementById('formName').submit()}
</script>
the code within the body tags:
Code:
<center><img src="http://img403.imageshack.us/img403/6830/tolovero06162290617969nw5.jpg" border="0" width="300" height="150">
</center><br>
<!--more-->
     <form name="formName" id="formName" method="post">

<input type="button" name="backBut" id="backBut" value="CLICK HERE TO GET CODE" onclick="javascript:move('1');">
<input type="button" name="confirmBut" id="confirmBut" value="Preview Layout" onclick="javascript:move('2');">
  <textarea type="text" name="code" class="hide" rows="1" cols="1">http://boxstr.com/files/3561649_whehe/tolovero1.swf</textarea>
</form>