Cruz: PHP Variable über location.reload an andere Frameseite

Beitrag lesen

Hallo Chris,

probier mal

parent.frames["Inhalt"].location.href = parent.frames["Inhalt"].location.href + '?var_name=' + var_value;

var_value kannst du dir dann in der Aufrufenden Seite zusammenbasteln, je nachdem wo du deine Variable hernimmst.

Gruß,
Cruz