> I was wondering if anyone on the list have been working on a simple solution for
>adding html propertys like <br> <p> to text added in a html form? I suppose som
>simple code could change two linebreak into <p> and one linebreak into <br> ? I
>understand that Explorer have something build into it, but this would be transparent.
>- Would be nice to put into the admin on item description? ( I need it for something
>else than Freetrade)
-> If the only input is coming from trusted administrators, you can
update the item screen so that htmlentities is not used when outputting
the text. If the administrators are REALLY trusted, and you have things
working just right, you can even do something like eval("?> " .
$description . " <? "); but you should understand that this is just
begging to be abused badly.
> On item screen, when a product is ordered, the screen is updated. The easyes way to
>give people a link back, would be to add a javagoback 2 step hyperlink to the "Item
>added" message. That shuld work.
>
> But I would expect that it shuld be possible to add a javagoback one step that gets
>updatet to two steps when someone has ordered. As a link on the product page. Maybe
>putting something into the actionfile ADD_BASKET to create a variable accesseable on
>update of item screen?
Hmm, I still think this should be done without the use of JavaScript. I
think the goal is to figure out the back button URL should be on the
server side.
> jj. Hows that java applet coming along??? I am living in hope :-))
UGH! I hate to let you down Bjarne, but all of my free time is going to
FreeEnergy in Python (called Aquarium) which I'm hoping to release this
Sunday. :(
-jj
--
if (shannon - jj) * behrens == webEngineer["CLEAR INK�"]:
print "<i>imagination is the only real medium(sm)</i><br>"
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]