Javscript Message Box
-
Hey Can any one of u tell me how can i make the look of the javascript message box(alert) that pops up when user enters in valid entry in the textbox more customise i mean the alert that come should look better ,i don't want to use the options provided by windows 2000 to make the look of message box more customise Thanks Regards JINNY Patel Neelesh A
-
Hey Can any one of u tell me how can i make the look of the javascript message box(alert) that pops up when user enters in valid entry in the textbox more customise i mean the alert that come should look better ,i don't want to use the options provided by windows 2000 to make the look of message box more customise Thanks Regards JINNY Patel Neelesh A
Hi Patel: Not much customization can be done. It takes only one argument, 'the message' and the dialog caption always says 'Microsoft Internet Explorer'/'Netscape -- JavaScript Application'. The button always ok. You may however try VBScript, which has button constants and caption but you will have --VBScript Application appended to title. The best bet option is to have in that case, a showModalDialog, which is a new web browser window and a HTML Page. For Netscape, I am afraid, you don't have such flexibility extensions either. Deepak Kumar Vasudevan Personal Web: http://vdeepakkumar.netfirms.com/ I Blog At: http://deepak.blogdrive.com/
-
Hey Can any one of u tell me how can i make the look of the javascript message box(alert) that pops up when user enters in valid entry in the textbox more customise i mean the alert that come should look better ,i don't want to use the options provided by windows 2000 to make the look of message box more customise Thanks Regards JINNY Patel Neelesh A