13 Nov
2001
13 Nov
'01
8:39 a.m.
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