A simple one i hope,
<cfif isdefined("variable"
>
I want a popup window to be generated here (passing the variable into new window)
<cfelse>
Nothing
</cfif>
Is this possible using javascript seeing as the user wont be physically clicking a link or submitting a form?
thanks
<cfif isdefined("variable"
I want a popup window to be generated here (passing the variable into new window)
<cfelse>
Nothing
</cfif>
Is this possible using javascript seeing as the user wont be physically clicking a link or submitting a form?
thanks