我有一個php網頁,並在iframe中。例如:從iframe中獲取父url變量
PHP頁面http://www.ex.com/index.php?one=anumber
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body> <iframe id="34" class="ddd" src="two.php"></iframe>
</body>
</html>
等什麼PHP代碼的URL在two.php一語雙關獲得從父URL變量嗎?
我想如果你是在one.php中使用任何變量,那麼它將直接在two.php中訪問,因爲無論您使用的是iframe還是include,頁面都會在one.php中完全加載。讓我們試試 – 2013-02-10 16:13:40
變量one.php代碼中不使用(調用) – user2031113 2013-02-10 23:20:06