35,617 Topics
![]() | |
I am trying to use an iframe in my application [COLOR=Red]mainpage.jsp[/COLOR] <HTML> <BODY> <form name="form2" method="post" action="action.jsp"> <input type="text" name="name" value=""/> <input type="submit" name="submit" value="submit"/> <iframe src="ifream-page.jsp" frameborder="0"> </form> </BODY> </HTML> [COLOR=Red]ifream-page.jsp[/COLOR] <HTML> <BODY> <input type="text" name="address" value=""/> </BODY> </HTML> But when I press the submit button I can only … | |
![]() | I decided to evaluate a Java game and I chose the famous snake game (actually "snake pit") , since I am just a begginer at these things I need some help :sad: ! What are the typical Java characteristics in this game?? ([COLOR=red]How can I recognise that this is a … |
Hey guys, I need help... I need to write a program that converts uppercase to lowercase letters in java, in netbeans 5.0, and i have no idea how to do it. Thank you, i would apreciate your help. | |
![]() | I decided to evaluate a Java game and I chose the famous snake game (actually "snake pit") , since I am just a begginer at these things I need some help :sad: ! What are the typical Java characteristics in this game?? ([COLOR=red]How can I recognise that this is a … |
Hi, Please anyones help how i upload csv to tomcat. Thanks in Advance | |
Hi all. I want to know in which case, it should use two forms in a one web page (example situations) (Except that when the action pages are separate)….? | |
Is there any provision lik customised panel in java??? Can we design a customized frame in java?? i jus wanna knw whether v can or not.. don need t code:cheesy: if t code is available den post it :mrgreen: Thnx in advance! | |
Ive Come Up wid another question?.. Is ther a timer component in JAVA? | |
Hello: I have recently been studying Java; I have followed a few tutorials and building some simple apps. I am wanting to try applets. I read about them tonight and followed an included tutorial in order to get an introductory feel for doing so. My questions do not pertain to … | |
Hi, I am using postgresql 8.1 an I am trying to connect to the postsql from JSP and servlets but I cannot find the driver name for the postgresql so I can use it in the jsp connection. i hv been sujjested to use jdbc but cannt find advantage of … | |
can any one plz tell me how to execute jsp in tomcat .i am unable to execute & how to create war files to deploy | |
A friend of mine and I are taking an external computer science test. While studying the review it has become apparent that some of the syntax presented is quite unfamiliar. Here are a few examples: [INLINECODE]Stack<Integer> s = new Stack<Integer>();[/INLINECODE] For this line of code what exactly is the purpose … | |
In the JPanel I placed JTextField and JButton, as the layout I'm using GridBagLayout which is left to default align (center). However because of the size of whole JFrame I would like to get JTextField to left and JButton to right. How do I do that :?: [code] private GridBagLayout … | |
I have a small problem........ I have designed a page which should be accessed by valid users. after logging in , they have to access the page via a link. for this i have used send redirect method . but my session object is not being passed here. via the … | |
Hi, I have written a code, when it runs it loads an image and after getting image size it sets the size of the frame in the constructor. But now i want to load image using FileDialog box and then update the frame size as well. But when i access … | |
[quote=Raineri33;5606]I am new to c++, and i have a program to do as follows: 1) fill a 2D array for the seat chart with * ... DONE 2) add a passenger to the plane I am stuck here, i have the info put into the cin statements etc, but how … | |
Hi Experts, Can i put my JSP web application into Windows IIS server .Now its working fine under Tomcat 4.1 server .But i want to put it in to my IIS server .Is it possible ..If yes pls let me know with Procedure ...... Thanx in advance Jeet | |
[B]Hi Freinds,[/B] [B]i had to compare 2 wav file,I am able to Capture the sound waves using sound apis.Is there any method to compare two wav files in sound apis,or should i use JMF for this.[/B] [B]Please Advice[/B] | |
Hi, I am working on a personal program, not homework trust me, and the main engine driving it is a random number generator. Unfortunately, I don't know how to build that engine! To make a long story short, I have objects that have a ranking, from 1 to 10, that … | |
Hi, im very new to java. i would appreciate if some one can help me out with a Java program to calculate simple interest. Thanks in advance regards krishna | |
Hi this is my first post here:cheesy:. I'm having a problem with how to throw exception in an applet and how to[B] add [/B]actionPerformed to other buttons. This applet calculates the sqare roots of an equation. It calculates the stuf ok but the thing is that I want to throw … ![]() | |
=================================== This is the binary search public static int binarySearch(int[] list, int listLength, int searchItem) { int first=0; int last = listLength - 1; int mid; boolean found = false; //Loop until found or end of list. while(first <= last &&!found) { //Find the middle. mid = (first + last) … ![]() | |
Could someone please give me examples of a full GUI code.. Where I can find it to be precise.. Like images of it along with the java source code..thank you ![]() | |
this the my first assignment given by my lecturer. i've tried to do it and manage to compile..but the problem is i got confused on how this program execute? is it line by line like c++? can someone show me the sequence on how my program being executed and maybe … | |
Hi Can anyone show me how can I connect to Oracle 10g using JSP login page? Thanks | |
Hello everyone, When running my program on Java JVM 5.0, there are strange stack errors. What may be the root cause? (foo.dll is my JNI invoked native library.) -------------------- Registers: EAX=0x0c213e40, EBX=0x00000000, ECX=0x00000000, EDX=0x00000000 ESP=0x0c213e0c, EBP=0x0c213e44, ESI=0x00000000, EDI=0x00000000 EIP=0x0c4e8070, EFLAGS=0x0001024f Top of Stack: (sp=0x0c213e0c) 0x0c213e0c: 00000000 00000000 00000000 0b97aeb0 0x0c213e1c: … | |
[COLOR=black]how to lock a keyboard using java code[/COLOR] | |
Hi Friends! As i'm new in JSP, and i stuck at one point. I want to Find out "Date" of First day & Last of Current Week. Can anybody help me to find out it?? Its very very urgent. | |
in my each jsp page i have to write this code to connect with Mysql database Class.forName("com.mysql.jdbc.Driver").newInstance(); String url ="jdbc:mysql://35.212.176.25/tri"; Connection con = DriverManager.getConnection(url,"root", ""); now i want to make this code in a separate jsp page and then only include this page in my current jsp page where ever … | |
Hi to all Members, I have a problem .pls solve it. My problem is i create a registration page where i put 3 text fields : Name ,Email Addres, Password.After entering the data when the user click on submit button then the information will send as a email through the … |
The End.