Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 976243
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T03:42:57+00:00 2026-05-16T03:42:57+00:00

I need to create a desktop widget where the users wants to update their

  • 0

I need to create a desktop widget where the users wants to update their details from
the desktop html file.i haved tried with ajax but the value getting stored in the database
but the response cannot get back to html file,i have included the remote js file into the
html file. Im using Windows OS, php 5, Xampp server.

the sample script is follows,

    <script type="text/javascript" src="http://bizzedge.freezyads.com/scripts/widget.js" 

></script>

<input type="text" value="75" style="border:0; width:20px;" maxlength="2" 

onblur="myscore(this.value,'51')" 
/>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T03:42:58+00:00Added an answer on May 16, 2026 at 3:42 am

    It would appear you’re using using GET query parameters, but sending the AJAX request via POST.

    var url='http://bizzedge.freezyads.com/ajax/widget.php?id='+id+'&usr='+user;
    ...
    xmlhttp.open("POST",url,true);
    xmlhttp.send();
    

    Not that it seems to matter, as the script gives me output when I hit the URL directly in Firefox (broken image, mangled layout, but at least it’s a response). A proper POST AJAX request done this way would pass the paramters in the .send() call:

    xmlhttp.send('id=' + id + '&usr=' + user);
    

    I would suggest using jQuery or MooTools to handle the AJAX side of things. They provide far more debugging capabilities in case something blows up, rather than trying to roll your own handlers. As well, use something like HTTPFox, which will let you monitor HTTP requests as they come/go from the browser. With this you can see the response in its raw state (and its headers) as it comes back before any processing.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to create a desktop WPF application in .NET. The application communicates with
We need to implement a Java desktop application that allows us (initially) to create
I have a folder structure, as shown below: I need to create a bash
Hello all I need Apache server with php interpreter to distribute in my desktop
I am trying to create a service which tracks the desktop events like LOCK,
I recently got flex builder 3, and it seems to be a really cool
I realize there is likely a simple method to do this but how does
I'm planning to develop a small business app that I'd like to be deployable
We have a one Java Swing app. Now there is one requirement that it
I would like to use an open source library that's written in Java to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.