Page 1 of 1
Output Variable to specific location on screen?
Posted: Fri Mar 19, 2010 6:35 pm
by Vacman
I don't know if this should be a javascript question or php....
I want to take a variable that is output from my php script and have that variable put in a specific spot on the screen. Is this possible?
Re: Output Variable to specific location on screen?
Posted: Fri Mar 19, 2010 6:58 pm
by Christopher
PHP generates HTML/CSS/Javascript that puts things "in a specific spot on the screen" ... so yes. Perhaps you could be more specific and show what you have tried.
Re: Output Variable to specific location on screen?
Posted: Fri Mar 19, 2010 7:02 pm
by Vacman
Well that is my problem. I am not sure what to try...
An example would be perhaps a progress counter I.E. 1%, 2%, 3%, all being rewritten in the same specific spot on the screen. I have a feeling that this is going to be a Java answer, but thought I would start here.