Posted by kolesdz on 01/09/07 01:14
> 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.
>
> Thanks
Probably impossible. Without reloading (AJAX) server answers to the page
which is sending request. Why not dynamically load pictures after clicking
the "link" on page 1?
Rgrds
Jack
[Back to original message]
|