Ajax returns JavaScript to the page for execution

Source: Internet
Author: User

Guidance:
If there is no data after the query due to a requirement, an alert will be returned to the user. I am too lazy to write alert on the page. In addition, a lot of data is written.Code.
After many experiments, the original eval () function is exactly what I want.
Javascript:
VaR TXT = http_request.responsetext;
Eval (txt );
Action:
Response. getwriter (). Write ("Var A = 1; var B = 2; alert (a + B); tttt ();");
In this way, you can execute the script or a method tttt () on the page ();
It's really easy to use, hahaha.

This article is transferred from
Http://blog.csdn.net/wonder4/archive/2006/12/02/1426377.aspx

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.