Posted by "Dan Baker" on 10/05/89 11:33
"Robert Cummings" <robert@interjinn.com> wrote in message
news:1132257406.18353.24.camel@blobule.suds...
> Here is an example of a layout template:
>
> -----------------------------------------------------------------------------
> <jinn:prepend/>
> <html>
>
> <head>
> <title><jinn:pageTitle/></title>
>
> <style type="text/css">
> <!--
> <jinn:template path="css/main.template"/>
> -->
> </style>
>
> <jinn:accumulatorFlush name="javaScriptTags"/>
> <jinn:accumulatorFlush name="javaScriptTags" dynamic="true"/>
>
> // -->
> </script>
>
> </head>
I'm curious ... how do you generally handle forms and urls? What if the
programmer wants to add a link, something like:
<a href="page.php?op=View&id=1234">View my info</a>
How is the data (op=View&id=1234) separated from the formatting?
Thanks
DanB
Navigation:
[Reply to this message]
|