Hi ,
I am new to javascript i need some help with this script. When i use this code in mozilla it works fine, but if use it in IE it does not display the whole message it displays only 2 lines and cuts off the rest of the message. Please lemme know if anyone has any clue reg this. I am using IE 6.0
function prompting(){
var tname=prompt("Enter your name"+ "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd" ,name);
document.write("Hello "+ tname);
}
Thanks...



Reply With Quote


Bookmarks