Connecting Tech Pros Worldwide Help | Site Map

copy to clip board from pocket IE

 
LinkBack Thread Tools Search this Thread
  #1  
Old July 20th, 2005, 12:00 PM
pratik
Guest
 
Posts: n/a
Default copy to clip board from pocket IE

Hi
Im trying to copy text into the clip board of the pocket pc 2002
using java scripts, this works on IE 5.5 on a desktop but not on the
pocket pc (pocket IE3.0). Can you tell me what is wrong with this
script? Is there any other way to do it?

Also is there a way to invoke a program from the pocket pc browser and
pass it parameters?

thanks in advance
Pratik


<html>
<body>
<script>
function getfile()
{
var Line =new String;
document.forms[0].T1.select();
document.execCommand("copy");


return false;
}
</script>


<form method="POST" action=writer.exe name="F1" onsubmit="return
getfile();">
Type something here
<p><input type="text" name="T1" size="20" >
<input type="submit" value="Submit" name="B1"></p>
</form>

</body>
</html>

 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,989 network members.