javascripterror 2 Answer(s) 4 years and 7 months ago
Posted in : JSP-Servlet
View Answers
October 22, 2008 at 10:56 AM
Hi friend,
Your code works properly and give the problem you have faced.
<html> <head> <title> ss</title> <script> function describe() { window.status="send us a message"; } function describe1() { alert("message for complaining"); }
Hello, please try this code, window.status will show in bottom of the browser.
<head> <title> ss</title> <script> function describe() { window.status="send us a message"; } function describe1() { alert("message for complaining"); }