[Zope] src=url does it have to be (ftp,http,file...) can it be scr="<html>
whoohwoo </html>"
chrisf
chrisf@fagmed.uit.no
Tue, 13 Nov 2001 09:39:20 +0100
Lets say one wants to design a web page
top = html_function(x)
side = html_function(y)
main= html_function(z)
<html>
<frame set .....>
<frame src=top>
<frame src=side>
<frame src=main>
</frameset>
</html>
Now I the src tag expects a registered url type, but is there a type
that allows parsing of text.
I know I could pass the parameter through <frame src=top?x>
But this is a far less elegant solution when dealing with lots of
parameters
Or maybe I should get some sleep :)
Chris