Sends text to a DDE server program on the local machine.
numero = 287[ddeconnect program=PCAuthorize&topic=GetBatches][ddesend]Tela00001031 1[/ddesend][ddesend]Tela00001031 2[/ddesend][/ddeconnect]In this example, the DDE command "GetBatches from PCAuthorize" is executed, and the results (a listing of all the batch information for batch #1 and batch #2) is displayed. Notice that the whitespace between "Tela00001031" and "1" is actually a tab character, which is part of the PCAuthorize specification.
DDE has complete access to all DDE-aware programs on your web server. You can write a DDE context that can do damage to the machine or retrieve secret information. However, remote visitors to your web site have no way of executing their own DDE contexts remotely. They can only execute DDE commands inside a template file you have saved on your web server's hard disk.
[ddesend]Text of DDE command[/ddesend][ddeconnect program=PCAuthorize&topic=GetBatches]
[ddesend]Tela00001031 1[/ddesend]
[ddesend]Tela00001031 2[/ddesend]
[/ddeconnect]
DDE has complete access to all DDE-aware programs on your web server. You can write a DDE context that can do damage to the machine or retrieve secret information. However, remote visitors to your web site have no way of executing their own DDE contexts remotely. They can only execute DDE commands inside a template file you have saved on your web server's hard disk.
DOWNLOAD WEBDNA NOW!
A compilation of some user's questions...
WebDNA ModulesA list of the currently available modules...
Download WebDNA ApplicationsWebDNA applications...
WebDNA LibrariesA list of available libraries for WebDNA...
AWS Raw WebDNA LAMP-Plus WebServerAmazon Web Services (AWS) README for Machine Image ID...
Tips and TricksA list of user-submitted tips ...
Extracts a portion of the text (also known as substring or Mid$)...
[thisurl][thisurl] displays the URL of the current page...
[writefile][writefile] functions allows you to perform a wide variety of tasks...
[authenticate]WebDNA provides a few options for password protecting your pages...
[uppercase]Changes all lower case letters to upper case...
[founditems][founditems]...