English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have "home.jsp" as a welcome file and it has some news which sometimes change. I just want to perform an action to few these news automatically when the page loads.

Simple solution are the best ;)

2006-12-23 05:54:37 · 2 answers · asked by Samurai 3 in Computers & Internet Programming & Design

2 answers

Using JavaScript add a parameter to the html body tag . It should be onLoad="". Once the HTML is finished loading, it will call the function

2006-12-23 07:12:13 · answer #1 · answered by anothersillypersonalsname 2 · 0 0

declare an event in form tag as On_Load give value as any fuction name so whenever the form gets load it just call that fuction inturn u have to write code in that fuction to perform ur task

2006-12-23 14:00:46 · answer #2 · answered by muralee 1 · 0 0

fedest.com, questions and answers