Message Box In ASP
:) We had created a message box using vbscript and asp objects such as response it is build on IE6 it is working properly if i run it on windows platform and it also runs on sun server but i have one problem in sun server it is not showing me message box which is present in code. I thing this is due to difference of IE6 and Mozilla.
is it?
The Code That I Had Writtem Is
msg="fields should not be blank"
Response.Write("<" & "script language=VBScript>")
Response.Write("MsgBox """ & msg & """<" & "/script>")
If U know the solution pls let me know
Nilesh
|