IPB

Welcome Guest ( Log In | Register )

2 Pages V  < 1 2  
Reply to this topicStart new topic
> Please Tell Me The Error
Shobit
post Nov 8 2009, 06:43 AM
Post #21


Newbie
*

Group: Members
Posts: 68
Joined: 23-October 09
Member No.: 34,723



Thanks sir,

Well i am using perl,

now my focus is only on posting some data on server selected from browser page.

Thanks a lot
Go to the top of the page
 
+Quote Post
Shobit
post Nov 8 2009, 06:45 AM
Post #22


Newbie
*

Group: Members
Posts: 68
Joined: 23-October 09
Member No.: 34,723



Sir, i took the reference for jquery for making post,
But i found it with php everywhere, Can it be done via javascript.
Can you please suggest some links where i can study this thing.
I have absolutely no idea about it.
So i need to study,please
Regards
Shobhit

This post has been edited by Shobit: Nov 8 2009, 06:51 AM
Go to the top of the page
 
+Quote Post
Synook
post Nov 8 2009, 06:48 AM
Post #23


53 79 6E 6F 6F 6B 0D 0A
*****

Group: Members
Posts: 4,749
Joined: 14-July 07
From: Australia
Member No.: 15,617
Languages: (X)(HT)ML, CSS, PHP, SQL, JavaScript, Java (a bit)



Are you having problems?
Whoops, for some reason I didn't notice this was page two.

This post has been edited by Synook: Nov 8 2009, 06:55 AM
Go to the top of the page
 
+Quote Post
Shobit
post Nov 8 2009, 06:53 AM
Post #24


Newbie
*

Group: Members
Posts: 68
Joined: 23-October 09
Member No.: 34,723



Yes sir i am having problems,
As Justsomeguy sir told, i debugged it on firebug,
But now using jquery i have no clue where to start from,
Go to the top of the page
 
+Quote Post
Shobit
post Nov 8 2009, 07:20 AM
Post #25


Newbie
*

Group: Members
Posts: 68
Joined: 23-October 09
Member No.: 34,723




Here is what i made using jquery:



<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
$.ajax({
type: "POST",
url: "http://yoursite.com/research",
data: "q_id=2&q_id=166829",
success: function(msg){
alert( "Data Saved: " + msg );
}
});


</script>
</head>
<body>

</body>
</html>
Go to the top of the page
 
+Quote Post
justsomeguy
post Nov 9 2009, 03:29 PM
Post #26


The Old Man From Scene 24
*******

Group: Moderator
Posts: 14,826
Joined: 17-April 06
From: Phoenix
Member No.: 4,190
Languages: Focusing on PHP and JavaScript



Are you trying to set up a proxy with this like we were talking about?
Go to the top of the page
 
+Quote Post
Shobit
post Nov 9 2009, 05:09 PM
Post #27


Newbie
*

Group: Members
Posts: 68
Joined: 23-October 09
Member No.: 34,723



yes i do..

But now i came to know that it is not a good thing to script like this

Also there are lots of issues in cross domain scripting.
so i left to implement this code in cross domain scripting.

now i am trying Access Http Control (firefox) for cross domain requests.

Thanks

This post has been edited by Shobit: Nov 9 2009, 05:10 PM
Go to the top of the page
 
+Quote Post
Shobit
post Nov 10 2009, 12:13 PM
Post #28


Newbie
*

Group: Members
Posts: 68
Joined: 23-October 09
Member No.: 34,723



Thanks

You suggested a good software (Fiddler).
Indeed it works good, I was able to understand the whole concept.
There was problem in headers also the server was not responding me.
I got to know the errors.

Firebug has some issues with my site.My site went slow when i use this extension eg:Gmail.



Go to the top of the page
 
+Quote Post

2 Pages V  < 1 2
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 23rd November 2009 - 12:46 AM