|
Posted by Rich on 02/01/06 20:14
In article <1138812189.972364.180130@g44g2000cwa.googlegroups.com>, astromac
says...
>
>I'm new to php and was wondering if the following was possible...
>
>I would like to have a list of items loaded from a text file, process
>each item in the list and then return the processed result to a new
>window so that the new window displays the results, one by one, until
>it is done processing the list.
>
>I considered javascript but the whole client-side/server-side divide
>seems difficult for this newbie to figure out. Is what I want possible?
>
If you wanted to use a new window, you probably need Javascript to handle the
content between separate web browser windows. You can use PHP to dynamically
change the HTML and Javascript code in the document that is sent back to the web
browser.
Rich
--
Newsguy BonusBytes! - Monthly rewards just for being a member!
http://newsguy.com/bonusbytes.htm
Navigation:
[Reply to this message]
|