Hi, I need help please
i usually code in coldfusion but now i want to create 2 text html files where i pass a parameter on href?
This normally works in coldfusion!
Page1
[CODE=html]<a href="test.htm? test=100','','h eight=300,width =300">[/CODE]
Page2
[CODE=html]<html>
<head>
<param name="test" value=""/>
</head>
<body>
<cfoutput>
#test#
</cfoutput>
</body>
</html>[/CODE]
i usually code in coldfusion but now i want to create 2 text html files where i pass a parameter on href?
This normally works in coldfusion!
Page1
[CODE=html]<a href="test.htm? test=100','','h eight=300,width =300">[/CODE]
Page2
[CODE=html]<html>
<head>
<param name="test" value=""/>
</head>
<body>
<cfoutput>
#test#
</cfoutput>
</body>
</html>[/CODE]
Comment