Blink Posted March 15, 2012 Report Share Posted March 15, 2012 Sveiki... Man ir radusies problēma, vai arī es nemāku izvadīt, vai esmu ko salaidis dēlī.. Tātad - Uztaisiju failu - v.php : document.write('<iframe frameborder="0" scrolling="no" style="width:66px;height:66px;" src="http://links.lv/aicini.php?id=<? echo $row['id'];?>"></iframe>'); ar php viss kārtībā id nosaka.. Aicini.php faila infa - <a href="http://links.lv/?id=<? echo $row['id'];?>"><img src="http://links.lv/draugiem.png" border="0" width="66" height="66"></a> beigu beigās izvade.. iemetu testā kkādā failā un skatos - nekā neizvada.. Izvadu šādi - <script src="http://links.lv/v.php?id=12"></script> Viņš pat vienkāršu hello, world neizvada.. :D kas par vainu?? Quote Link to comment Share on other sites More sharing options...
daGrevis Posted March 15, 2012 Report Share Posted March 15, 2012 Vai document.write() ir izsaukts pēc DOM ielādes? Varbūt apsver domu izmantot kādu libu, piemēram, jQuery. P.S. Lieto [/i]. Quote Link to comment Share on other sites More sharing options...
indoom Posted March 15, 2012 Report Share Posted March 15, 2012 (edited) gan jau tā v.php failā jānorāda headeris, ka tas ir javascript fails <?php header("Content-type: application/x-javascript;"); ?> Edited March 15, 2012 by indoom Quote Link to comment Share on other sites More sharing options...
Blink Posted March 15, 2012 Author Report Share Posted March 15, 2012 gan jau tā v.php failā jānorāda headeris, ka tas ir javascript fails <?php header("Content-type: application/x-javascript;"); ?> Neštimmē.. Vēl idejas? Quote Link to comment Share on other sites More sharing options...
briedis Posted March 15, 2012 Report Share Posted March 15, 2012 Aizmirsti par to document.write. Izmanto jQuery. Vispār tu tur kaut ko ļoti ačgārnu dari. Kāpēc vispār vajadzīgs iekļaut kaut kādu skriptu, nevis pataisno liec to iframe'u? Quote Link to comment Share on other sites More sharing options...
Blink Posted March 15, 2012 Author Report Share Posted March 15, 2012 (edited) Aizmirsti par to document.write. Izmanto jQuery. Vispār tu tur kaut ko ļoti ačgārnu dari. Kāpēc vispār vajadzīgs iekļaut kaut kādu skriptu, nevis pataisno liec to iframe'u? Tapēc, lai viņu varētu vnk izsaukt ar - <script src="links.lv/v,php?id=99"></script> Bet vnk izvadot viņu šādi, nekas neparādas.. Edited March 15, 2012 by Blink Quote Link to comment Share on other sites More sharing options...
rATRIJS Posted March 15, 2012 Report Share Posted March 15, 2012 Kādēļ lieto $row["id"] nevis $_GET["id"]? Un vispār jā - document.write sux... Quote Link to comment Share on other sites More sharing options...
Blink Posted March 15, 2012 Author Report Share Posted March 15, 2012 Kādēļ lieto $row["id"] nevis $_GET["id"]? Un vispār jā - document.write sux... īsti nezinu kapēc ar $_GET neizmantoju.. :D ir kādas idejas kā dabūt gatavu lai izvada šādi - <script src="links.lv/v,php?id=99"></script> :? Quote Link to comment Share on other sites More sharing options...
waplet Posted March 15, 2012 Report Share Posted March 15, 2012 A kur tev viņu vajag izvadīt? :D alert(). vai html(); ? Quote Link to comment Share on other sites More sharing options...
Blink Posted March 15, 2012 Author Report Share Posted March 15, 2012 (edited) Vienkāršu uzrakstot pat - document.write('hello, ej Deet'); izvadit šādi - <script src="links.lv/v.php"></script> Viņš neko neparāda... Kur ir problēma?? Edited March 15, 2012 by Blink Quote Link to comment Share on other sites More sharing options...
waplet Posted March 16, 2012 Report Share Posted March 16, 2012 Noteikti dom nav ielādējies, kad izpildi šos. Kā jau iepriekš minēja pamēģini ar kādu no javascript bibliotēkām stradāt. Dzīvi atvieglosi, piem. jQuery.. $(document).ready(function(){ un te varētu rakstīt $('#mansdiv').html('<script src="links.lv/v.php"></script>'); }); Protams, caur <script> tagu vajag pievienot atrašanās vietu uz jquery bibliotēku. Quote Link to comment Share on other sites More sharing options...
Blink Posted April 9, 2012 Author Report Share Posted April 9, 2012 tātad. Vai kāds varētu pastāstīt , kas par lietu. kā dabūt lai ar <script src="kkads fails.php"></script> Varētu izvadīt to, kas man ir iekš kkads fails.php ( document.write('hello'); ) ??? Quote Link to comment Share on other sites More sharing options...
daGrevis Posted April 10, 2012 Report Share Posted April 10, 2012 Nopietni?! Mēs visu laiku **jau minam**! 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.