![]() |
php как передать данные во фрейм.
Вот есть страница с кодом.
<html> <head> <title>domain.com</title> </head> <frameset framespacing='0' border='false' frameborder='0' rows='0,100%'> <frame name='top'> <frame name='body' src='http://domain.com?PID=239199&q=$parametr'> <noframes> <body> <p>This page uses frames, but your browser doesn't support them.</p> </body> </noframes> </frameset> </html> К примеру страничка находится по адресу http://testdomain.com Как GET запросом передать данные в переменную $parametr ? |
так и передать ;)
PHP код:
вообще, формулировка вопроса какая-то мутноватая, если честно... |
| Часовой пояс GMT +4, время: 14:55. |
Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.