Jump to content

baho

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Posts posted by baho

  1. I have asked it before but couldn't get the desired result.
    So, after submitting the form, how can I view the value of txt in the inline frame? Not posting to iframe.php.

    <html><body>

    <form name="insert_form" action="<?php echo $_SERVER['PHP_SELF']?>" method="post">
    <input type="text" name="txt">
    <input name="insert_btn" value="Insert" type="submit">
    </form>

    <br><br>
    <IFRAME name="i_frame" src="iframe.php" frameborder="1"></IFRAME>

    </body></html>
  2. Can you help to solve this? How can I do so that when I click submit, text in the my_text should be seen in the inline frame.


    [color=green]<html><body>

    <form name="insert" action="<?php echo $_SERVER['PHP_SELF']?>" method=post>
    <input type=text name=my_text>
    <input type=submit value=show>
    </form>
    <br>
    <IFRAME name="i_frame" src="result.php" frameborder="1"></IFRAME>


    </body></html>[/color]

    Thanx.
  3. Hello everybody, if only you could help me to solve the problem below.....
    Well, I have such code:

    [color=green]
    <html><body>
    <?php
    static $i=0;
    ?>
    <form>
    <input type=button name=button value="CLICK">
    </form>
    </body></html>[/color]

    How can i increase the value of $i by 1, every time when I click the button.
    ....I would be very much pleased!!!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.