Displaying Message box!
From: Abdul Azeem (abdulazeem_at_abc.com)
Date: 06/28/04
- Next message: Lance Wynn: "Re: Displaying Message box!"
- Previous message: Bullschmidt: "Re: Run program on web server after file upload"
- Next in thread: Lance Wynn: "Re: Displaying Message box!"
- Reply: Lance Wynn: "Re: Displaying Message box!"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 28 Jun 2004 17:54:41 +0530
Hi All,
I have a requirement to display a message and then redirect the controls to
some file, I tried with the below method but its not working, where as If I
use server.transfer or server.execute it works but I cant give relative Url
(it will dynamically genrate), If any one has an alternate way, pls respond.
ShowMessage("Hello World")
Sub ShowMessage(sMessage)
Response.Write "<script> alert("& Chr(34) & sMessage & Chr(34) &" );
</script>"
Response.redirect "xyz.asp"
End Sub
Thanks in Advance,
Mohammed.
- Next message: Lance Wynn: "Re: Displaying Message box!"
- Previous message: Bullschmidt: "Re: Run program on web server after file upload"
- Next in thread: Lance Wynn: "Re: Displaying Message box!"
- Reply: Lance Wynn: "Re: Displaying Message box!"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|