Posted by R. Rajesh Jeba Anbiah on 01/09/07 14:45
trpost@gmail.com wrote:
> How can I do the following using php/javascript
>
> Page 1 has a form with a text field, when you click on a link next to
> the textfield it launches page2 where you click on a picture which
> returns a value back to page 1 without page 1 reloading.
>
> So basically I want to launch a new page2 from page1 and then return a
> value back to the form on page 1.
>
> Please provide a simple example code if possible.
PHP is the server-side. Since, you need to control the client
side, you need to handle with HTML (invisible IFRAME) or using Ajax:
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
Navigation:
[Reply to this message]
|