Hi is there any way to turn this piece of code: <a class="modal" rel="{handler: 'iframe', size: {x: 640, y: 480}}" href="index.php?option=com_articleman&id=<?php echo $row->id;?>&task=preview" ><?php echo JText::_('AMAN_PREVIEW');?></a> Code (markup): into something like this, and keep the values: <input type="button" name="submitArticol" id="newarticle" value="<?php echo $captcha;?>" class="button" onclick="SubmitButton('saveArticle')" /> Code (markup):