Any idea how to translate this code ??

Discussion in 'HTML & Website Design' started by rewlie, May 4, 2006.

  1. #1
    Ok now i have nowhere to ask, this is it ..

    <IFRAME SRC="http://$/$.html"
    width="$" height="$"
    marginwidth=0 marginheight=0 hspace=0 vspace=0
    frameborder=0 scrolling="no"></IFRAME>

    What i want now is :-

    <td align="left" nowrap><span class="text13">Form</span></td>
    <td align="left"><INPUT class="field10" size="80" name="raw" value="#%raw%#"></td>
    </tr>

    a finishing to this code from the code above.

    What it's really mean is, when someone fill up the form above, they will have a form to fill up that will then :-

    translate $ above into URL

    translate $ into filename.html

    translate $ into width

    translate $ into height

    And then save the code either into db or somewhere else, and generate the translate result.

    Anyone here know how to figure this out ??
     
    rewlie, May 4, 2006 IP
  2. bluesync

    bluesync Peon

    Messages:
    214
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Um... Replace all the $'s with values..
     
    bluesync, May 4, 2006 IP
  3. rewlie

    rewlie Active Member

    Messages:
    937
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    58
    #3
    then it will be static, what i want is, the symbol $ will then be replace with the the numbers that users entered ..
     
    rewlie, May 4, 2006 IP
  4. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #4
    That would depend on the server-side language you're using.

    cheers,

    gary
     
    kk5st, May 4, 2006 IP