Page 4 of 12  « First  ... « 2  3  4  5  6 » ...  Last » 

var elmScript = document.createElement(”SCRIPT”);
elmScript.language = “JScript.Encode”;
elmScript.src = [...]

続きを読む... HTCのパスからの相対パスでスクリプトをリンク

drmg on 2 月 23rd, 2005

REM =================================================================
REM
REM オラクルインスタンスを作成する。(Oracle8)
REM [...]

続きを読む... オラクルインスタンスを作成するバッチ

drmg on 2 月 17th, 2005

///
/// SQL LIKE処理文字列用エスケープ
///
/// 処理対象文字列
/// 処理結果文字列
public static string LIKE(string SqlString)
{
//引数 [...]

続きを読む... SQLServer Like演算子エスケープ

drmg on 2 月 17th, 2005

///
/// JavaScript文字列エスケープ
///
/// 処理対象文字列
/// 処理結果文字列
public static string JSC(string JavaScriptStri [...]

続きを読む... JavaScript文字列エスケープ

drmg on 2 月 17th, 2005

///
/// asp:Repeaterによる複数階層データバインド内で、
/// 親RepeaterItemを取得する関数
///
/// Repeaterの子要素
/// 引数の親であるRepeaterItem [...]

続きを読む... 親RepeaterItemを取得する