Go Back   CodingForums.com > :: Client side development > JavaScript programming > Ajax and Design

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-01-2008, 02:46 PM   PM User | #1
afridy
New to the CF scene

 
Join Date: Sep 2008
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
afridy is an unknown quantity at this point
Ajax beginer question

Hai boys,

i just doint my first ajax project.
problem is, the returned response text is like this.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> </head>  <body> hai</body> </html>
this is my php
Code:
<?php 
echo "hai";
?>
html
Code:
<form id="form1" name="form1"><input type="text" name="phonenum" id="phonenum" /></form>
button that process the ajax.
Code:
 <input type="submit" name="Submit" value="Search" onclick="ajaxFunction()" />
the entire page content as shown above in the first code is printed in the phonenum text box. i only need "hai" to be printed.

afridy is offline   Reply With Quote
Old 09-01-2008, 02:59 PM   PM User | #2
Millenia
Open Source Zealot

 
Join Date: May 2008
Location: Lost in Localhost...
Posts: 702
Thanks: 3
Thanked 43 Times in 42 Posts
Millenia is on a distinguished road
Can you show us your full code? The whole page.
Millenia is offline   Reply With Quote
Old 09-01-2008, 03:03 PM   PM User | #3
afridy
New to the CF scene

 
Join Date: Sep 2008
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
afridy is an unknown quantity at this point
Resolved

sorry to trouble you,
i found the problem.
my php code has rapped with html

afridy is offline   Reply With Quote
Old 09-01-2008, 03:04 PM   PM User | #4
afridy
New to the CF scene

 
Join Date: Sep 2008
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
afridy is an unknown quantity at this point
Quote:
Originally Posted by Millenia View Post
Can you show us your full code? The whole page.
yes, you got the point

yes, thats da problem
afridy is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:19 PM.


Advertisement
Log in to turn off these ads.