Jump to content

Jeathrow

Members
  • Posts

    4
  • Joined

  • Last visited

Jeathrow's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. CAN'T ANYONE HELP ME?? its really imporant... please"!!!
  2. ..and now I get this error! :Unexpected error returned : 3updated: http://scratchpad.50webs.com/index.htm- click on "Add" and after opening the pad, start writing, and you'll get the error!
  3. Hey,I tried with the php file:http://scratchpad.50webs.com/ScratchPad.phpI now get an error saying "processXMLDoc - Content type of text/plain; charset=iso-8859-1 not handled!"here is the Index.htm:http://scratchpad.50webs.com/index.htmOther files:http://scratchpad.50webs.com/AJAXRequest.jsandhttp://scratchpad.50webs.com/ScratchPad.phpI think i'm close, but still getting that error. What does the error mean and how can I get rid of it to get the pad working?thanks. Jeathrow
  4. Hello everyone, I found this script on the internet, and is pretty damn amazing. What ever you type in, it automatically gets stored in the notepads.But when I used the code, I get an error box message saying "processXMLDoc : Unknown"I plan to use it for my college website, but I have no clue as to what to do to fix it.Following is the code:First the index.htm <html> <head> <meta name='keywords' content='Web,JavaScript,Scratch,Pad,Note'> <script language="JavaScript" src="AJAXRequest.js"></script> <script language="JavaScript" src="ScratchPad.js"></script> <style type='text/css'> body { font-family: Arial, Verdona, Helvetica; font-size: 11pt; } </style> </head> <body> Instructions: Press the <b>Add</b> button to create a new scratch pad. Use <b>Show All</b> to show scratch pads you had previously hidden<br> using the menu provided. System automatically handles saving entries.<br><br> <input onclick="java script: addSP('', event);" value="Add" type="button"> <input type='button' value='Show All' onclick="java script: unhideSPs();"> </body> </html> Next, the AJAXRequest.jshttp://www.b3ta.cr3ation.co.uk/data/js/AJAXRequest.jsAnd the scratchpad.jshttp://www.b3ta.cr3ation.co.uk/data/js/ScratchPad.jsI get an error box message saying "processXMLDoc : Unknown"I presume that might be related to AJAXRequest.js, maybe somewhere in the following code: * <body onload="req.loadXMLDoc('http://localhost/MonkeySite/workerPage.cfm?theAge=41');"> Here s the trial page I set up which links to the above described .js files:http://www.b3ta.cr3ation.co.uk/data/htm/scratchpad.htmThis is the original page ON A DIFFERENT SERVER containing the script, which works perfectly:http://dkpinteractive.ath.cx/ScratchPad/ScratchPad.htmIs there any way I can set up a different .cfm file, or view the original one??What should I do to fix the error? HELP!thanks in advance.. Jeathrow
×
×
  • Create New...