Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~10K People Reached
Favorite Tags

12 Posted Topics

Member Avatar for rajilakshmi

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 …

Member Avatar for shabeer_1
0
5K
Member Avatar for rajilakshmi

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!

Member Avatar for rajilakshmi
0
81
Member Avatar for rajilakshmi

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? …

Member Avatar for Adak
0
168
Member Avatar for rajilakshmi

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 …

Member Avatar for stultuske
0
130
Member Avatar for rajilakshmi

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 …

Member Avatar for rajilakshmi
0
639
Member Avatar for MMadhavi

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.

Member Avatar for diafol
0
223
Member Avatar for rajilakshmi

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 …

Member Avatar for pritaeas
0
152
Member Avatar for MMadhavi

<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>

Member Avatar for rpv_sen
0
439
Member Avatar for rajilakshmi

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 …

Member Avatar for effu
0
71
Member Avatar for rajilakshmi

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..?

Member Avatar for JamesCherrill
0
2K
Member Avatar for gurusubramaniam

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") } …

Member Avatar for Biiim
0
570
Member Avatar for ttamilvanan81

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> …

Member Avatar for Ezzaral
0
146

The End.