Results 1 to 11 of 11
Thread: PHP JavaScript
Hybrid View
-
26th January 2009 19:43 #1
PHP JavaScript
!
:
, , , , . - , ( ) ( ), - + .
- , ?
!
!EP 9NPA+ U (HR-05/IFX)| 4200+X2@2.8GHz (IFX-14) | 2x1GB KINGSTON (DDR430 3-4-3-6-1T@2.7V) | GB 8800GT (512MB) | WD6401AALS | CFT-750-14CS
-
26th January 2009 20:12 #2
//new fields values cannot be set due to security issues
//netscape.security.PrivilegeManager.enabl ePrivilege('UniversalFileRead');
, , .
, value , , .EVGA X299 FTW K|i9-7960X@4.7|4x8 Patriot Viper Steel 4000|GTX 1660 Ti|970 EVO 1 TB|Seasonic Focus GX-1000|Xigmatek Elysium|
Rampage IV Extreme BE|E5-1680v2@4.7|4x4 HyperX 1866|Cougar Aqua 240|GTX 1050 Ti|970 EVO 1/4 TB|CM 850 SilentPro|HAF-X|
-
26th January 2009 20:20 #3
-
26th January 2009 20:34 #4
- 10- . , , .
EVGA X299 FTW K|i9-7960X@4.7|4x8 Patriot Viper Steel 4000|GTX 1660 Ti|970 EVO 1 TB|Seasonic Focus GX-1000|Xigmatek Elysium|
Rampage IV Extreme BE|E5-1680v2@4.7|4x4 HyperX 1866|Cougar Aqua 240|GTX 1050 Ti|970 EVO 1/4 TB|CM 850 SilentPro|HAF-X|
-
27th January 2009 00:33 #5
yahoo - ... - ,
EP 9NPA+ U (HR-05/IFX)| 4200+X2@2.8GHz (IFX-14) | 2x1GB KINGSTON (DDR430 3-4-3-6-1T@2.7V) | GB 8800GT (512MB) | WD6401AALS | CFT-750-14CS
-
27th January 2009 01:20 #6
. , , . - , . - innerHTML DIV .
, . .EVGA X299 FTW K|i9-7960X@4.7|4x8 Patriot Viper Steel 4000|GTX 1660 Ti|970 EVO 1 TB|Seasonic Focus GX-1000|Xigmatek Elysium|
Rampage IV Extreme BE|E5-1680v2@4.7|4x4 HyperX 1866|Cougar Aqua 240|GTX 1050 Ti|970 EVO 1/4 TB|CM 850 SilentPro|HAF-X|
-
27th January 2009 11:56 #7
- , file , . ( javascript) - . yahoo. - 50, 5 . , .
Thre are 10 kinds of people in this world - people who know binary, and those who don't.
-, .
-
27th January 2009 11:58 #8
-
27th January 2009 12:45 #9
show/hide, . ,

, ,
!
EDIT:
Code:<div id=files> <input type=hidden id=files_all value=6> <input name=file_1 id=file_1 type=file class=textbox><br> <input name=file_2 id=file_2 type=file class=textbox><br> <input name=file_3 id=file_3 type=file class=textbox><br> <input name=file_4 id=file_4 type=file class=textbox><br> <input name=file_5 id=file_5 type=file class=textbox><br> </div>z0ne, , **** ? ! var, . !Code:function addFile() { var files = document.getElementById('files_all').value; files = parseFloat(files); var newInput=document.createElement("input"); newInput.setAttribute("type","file"); newInput.setAttribute("name","file_"+files); newInput.setAttribute("id","file_"+files); newInput.className="textbox"; document.getElementById('files').appendChild(newInput); files+=1; document.getElementById('files_all').value=files; }
idn, , . .appendChild, .innerHTML, .
: . <div>, input-.
!Last edited by TEKIL4O; 27th January 2009 at 14:19.
EP 9NPA+ U (HR-05/IFX)| 4200+X2@2.8GHz (IFX-14) | 2x1GB KINGSTON (DDR430 3-4-3-6-1T@2.7V) | GB 8800GT (512MB) | WD6401AALS | CFT-750-14CS
-
27th January 2009 12:58 #10
-
27th January 2009 13:31 #11
, JavaScript , . html, copy/paste.
Code:<html> <head> <title>Testing Upload Fields</title> <script type="text/javascript"> function addUploadField(ev) { var form = document.getElementById('UploadForm'); var newel = document.createElement('input'); newel.type = "file"; newel.name = "field1"; // put some proper naming here form.appendChild(newel); } </script> </head> <body> <form name="UploadForm" id="UploadForm"> <input type="file" name="field0"/> </form> <br/><br/> <input type="button" id="AddUploadFieldButton" value="Add File" onclick="addUploadField(event);"/> </body> </html>EP35-DS4 :: Pentium Q9550 :: 4x2GB DDRII :: GeForce 9800GT :: 2x320GB SATA :: DVD-ROM :: CMPSU-450VXEU




Reply With Quote


Lenovo ThinkPad 15 IdeaPad 15
5th May 2023, 22:16 in