@Set DefaultV=0; if not %Var2% == 1 echo Proxy OFF, Set ON! && @Set DefaultV=1; @reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d %DefaultV% /f; echo ProxyEnable Set ... [ + info ]
12/23/2008 10:24 AM
Disappearing Text in a Form Field - Adobe Dreamweaver Forums
-- Murray --- ICQ 71997575. Adobe Community Expert ... [ + info ]
11/26/2008 09:00 AM
cgic: 为C语言编写CGI的C函数库- -
cgiFormResultType cgiFormSelectSingle( char *name, char **choicesText, int choicesTotal, int *result, int defaultV). 取出复选框(跟在select语句之后的),把选择的名字copy到choicesText,把选择的个数copy到choicesTotal,把当前的选择copy ... [ + info ]