Jump to content
xisto Community

avara.badal

Members
  • Content Count

    3
  • Joined

  • Last visited

  1. <!-- Pop Up Script --><script language="JavaScript"> function openDir( form ) { var newIndex = form.fieldname.selectedIndex; if ( newIndex == 0 ) { alert( "Please select a Windows tweak!" ); } else { cururl = form.fieldname.options[ newIndex ].value; openRequestedPopup(cururl); } } function openRequestedPopup(yoururl){ win = window.open(yoururl,"DescriptiveWindowName", "resizable=no,scrollbars=yes,status=no"); //edit properties as you need} </script> <!-- Pop Up Script End -->Please check also value of variable cururl is coming properly or not.Just check it using Alert(cururl); If the alert is coming with proper value then comment it and run again. Notice from rvalkass: Please remember to use the correct BBCodes in your posts. Code goes in [ code ] tags (without the spaces). Also, please avoid making double posts. You can use the edit button to add to your post if no-one else has replied.
  2. NETBEANS IDE is the best one for java development.
  3. If you know the oops concept then you can start to learn java language easily.The best resource for you are netbeans.org and off course sun.com, and java.net You can use NetBeans IDE for the java development which the best one for java and its free. Get free DVD from NetBeans Its free DVD including Netbeans IDE, tutorial and with so much other stuff. Especially for you, its really easy to learn. Just download latest JDK from sun.com and install Netbeans IDE. And start to your development in java. If need further assistance then you can contact me here! Notice from rvalkass: You don't need to make 4 posts in a row. Use the Edit button to add to your post if there haven't been any replies since you made your post.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.