| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Is it possible to call VBScript function through CFM pages ? ThePolarExpress |
|
#2
| |||
| |||
| Either will do. <script type="text/vbscript" src="url_to_script_file"></script> <script type="text/vbscript"> // script code </script> |
|
#3
| |||
| |||
| Just seen your other thread. To run the script at server side, I would do as Dan, and use cfexecute. Something along the lines of <cfexecute name = "C:\WinNT\System32\cscript.exe" arguments = "/nologo C:\ColdFusionCentaur\wwwroot\website\listFiles.vbs c:\*.*" outputFile = "C:\Temp\output.txt" timeout = "5"> </cfexecute> |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.