html - Append login and note/comment in one page, single click action? -


I have two pages evernote.com/mobile/Login.action and saved locally and create a single page for logging Want to create more notes in the login page, this code is -

  & lt; Div id = "pagecontent" & gt; & Lt; Div id = "login_box" & gt; & Lt; Div id = "login_header" & gt; & Lt; Style = "margin: 4px;" / & Gt; & Lt; Br / & gt; & Lt; / Div & gt; & Lt; Div id = "login_form" & gt; & Lt; Form action = "https://www.evernote.com/mobile/Login.action" method = "post" & gt; Username: & lt; Br / & gt; & Lt; Input type = "text" maxlength = "128" style = "" name = "user name" value = "" /> & Lt; Br / & gt; Password: & lt; Br / & gt; & Lt; Input type = "password" style = "" name = "password" /> & Lt; Br / & gt; & Lt; Label & gt; & Lt; / Labels & gt;: & lt; Input type = "checkbox" name = "remember" /> & Lt; Br / & gt; & Lt; Input type = "hidden" name = "targetUrl" value = "https://www.evernote.com/mobile/CreateNote.action?paginated.py?page=0&paginatedQuery.queryDefinition=RECENT%3A" /> & Lt; Input type = "hidden" name = "if" value = "" /> & Lt; Input type = "submit" name = "login" value = "sign in" /> & Lt; Div style = "display: none;" & Gt; Input type = "hidden" name = "_ source page" value = "6Gq5oyoJK3_iMUD9T65RG6N9IohKa-1u4T_VcvCojVY =" /> & Lt; Input type = "hidden" name = "__fp" value = "LC0Qh2apg0U3yWPvuidLz-TPR6I9Jhx8" /> & Lt; / Div & gt; & Lt; / Form & gt;  

And note page has the following code -

   & Lt; Br / & gt; Body: & lt; Br / & gt; & Lt; Textarea cols = "14" style = "" name = "body" rows = "4" & gt; & Lt; / Textarea & gt; & Lt; Br / & gt; Tags: & lt; Br / & gt; & Lt; Input size = "16" name = "tag" maxlength = "128" style = "" /> & Lt; Br / & gt; & Lt; Input name = "notebookguide" value = "76b3cff2-ffdb-4680-852e-56ccace3cacb" type = "hidden" /> & Lt; Input name = "createNote" value = "save" type = "submit" /> & Lt; Div style = "display: none;" & Gt; Input  & Lt; Input type = "hidden" name = "__fp" value = "vn2p_ij96x0 =" /> & Lt; / Div & gt; & Lt; / Form & gt; & Lt; / Div & gt; & Lt ;! - End normal_box - & gt; & Lt ;! - Note note form - & gt; & Lt; Br / & gt; & Lt; / Div & gt; & Lt ;! - END material - & gt;  

How can I merge these two codes into a single page and after I fill out all the forms, I can post a note with one click?

You can not do this, you can just save the html source and it can work.

The easiest way is to create your own site, design a design page, and apply the API call and send a note at a time.


Comments