You are not logged in.
Hi,
When I load Xinha, I'd like to have some items in the document that the users are not allowed to change (for example a logo, a username previously generated through php, the date, and so on...).
Is it possible ? For example, in my code below, is it possible to protect the image (logo.jpg), the name and the date against any modification from the user ?
<p> <img height="154" width="861" src="/xinha/plugins/ExtendedFileManager/demo_images/logo.jpg" alt="logo" title="logo" /></p> <p> </p> <p> </p> <p>Name : JOHNSON</p> <p>Date : 2010/05/29</p> <p> </p>
I think of something like <p readonly> ...... </p> for example
any solution ?
Offline
No it's not possible. I think probably it's unlikely to ever be possible because of how the web browsers and Xinha works. Of course, you could validate/fixup the HTML when you get it back to the server.
James Sleeman
Offline