How to edit a JavaScript alert box title?

前端 未结 11 2428
执笔经年
执笔经年 2020-11-22 10:15

I\'m generating a JavaScript alert with following code in C# .NET page:

Response.Write(\"

        
11条回答
  •  感动是毒
    2020-11-22 10:42

    Yes you can change it. if you call VBscript function within Javascript.

    Here is simple example

    
    
    
    
    
    
    
    
    Alert
    
    
    
    

提交回复
热议问题