|
||||||
| Javascript Javascript Tutorials and Code |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||||
|
Introduction:-
Well I'm trying to start a whole set of JavaScript tutorials and this is the first one.. simple and short! Solution:- Just make this code in the <head> tags:- Code:
<script language="JavaScript">
function loadalert ()
{alert("Hello!")
}
</script>
Code:
<body onLoad="loadalert()"> </body> I don't think this needs any explanations! A Preview:- ![]() Conclusion:- As Always Feedback is welcome and the full source is attached!! ( although not so needed )
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall ![]() Business Directory | Technology Blog | Windows Help Last edited by TcM; 12-02-2006 at 12:53 PM. |
| Sponsored Links |
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| VB 6.0: Tutorial, Using the MsgBox | TcM | VB Tutorials | 4 | 10-21-2007 07:38 PM |
| Special tags to display html code on the page | Bodyag | HTML Programming | 4 | 04-10-2007 09:38 AM |
| Test inputs help please. | patience | General Programming | 1 | 03-16-2007 12:45 PM |
| Display an excel sheet | engr | ASP, ASP.NET and Coldfusion | 0 | 03-15-2007 12:00 AM |
| JavaScript:Tutorial, Screen Resolution | TcM | Javascript | 6 | 12-30-2006 05:45 AM |