Click here to Skip to main content
15,887,683 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionparameter passing i javascript [modified] Pin
Sonia Gupta29-Oct-07 21:59
Sonia Gupta29-Oct-07 21:59 
AnswerRe: parameter passing i javascript Pin
InsDev29-Oct-07 22:48
InsDev29-Oct-07 22:48 
AnswerRe: parameter passing i javascript Pin
Shujaat Ullah Khan29-Oct-07 22:55
Shujaat Ullah Khan29-Oct-07 22:55 
AnswerRe: parameter passing i javascript Pin
Christian Graus29-Oct-07 23:04
protectorChristian Graus29-Oct-07 23:04 
AnswerRe: parameter passing i javascript Pin
Imran Khan Pathan29-Oct-07 23:28
Imran Khan Pathan29-Oct-07 23:28 
QuestionMessage Send Pin
SreejithAchutan29-Oct-07 21:56
SreejithAchutan29-Oct-07 21:56 
AnswerRe: Message Send Pin
Abhijit Jana29-Oct-07 22:10
professionalAbhijit Jana29-Oct-07 22:10 
AnswerRe: Message Send Pin
Ghazi H. Wadi29-Oct-07 22:17
Ghazi H. Wadi29-Oct-07 22:17 
below is written in asp ( (C)opyright 2001 - Robin Paardekam)
however you modify to meet needs.
<br />
<%@ LANGUAGE = VBScript %><br />
<br />
<%<br />
 ' Sending a message using NET SEND on a Windows NT network<br />
 ' (C)opyright 2001 - Robin Paardekam<br />
 ' Nice script to embed on your intranet. Send a message to any user<br />
 ' on a network using your browser (!)<br />
 ' More scripts like this can be found at http://www.paardekam.nl<br />
<br />
 'Checking for all necessary variables. <br />
         Msg = TRIM(Request.Form("Msg"))<br />
         NamUsr = TRIM(Request.Form("NamUsr"))<br />
         Computer = Request.ServerVariables("REMOTE_ADDR")<br />
<br />
         if Msg <> "" AND NamUsr <> "" THEN<br />
                      'Sending the message<br />
                       Response.Write "<P>Sending message to " <br />
                       Response.Write "" & NamUsr & ": " <br />
                       Response.Write Msg & "</P>" <br />
                       Set server_shell = Server.CreateObject("wscript.shell") <br />
                       server_shell.Run "%comspec% /c net send " & NamUsr & " [FROM:" & Computer & "] " & Msg <br />
                       <br />
           ELSE<br />
                       'Displaying the form %><br />
                       <FORM NAME="Vorm" METHOD="Post"> <br />
                       To: <INPUT TYPE="text" NAME="NamUsr" SIZE="20"><BR> <br />
                       Message: <INPUT TYPE="text" NAME="Msg" SIZE="40"><BR> <br />
                       <INPUT TYPE="submit" VALUE="Send Message"> <br />
                       </FORM> <br />
         <% END IF<br />
 %> <br />

Cheers
Raz

/*
Ghazi Hadi Al Wadi, PMP, ASQ SSGB, DBA
*/


QuestionDatabase access with ASP.NET Pin
chancomsats29-Oct-07 21:55
chancomsats29-Oct-07 21:55 
AnswerRe: Database access with ASP.NET Pin
Abhijit Jana29-Oct-07 22:13
professionalAbhijit Jana29-Oct-07 22:13 
QuestionHelp with css in anchor tags Pin
anu8129-Oct-07 21:43
anu8129-Oct-07 21:43 
AnswerRe: Help with css in anchor tags Pin
InsDev29-Oct-07 21:54
InsDev29-Oct-07 21:54 
GeneralRe: Help with css in anchor tags Pin
anu8129-Oct-07 23:03
anu8129-Oct-07 23:03 
GeneralRe: Help with css in anchor tags Pin
InsDev29-Oct-07 23:16
InsDev29-Oct-07 23:16 
QuestionHow to develop Instant Messenger in ASP.net 2.0 using C# Pin
Rajesh_K_Sharma29-Oct-07 21:01
Rajesh_K_Sharma29-Oct-07 21:01 
AnswerRe: How to develop Instant Messenger in ASP.net 2.0 using C# Pin
il_masacratore29-Oct-07 22:40
il_masacratore29-Oct-07 22:40 
Questionhow to run an asp application in iis server Pin
jagadeeshkumar198429-Oct-07 20:42
jagadeeshkumar198429-Oct-07 20:42 
AnswerRe: how to run an asp application in iis server Pin
N a v a n e e t h29-Oct-07 21:17
N a v a n e e t h29-Oct-07 21:17 
GeneralRe: how to run an asp application in iis server Pin
jagadeeshkumar198429-Oct-07 21:26
jagadeeshkumar198429-Oct-07 21:26 
GeneralRe: how to run an asp application in iis server Pin
Abhijit Jana29-Oct-07 22:16
professionalAbhijit Jana29-Oct-07 22:16 
AnswerRe: how to run an asp application in iis server Pin
Ahmad Adnan29-Oct-07 21:20
Ahmad Adnan29-Oct-07 21:20 
QuestionMsAccess with .net Pin
Kissy1629-Oct-07 20:27
Kissy1629-Oct-07 20:27 
AnswerRe: MsAccess with .net Pin
Venkatesh Mookkan29-Oct-07 20:36
Venkatesh Mookkan29-Oct-07 20:36 
GeneralRe: MsAccess with .net Pin
Kissy1629-Oct-07 20:55
Kissy1629-Oct-07 20:55 
AnswerRe: MsAccess with .net Pin
kuyak200029-Oct-07 20:52
kuyak200029-Oct-07 20:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.