Member Avatar for begueradj

Hello
Since Ajax is a client side technology, why can not we see its source code by CTRL+U ?
Regards

Recommended Answers

All 2 Replies

Member Avatar for iamthwee

You can.

AJAX is both client-side and server-side with most of the processing done server-side. It's like asking the server to run a function for you.

You can view the client-side call to ask the server to perform the function, but what the server does with that call to produce the results is invisible to the client.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.