Code it plz

Discussion in 'PHP' started by turrant, Oct 16, 2009.

  1. #1
    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):
     
    Last edited: Oct 16, 2009
    turrant, Oct 16, 2009 IP
  2. turrant

    turrant Active Member

    Messages:
    143
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    63
    #2
    Never mind i solved the problem :D
     
    turrant, Oct 16, 2009 IP