Displaying Text from User On Your Webpage

This Tutorial Has Been Viewed 5,409 Times.



So catch one more interesting javascript

<SCRIPT LANGUAGE=”JavaScript”>
<!– Hide this from older browsers

var value = window.prompt(“What’s your name?“, “tutorials.co.in“);

window.document.write (“Welcome , “);
window.document.write (value);

// end hide –>
</SCRIPT>

So Easy Right…..More coming soon….so do visit this website regularly.

VN:F [1.9.13_1145]
Rating: 9.0/10 (2 votes cast)
VN:F [1.9.13_1145]
Rating: +2 (from 2 votes)

Displaying Text from User On Your Webpage, 9.0 out of 10 based on 2 ratings

Incoming search terms:





You will also be interested in ,

Tags: ,

3 Responses

  1. merveestamb says:

    it has all what i want…good one..

    VA:F [1.9.13_1145]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.13_1145]
    Rating: 0 (from 0 votes)
  2. Ulceddire says:

    good one perhaps…

    VA:F [1.9.13_1145]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.13_1145]
    Rating: 0 (from 0 votes)
  3. towenupswoofe says:

    hi..

    VA:F [1.9.13_1145]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.13_1145]
    Rating: 0 (from 0 votes)

Leave a Reply

Spam protection by WP Captcha-Free

Proudly designed by Mistonline.in.
Affordable Seo PackagesSeo BlogEdu Backlinks
More in JavaScripts (10 of 80 articles)


This script will simply copy the form field value from one form to another with ease, ie It allows the ...