Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hey there, I have a page(page1.p

Status
Not open for further replies.

KryptoS

Programmer
Feb 7, 2001
240
BE
Hey there,

I have a page(page1.php) with another page in it(page2.php) with IFRAME. If I use a variable in the second page (page2.php) is it possible to get the value of the variable in the first page (page1.php).

page1.php

<body>
<html>
<IFRAME SRC=&quot;page2.php&quot;></IFRAME>
<!-- here I want to get the value of a variable I used in page2.php -->
</html>
</body>

Is this something with sessions? And how works this?

Greetz
The One And Only KryptoS

The One And Only KryptoS
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top