473,616 Members | 2,973 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

html / javascript / ajax / php - Help needed CASH paid!

1 New Member
Hi just a quick one, for a project I am completing, I need to bascially, have a form on a web site (where a user types in a question), this then, needs to question a chat bot (programE - ALICE), and parse a server for a flash video (already created) and bring it back to the website, along with the chatbot response.

Now for the good bit, this has ALREADY BEEN DONE, but for some reason I cannot get it to work, but it has definitely worked before! I am a complete novice at this, I am basically thinking it must just be a simple piece of code that I am missing, or have edited without knowing!

My project is once the orginial project is installed and working correctly (on my localhost server), to build on it and add more website based features and sound audio parsing, so you dont have to worry about me 'cheating' or anything like that, I am building on an existing project.

Heres what I require: Someone to take the files (i'll send to you) fix the problem so its all working on their localhost server (and then on mine) by the end of today, and i'll give £30 for the first person to get back to me, I honestly believe its a simple line of code. The error that keeps happening is when I click the 'talk' button on the website form, Error : Object Required keeps coming up in I.E. Thanks in advance.
Apr 6 '07 #1
3 1444
devensitapara
5 New Member
Dear sir/Madam

I think i can do it and requesting you to forward me same project to [EDIT/]

Me deven sitapra from india.

thanking you
-------------------------------------------------------------------------------------------------------
Hi just a quick one, for a project I am completing, I need to bascially, have a form on a web site (where a user types in a question), this then, needs to question a chat bot (programE - ALICE), and parse a server for a flash video (already created) and bring it back to the website, along with the chatbot response.

Now for the good bit, this has ALREADY BEEN DONE, but for some reason I cannot get it to work, but it has definitely worked before! I am a complete novice at this, I am basically thinking it must just be a simple piece of code that I am missing, or have edited without knowing!

My project is once the orginial project is installed and working correctly (on my localhost server), to build on it and add more website based features and sound audio parsing, so you dont have to worry about me 'cheating' or anything like that, I am building on an existing project.

Heres what I require: Someone to take the files (i'll send to you) fix the problem so its all working on their localhost server (and then on mine) by the end of today, and i'll give £30 for the first person to get back to me, I honestly believe its a simple line of code. The error that keeps happening is when I click the 'talk' button on the website form, Error : Object Required keeps coming up in I.E. Thanks in advance.
Sep 12 '07 #2
gits
5,390 Recognized Expert Moderator Expert
i removed the email-address from the post for your security ... don't post it here ... pm it to the user that you want to let it know ... click on its username and use send pm ...

kind regards
MOD
Sep 12 '07 #3
gits
5,390 Recognized Expert Moderator Expert
... hi ... thats not a forum question ... in case you provide the 'not-working' code here ... may be someone is able to help you out ... in case you don't want this ... let me know ... i'll delete the post ... and you may go to the 'jobs'-forum here on TSDN and post your request over there ...

kind regards
Sep 12 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

2
3048
by: Jake Barnes | last post by:
Using javascript closures to create singletons to ensure the survival of a reference to an HTML block when removeChild() may remove the last reference to the block and thus destory the block is what I'm hoping to achieve. I've never before had to use Javascript closures, but now I do, so I'm making an effort to understand them. I've been giving this essay a re-read: http://jibbering.com/faq/faq_notes/closures.html
28
2567
by: Timothy Larson | last post by:
A couple years ago it seemed like XHTML was the direction of most web markup, a foregone conclusion. Now I return to the scene and I see many here recommending that authors stick to HTML, albeit in strict mode. What happened? Why the shift? What's the problem with XHTML that has everyone saying it be avoided in most cases? Can I take it that this group seems to think HTML5 is going to be the future direction of the web rather than...
2
1916
by: pamelafluente | last post by:
Hi dears, I have a plain HTML page. I want to render it a little interactive. I was thinking to add to it 1 script and events to the elements I want to make interactive. Then, I need to talk with an ASP.NET page which would actually do some processing on the server. Processing may include a replace (regeneration) of the above HTML page, for further interaction.
7
3613
by: pamelafluente | last post by:
The precious input given by Laurent, Martin, Benjamin about XMLHttpRequest in Javascript, has made me think that perhaps I could improve what I am currently doing by using Ajax. Let's make it simple and schematic, to see if there is a simple Ajax answer to this. A. I have an HTML page which has some pure html/css code representing a GRID of cell. The page may also contain other objects (images, etc). B. On the server I have a windows...
10
2123
by: J | last post by:
Hi, Ajax question: Can I retrieve an HTML page and use the DOM to grab stuff from the requested page in a similar fashion to an XML page requested in the same manner? Details: I'm requesting a web page by: myRequest.open("GET", "http://www.asite.com/page.html", true);
1
1526
by: mmalloc | last post by:
Hi, I need to create some javascript function when clicking a link to get some html code from the server (a php page) and replace the link on that page with the html. By posting here I hope i could find some tutorials on ajax to ease my job. Thanks for your time.
10
3450
by: paulie | last post by:
Hi, I have been experiencing an issue when trying to use AJAX to reload a DIV area using a timer of 2000ms, which contains a html page with another DIV and javascript. Scenario ------------- I have perl script which simply runs a ps on a Solaris server and generates a static html page with all of the code perfectly and this html page works fine when viewing it statically or with a META REFRESH header tag. The idea is to give the user...
33
2258
by: MC | last post by:
Hey, I have a need to get HTML from a client back to a server to do server processing. I would like the HTML and form data both. Is there a simple way to capture that? I do not want to submit the page...I will use ajax to send the data. I know how to get the elements but not the entire page or form. I am really just interested in specifying document.form2 and sending that.
1
1460
by: Robert Wells | last post by:
Gentlemen, We are looking for two IBM documents that are needed urgently for a project. They are titled "4680 Store Systems Serial I/O Channel Attachment Information" and "Serial I/O Product Attachment Information". $100 will be paid to the first person to deliver either or both of these documents in their entirety. If you have partial documents or you are not sure please contact US anyway. The contact person is ty@rocketfarm.com ...
10
7405
dj12345
by: dj12345 | last post by:
Hi, (Asp.net + Ajax) I am creating a page which will fetch data from server without postbak of a page.. I have 2 controls on this page TextBox and Lable. I have assigned TextBoxWatermark extender to TextBox. Inside a Update panel i have Lable.. and the update panel refreshes each 3 seconds and it fetches data and displays it. But my problem is whenever the data is fetched from Server the textbox watermark flickers. i dont know why it...
0
8203
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8146
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8647
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8592
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8297
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6097
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5550
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2579
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
1445
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.