0
pass variable in iframe

/t5/coldfusion-discussions/pass-variable-in-iframe/td-p/956846
Apr 25, 2008
Apr 25, 2008
Copy link to clipboard
Copied
<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
TOPICS
Advanced techniques
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Engaged
,
LATEST
/t5/coldfusion-discussions/pass-variable-in-iframe/m-p/956847#M87430
Apr 25, 2008
Apr 25, 2008
Copy link to clipboard
Copied
It should actually work - I have done it before, but remember
that the IFRAME tag is a regualr HTML tag, so you will have to
surround the #NUMBER# (at the very least) with CFOUTPUT.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

