a variable in HTML

Posted by PurplePilot on Stack Overflow See other posts from Stack Overflow or by PurplePilot
Published on 2010-05-26T12:17:20Z Indexed on 2010/05/26 12:21 UTC
Read the original article Hit count: 312

Filed under:

in the form action i have the following line\

<form action="{URL}" method="post" target="_self" id="xxx" name="xxx">

when rendered in the browser it becomes

action="/abc/17224_pb/HTTP/index.php" 

this is just HTML. I cannot see anywhere the {URL} has been defined and anyway you cannot have variables in HTML (can you?)

i thought it might be jquery but it would need to be in a script ??

Where does it come from? How is it defined?

This code is not really in a framework but we do have some Zend framework code around.

© Stack Overflow or respective owner

Related posts about html