anonīms Posted June 4, 2009 Report Share Posted June 4, 2009 popupWindow = window.open( url,'popUpWindow','height=740,width=661,left=10,top=10,resizable=no,scrollbars=no,toolbar=no,me nubar=no,location=no,directories=no,status=no') <a href="java script:newPopup('http://.../palidziba.php');">Palīdzība</a> Spiežot uz linka nekādas reakcijas. links uz js failu precīzs. Kur varētu būt problēma? Quote Link to comment Share on other sites More sharing options...
v3rb0 Posted June 4, 2009 Report Share Posted June 4, 2009 kur ir newPopup() ? Quote Link to comment Share on other sites More sharing options...
anonīms Posted June 4, 2009 Author Report Share Posted June 4, 2009 Mēģināju gan js failā, gan vnk virs paša linka <script type="text/javascript"> function newPopup(url) { popupWindow = window.open( url,'popUpWindow','height=740,width=661,left=10,top=10,resizable=no,scrollbars=no,toolbar=no,me nubar=no,location=no,directories=no,status=no') } </script> <a href="java script:newPopup('...');">adadadmaklda</a> Quote Link to comment Share on other sites More sharing options...
marcis Posted June 4, 2009 Report Share Posted June 4, 2009 JavaScriptam nepatīk, ka stringus pārnes jaunā rindā :) Quote Link to comment Share on other sites More sharing options...
indoom Posted June 5, 2009 Report Share Posted June 5, 2009 nav kāds popup bloķeris? Quote Link to comment Share on other sites More sharing options...
anonīms Posted June 5, 2009 Author Report Share Posted June 5, 2009 vaina tiešām bija tur, ka stringi bija jaunā rindā. Viss strādā. 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.