Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-12-2006, 08:41 PM   PM User | #1
javatechguru200
New to the CF scene

 
Join Date: Oct 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
javatechguru200 is an unknown quantity at this point
Code for Copy & Paste from Html Table in JSP to Excel file

I am creating a html table in JSP file .
I need code for 'Cut,Copy,Paste' functions ie. if someone wants to copy data from my table to excel file or from excel file to html table he shud be able to do that.
Can someone give me code for 'Cut,Copy and Paste' i.e. some javascript functions which can do cut, copy and paste which i can put in my jsp file

Thanks
javatechguru200 is offline   Reply With Quote
Old 10-12-2006, 09:04 PM   PM User | #2
felgall
Master Coder

 
felgall's Avatar
 
Join Date: Sep 2005
Location: Sydney, Australia
Posts: 5,447
Thanks: 0
Thanked 496 Times in 488 Posts
felgall is a jewel in the roughfelgall is a jewel in the roughfelgall is a jewel in the rough
They are operating system functions and not web page functions. Since most web browsers can run on multiple operating systems and don't allow the web page to interface much with the browser and not at all with the operating system this can't be done in those browsers.

The sole exception is Internet Explorer which now only runs on Windows and which provides access to the browser and operating system for when it is being used on intranets. When it is being used on the internet the security settings of the system should block that functionality if the security is set up correctly.
__________________
Stephen
Learn Modern JavaScript - http://javascriptexample.net/
Helping others to solve their computer problem at http://www.felgall.com/
felgall is offline   Reply With Quote
Old 10-13-2006, 01:06 PM   PM User | #3
javatechguru200
New to the CF scene

 
Join Date: Oct 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
javatechguru200 is an unknown quantity at this point
I want to use these functions for web page which will be implemented in my company i.e. intranet and not for internet application.
The browser used is I.E
javatechguru200 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:10 PM.


Advertisement
Log in to turn off these ads.