No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
12 Posted Topics
Hi, I am developing a web application using JSP, servlet in ubuntu. I want to convert a JSP page into PDF. I dont want to store the PDF file in my local drive. Just convert into PDF and view Dynamically while i click a Button. ## For Example, ## In … | |
I want to split the image equaly by vertically. This images should be in slideshow. Then give the link to that two parts. Left side link is for moving to previous slideshow and right side link is for moving to next slide. Anyone can help? Please! | |
Find the number of sequences in an integer array. A sequence is a list of numbers that comes in strict numerical order like [3, 4, 5, 6]. Sample Input : [1, 2, 3, 6, 8, 10, 11, 15, 16, 17] Sample Output : 3 sequences Any one can hlp please? … | |
I want to create a windows appliation in java using Swing in Netbeans. I want to create the student maintenance details, with Mysql as backend. I dont know how to load the frames in single form. Example, if the user give user name and password in the text box and … | |
I am creating a web application using php. I want to create a sitemap for my application. I dont know how to create that xml file and how to include in php. And also I want to know that, is it possible to check that in my localhost before upload … | |
Re: U can create folder and do the operations seperatly.I mean move the image into thet folder, and insert the file name into the data base. you can retrive the file name from database and get the image from that folder. ![]() | |
Hi, I am creating an application using php. I want to send a mail from my application with attachments. I get the from-address and to-address from the user at run time. Then, how i set the SMPT, port number and other details of the from-address in phpmailer class or smtp … | |
Re: <select name="select1"> <option value="Select Option">Select Option</option> <?php $result=mysql_query("select * from tablename"); while($row=mysql_fetch_array($result)) { ?> <option value="<?php echo $row['row_name1']; ?>" <?php echo $row['row_name'];?></option> <?php } ?> </select> | |
I am using the linux OS to create an web application using PHP. In this I want to upload a file and move to a folder.I want to move the file up to the size of 25 MB. I used the code ini_set('max_upload_filesize', '25M'); But its not working. Is there … | |
In PHP using isset() function for checking the form value is set or not? Like wise which methed is used in java? Any one can help ASAP..? | |
Re: hi gurusubramani, Use the following javascript code in your index.php page and it will used to disable the mouse right click option. <script language=JavaScript> var message="Function Disabled!"; function clickButton() { if (document.layers||document.getElementById&&!document.all) { alert("Permission Restricted"); return false; } } if (document.layers) { document.onmousedown=clickMF; } else { document.oncontextmenu=new Function("return false") } … | |
Re: I am using jsp and servlets to create a web application. In that, I want to create a report in PDF format. I no need to store that file in my local disk. Just convert a JSP page to PDF report. For Example sample.jsp <html> <table> <tr> <th>S.No</th> <th>Name</th> </tr> … |
The End.