Question
pass variable in iframe
<cfset Number = #Number#> --Variable to pass to
iframe---
<iframe src="iframe.cfm?Number=#Number#" height = "200" width = "80%">
it doesn't work. any idea how to pass variable in iframe.
Thanks
<iframe src="iframe.cfm?Number=#Number#" height = "200" width = "80%">
it doesn't work. any idea how to pass variable in iframe.
Thanks
