jork Posted March 13, 2009 Report Share Posted March 13, 2009 Vai tā var izveidot uz html , piemēram ir Lauciņš kur jāieraksta parole , pēc paroles ievadīšanas uzspiežot ok vari lejupielādēt failu , ja parole nepareiza nevari ! Quote Link to comment Share on other sites More sharing options...
martins256 Posted March 13, 2009 Report Share Posted March 13, 2009 Tikai ar html nevar. Minimālais būtu ar JS. Quote Link to comment Share on other sites More sharing options...
jork Posted March 13, 2009 Author Report Share Posted March 13, 2009 Tikai ar html nevar. Minimālais būtu ar JS. Nu Java Script ari var izmantot , galvenais lai nav php , jo times.lv neatbalsta. Ka tad to var izdarit, varbut var kads iedot kadu linku , pamacibu ! Quote Link to comment Share on other sites More sharing options...
jork Posted March 14, 2009 Author Report Share Posted March 14, 2009 Kads var palidzet ? Quote Link to comment Share on other sites More sharing options...
martins256 Posted March 14, 2009 Report Share Posted March 14, 2009 Pamēģini kko tādu. Izmantoju jquery. Ja kods neiet, nāksies palīdzēt sev pašam. <input type="text" id="key" /> <button onclick="parbaudit_key()">spied, lai iegūtu</button> <div id="links"></div> <script> function parbaudit_key() { var key = $("#key").val(); if(key == '13337') { $("#links").html("<a href='#'>spied šeit, lai novilktu</a>"); } } </script> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.