投稿日: 2012/05/16 6:29:58
ガジェット"safe html bypass"の編集
テキストエディタ:
ガジェット"safe html bypass"のアップロード
Googleサイト:
ページの編集
Googleサイト:
ガジェット"safe html bypass"
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Module>
<ModulePrefs title="Safe HTML bypass" description="You can bypass safe HTML filters on sites that have enabled Google Gadgets with this Gadget. NOTE: Not good for including text!" author="MindstormsKid" height="0" width="0"/>
<UserPref name="html" display_name="HTML Code" required="true"/>
<Content type="html">
<![CDATA[
<script type="text/javascript"> var prefs = new _IG_Prefs(); document.write(prefs.getString("html")); </script>
]]>
</Content>
</Module>
JQueryライブラリ
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script>
スニペットの例
<input type="text" value="oerten" id="text" onclick=""> </input><input type="button" value="Click" id="but" onclick="var val = $('#text').attr('value'); alert(val); "> </input><br />
使用例