OSDN Git Service

javascriptではやはり無理
authorqwerty2501 <riot313@gmail.com>
Mon, 6 Feb 2012 22:23:07 +0000 (07:23 +0900)
committerqwerty2501 <riot313@gmail.com>
Mon, 6 Feb 2012 22:23:07 +0000 (07:23 +0900)
nlite.suo
nlite/nlite_addTomylistWindow.cpp
nlite/nlite_addTomylistWindow.h

index 471f078..4c96968 100644 (file)
Binary files a/nlite.suo and b/nlite.suo differ
index 10cd620..b8fb38f 100644 (file)
@@ -4,7 +4,7 @@
 
 namespace nlite{
 
-       static const LPCTSTR ADDMYLIST_URL = TEXT("MSHTML:<HTML><BODY><SCRIPT TYPE=\"text/javascript\">document.cookie=\"{0}\";window.open('http://www.nicovideo.jp/mylist_add/video/{1}', 'nicomylistadd', 'width=500,height=360');</SCRIPT></BODY></HTML>");
+       static const LPCTSTR ADDMYLIST_URL = TEXT("MSHTML:<HTML><BODY><SCRIPT TYPE=\"text/javascript\">document.cookie=\'{0}\';window.open('http://www.nicovideo.jp/mylist_add/video/{1}', 'nicomylistadd', 'width=500,height=360');</SCRIPT></BODY></HTML>");
 
 
        BOOL CAddToMyListWindow::PreTranslateMessage(MSG* pMsg){
@@ -44,7 +44,7 @@ namespace nlite{
                }
 
                
-               
+       
                
 
                return lRet;
index 82eb014..a94e207 100644 (file)
@@ -15,7 +15,7 @@ namespace nlite{
                DECLARE_WND_SUPERCLASS(NULL, CAxWindow::GetWndClassName())
 
                CComPtr<IWebBrowser2> m_pWB2;
-//             CComPtr<IHTMLDocument2>  m_pDoc2;
+               CComPtr<IHTMLDocument2>  m_pDoc2;
                
                CString liveNo;