Andreas: P-E-I-N-L-I-C-H ( für mich! )

Beitrag lesen

Hallo,

<frameset  cols="150,*">
<cfoutput>
<frame src="new_contracts_action_left.cfm?month=#url.month#" scrolling="no" marginwidth="0" marginheight="10" scrolling="no" frameborder="0">
<frame src="new_contracts_action.cfm?month=#url.month#" scrolling="Auto" marginwidth="0" marginheight="10"  frameborder="0">
</cfoutput>
</frameset>

Noch eine dumme Frage: #url.month#, was ist das? - Eine Variable, welche durch CF in den html Code eingebettet wird? - Woher kommt die Variable (wenn's eine ist)?

Ja genau, das ist eine Variable. Genauer gesagt eine URL-Variable (daher #url.*#), womit auch die Herkunft geklärt ist. Der Name der Variable ist "month".

Gruss

-> Andreas