테스트 브라우저
IE9, FF7, Chrome 15, Opera11, Safari(Windows 5.1)
IE9, FF7, Chrome 15, Opera11, Safari(Windows 5.1)
둘 중에 하나 골라서 써보자 ㅎㅎ
대부분 첫번째껄 쓰면 정상 동작한다.
<div><code>var</code> <code>str =</code> <code>"~~~쏼라쏼라~~~"</code><code>;<span id=</code><code>"callbacknestbagagytistorycom322705"</code> <code>style=</code><code>"width:1px; height:1px; float:right"</code><code>><embed allowscriptaccess=</code><code>"always"</code> <code>id=</code><code>"bootstrapperbagagytistorycom322705"</code> <code>src=</code><code>"<a href="http://bagagy.tistory.com/plugin/CallBack_bootstrapperSrc?nil_profile=tistory&nil_type=copied_post">http://bagagy.tistory.com/plugin/CallBack_bootstrapperSrc?nil_profile=tistory&nil_type=copied_post</a>"</code> <code>width=</code><code>"1"</code> <code>height=</code><code>"1"</code> <code>wmode=</code><code>"transparent"</code> <code>type=</code><code>"application/x-shockwave-flash"</code> <code>enablecontextmenu=</code><code>"false"</code> <code>flashvars=</code><code>"&callbackId=bagagytistorycom322705&host=<a href="http://bagagy.tistory.com%26embedcodesrc%3Dhttp:%2F%2Fbagagy.tistory.com%2Fplugin%2Fcallback_bootstrapper%3F%26src%3Dhttp:%2F%2Fs1.daumcdn.net%2Fcfs.tistory%2Fresource%2F1751%2Fblog%2Fplugins%2Fcallback%2Fcallback%26id%3D32%26callbackid%3Dbagagytistorycom322705%26destdocid%3Dcallbacknestbagagytistorycom322705%26host%3Dhttp:%2F%2Fbagagy.tistory.com%26float%3Dleft/">http://bagagy.tistory.com&embedCodeSrc=http%3A%2F%2Fbagagy.tistory.com%2Fplugin%2FCallBack_bootstrapper%3F%26src%3Dhttp%3A%2F%2Fs1.daumcdn.net%2Fcfs.tistory%2Fresource%2F1751%2Fblog%2Fplugins%2FCallBack%2Fcallback%26id%3D32%26callbackId%3Dbagagytistorycom322705%26destDocId%3Dcallbacknestbagagytistorycom322705%26host%3Dhttp%3A%2F%2Fbagagy.tistory.com%26float%3Dleft</a>"</code> <code>swliveconnect=</code><code>"true"</code><code>></span></code></div> <div></div> <div><code>str = str.replace(/[\r|\n]/g,</code> <code>''</code><code>); </code><code>//20111026 현재 모든 브라우저 정상 동작</code></div> <div><code>//or</code></div> <div><code>str = str.replace(/[\x10|\x13]/g,</code> <code>''</code><code>);</code> <code>//20111026 현재 모든 브라우저 정상 동작 안함</code></div>