Jump to content

p469275

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

p469275's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thanks...Superb and so simple code. Only one modification in it makes the code work. in popup.php <script language="javascript"> function yourfired() { setTimeout("window.close()", 50); } </script> <form action="main.php" target="main" method="post"> <input type="text" name="info"> <input type="submit" value="Send" onclick="yourfired()"> </form>
  2. Hi Friends, Can anybody tell me please, How to Submit Variable Data from Pop Up to Main window (using PHP if needed)? I have a main.php page with a link Open_popup. Upon clicking the link a popup(popup.php) opens with a text box and a submit button. If I write something in textbox and press Submitbutton then the Popup window disappears and text value is returned to main.php Thanks. Regards, Sujoy
  3. Hi friend, I have a problem many have faced. I like to expire my page after 1 minutes if the user do not do any activity on the page and the user session will be lost automatically. How can do this? Many have told, change in php.ini session_gc_max_lifetime etc, but I don't want to hardcode in php.ini file. Any coding help will be much appreciated. Thanks. Ajoy
  4. Hi friends, I have a simple HTML form with two elements, one is <input type ="file" ...>field and another is <img>. My requirement is to show the image as soon as i browse and choose a file. Please revert back to me ASAP. Ajoy
  5. Hi, Can anybody tell me how to get GUI like feature in Browser through PHP. The requirement is if someone writes in a textarea and changes some portions font, some text's size etc in browser, HOW CAN WE DO THAT? Please, kindly reply. It's urgent. Thanks & Regards, Sujoy
×
×
  • 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.