我想创建一个允许用户输入他的Minecraft名称的页面,输入的名称将在此链接中更改:
http://www.minecraft-skin-viewer.net/3d.php?layers=true&aa=true&a=0&w=330&wt=10&abg=330&abd=40&ajg=340&ajd=20&ratio=13&format=png&login=<NAME>&headOnly=false&displayHairs=true&randomness=708
我该怎么做?
答案 0 :(得分:0)
你可以用jQuery做到这一点。
例如,你有这个HTML代码:
<?php
$comments_list = _is_comments_('125','article');
foreach($comments_list as $row){ ?>
<p><?php echo $row['message'].'-'.$row['timestamp'];?></p>
<?php
}
?>
使用的标签仅包含脚本的相关信息。
按下按钮时,以下jQuery代码将起作用。它创建了包含输入字段值的url。然后使用创建的URL设置iframe的源。
<input type="text" id="name">
<input type="button" id="dostuff" value="View your Skin!">
<hr>
<iframe width="290" height="433" id="SkinViewer"></iframe>
请记住:要使jQuery正常工作,您应该首先加载jQuery库!