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?
Output Variable to specific location on screen?
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Output Variable to specific location on screen?
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.
(#10850)
Re: Output Variable to specific location on screen?
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.
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.