cross server javascript

cross server javascript


cross server javascript
Need help with these questions, pretty please.?

Hey guys, Im stuck. Can anyone help me?

#1. Javascript code runs in which tier of a three tier web application?
a) user interface (top)
b) business logic (middle)
c) information (bottom)
d) none of the above.
I have D.

#2 Which of the following should not be done using client-side scripting?

a) form validation
b) DOM validation
c) manipulation of sensative data
d) asynchronous HTTP requests.
I have C

#3. which of the following is false regaurding server-side scripting?

a) they have access to modules and ISAPI Extensions
b) they are visible to the client
c) they do not have cross- platform issues
d) they are not browser dependant.
I have A

#4. In the Apache web server, files can be served from an existing directory on the local machine or on the network using a _____?

a) symbolic link
b) alias
c) remote directory
d) virtual directory
I have C

Thanks for all you help and input:)

1. a - JavaScript is embedded in HTML code, which runs on the client's machine.
2. c - You want strict control of sensitive data.
3. b - Web Servers do not allow public access to server-side scripts, if they did, hackers could find loop holes in the system, i.e. A client inputs JS into an HTML form. That data goes into the database and then into an served HTML page. The data is actually malicious JS code. Or, the client initiates a SQL injection attack, because he or she knows it will work with your code.
4. d - My best guess.

[phpbay]cross server javascript, 30, "11211"[/phpbay]
[phpzon]cross server javascript, 5, Electronics[/phpzon]

Silicon Valley JavaScript Meetup - January 21, 2009

Leave a Reply