开发者

how can i pass a url from a variable into frame tag

开发者 https://www.devze.com 2023-04-03 06:08 出处:网络
I have a php page where i have built an url now i want to pass that url into fram开发者_StackOverflow中文版e tag

I have a php page where i have built an url now i want to pass that url into fram开发者_StackOverflow中文版e tag

 <frameset rows="100%">

<frame src=" <?= $url> ?>" />

</frameset>

The redirection doesnt seem to happen. Any pointers on what is going wrong?

Thanks

Prady


Andreas was right in pointing out the extra > after the url

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号