Jump to content

Ixa Arkanil

Members
  • Posts

    3
  • Joined

  • Last visited

Ixa Arkanil's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. 'View Source' can be blocked, can't it...? If you were to store all information on pages with nonsensical names, there's no way you'd be found out. At the least, it would be tricky for anyone a little too curious to discover it.I think. I hope. >_<;
  2. That makes sense...!Thank you very much, Sir (Madame?) Chocolate!~scurries off to attempt~
  3. Erm... 'ello... :)My intent is simply to add text to a document using javascript.It should be easy, yes? Well... it's liable to be, but I'm stuck; I cannot seem to manage this without replacing all text IN the document. >_<;Thusly, the input of a form is stored as a string, I attempt to write that string to a document, and the document goes away. OR the page just goes blank.I apologize, but I've literally spent months on this project, on and off, but this always becomes a block. It's the last element I need to nail down before I can make decent progress, AFTER which I'll likely be submitting examples left and right. I've no formal training in programming, and have only been able to learn through W3's various tutorials and attempting to dissect other pieces of code. Arrays to the untrained eye are scary. ...anyway... thank you for your attention, and... I'm going to go through the tutorial start to finish for the fifth time. >_<;Edit: This is as close as I've come... archive.htm is the document to be written to. <html><head><script type="text/javascript">function postinfo(){info=document.forms[0].reaction.valuedocument.write(archive.htm) anddocument.write(info)}</script></head><body> <BODY bgcolor="BLACK" Font Color = "white"><form onsubmit = "postreaction()" <table cellspacing="6" cellpadding="9" bgcolor="#000000" align="center"> <tr> <td valign="top"><font color="white">Add:</font></td> <td><input type="text" textarea wrap input id="reaction" cols="36" rows="9"></textarea></td> </tr> <tr> <td valign="top" align="center" colspan="2"> <input type="submit" value="Submit"> </td></body>
×
×
  • Create New...