搜索资源列表
dcsc_d7
- 脚本运行DELPHI , VB ,JS .-scr ipt is running Delphi, VB, JS
webbrows.rar
- 一个简单的网页游戏射雕传*源码,利用webbrowser在网页中插入JS函数,并执行,The Eagle-shooting game with a simple web page source code plug-pass, using webbrowser page insert JS function, and the implementation of
OCX_and_JS_mutually
- delphi编写的ACTIVEX控件与页面JS脚本交互的例子-delphi written ACTIVEX control interaction with the example of JS scr ipt page
mycode
- 对于装了iis服务器的系统,程序运行后将遍历并修改虚拟目录下的所有asp、js、html、htm文件-Iis server for the installed system, the program will run and modify the virtual directory traversal all asp, js, html, htm files
OCXUSEJS
- delphi中利用OCX调用JS的详细代码-delphi call OCX use detailed code JS
JS
- Delphi 7, ActionLabel, LabelEdit, LabelComboBox, LabelDateTimePicker, GradLabel, dxCollectionShow
RunJS
- delphi执行JS代码演示程序。。全部源码-JS code delphi implementation of the demonstration program. . Full Source
OCXCALLJS
- DELPHI7写的OCX,在IE中使用,做到网页中调用delphi的窗体、事件,delphi调用网页中js函数.-DELPHI7 written OCX, used in IE, do a Web page form called delphi, event, delphi js function call page.
WebSSH18022011
- delphi web poster with js scipt (jamic web ssh) for seo
CutJS
- 用Delphi写的小程序,可以用来整理长行的JS文件,整理后就可以在记事本中打开了。-Delphi Program Source.use for cutting large long lines in Jscr ipt file(*.JS). Then,you can read it in Notepad.
Register_HTMLEdit_v0.01.zip
- 在一个项目中,为了文档在 C/S 与 B/S 之间直接兼容,C/S 也使用 HTML 作为文档格式。所以我参考 eWebEditor 在线编辑的JS 脚本,写了 一个像 RichEdit 那样可以插入GIF,JPG 等图片的编辑窗口控件。 HTML 可直接用 C:\Program Files\Common Files\Microsoft Shared\Triedit\dhtmled.ocx 做编辑窗口,但我在实际应用中发现 dhtmled.ocx 存在不版本间接口不相同的情况。所以参考
DELPHI_js
- DELPHI与JS交互调用可以实现DELPHI调用JS,JS调用DELPHI内函数-Interact with JS call DELPHI DELPHI can call JS, JS function call within DELPHI
delphi-call-JS-funs
- delphi使用TWebBrowser控件访问WEB页面,调用里边的JS函数-delphi using TWebBrowser control to access the WEB page, call the JS function inside
JsDelphi
- Delphi与Js交互,主要用在最近比较流行的盒子编程中。-Delphi And Javascr ipt
delphidecodejsstr
- delphi解析JS中文字符串 delphi解析JS中文字符串-Delphi parsing JS Chinese string Delphi parsing JS Chinese string Delphi parsing JS Chinese string
samples
- 包含java、js、delphi、c#、vb.net、vc++的景田高拍仪示例代码(java,js,delphi,c#,vb.net,vc++ example)
Delphi 中调用JS文件中的方法
- Delphi 中调用JS文件中的方法 js代码: function getTime(){ var d, s = ""; var c = ""; d = new Date(); s += d.getYear()+c; s += (d.getMonth() + 1) + c; s += d.getDate() + c; s += d.getHours() + c; s += d.getMinutes() + c; s += d.get