today i experienced an interesting problem with JS.
look at this code carefully .....
<body onload = alert(Msg)>
It works wellll.....
if i write <body onload = confirm(Msg)>
but it does not work...
after seperating the JS CODE with '' or "" ... then it works well
i m working with IE
is it a good practice ... while i writing JS code in HTML TAG.. seperate with '' or "".....??????????
i mean .... with event handling CODE
i want the proper explaination ... thanxxxx in advance