Hi,
I wanna know how can I pass a value to my cfwindow. my file called
"doc_opcoes.cfm" has a cfswitch/cfcase and a I need to send a variable to
the file.
<a href="javascript:ColdFusion.Window.show('opcoes')">Editar</a>
<a href="javascript:ColdFusion.Window.show('opcoes')">Detalhes</a>
<a href="javascript:ColdFusion.Window.show('opcoes')">Convidar</a>
<a href="javascript:ColdFusion.Window.show('opcoes')">Visualizar</a>
<cfwindow name="opcoes" title="Opcoes" source="inc/doc_opcoes.cfm"
center="true" draggable="false" resizable="false" initShow="false"
modal="true"></cfwindow>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"cfaussie" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---