forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Rich HTML Reusable Control

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Visual DialogScript 5 Source Code
View previous topic :: View next topic  
Author Message
cnodnarb
Professional Member
Professional Member


Joined: 11 Sep 2002
Posts: 762
Location: Rockeledge, GA

PostPosted: Mon Apr 18, 2011 7:12 am    Post subject: Rich HTML Reusable Control Reply with quote

Much better now available at http://www.vdsworld.com/forum/viewtopic.php?t=5159

Thanks.

Reuasable control: manipulations built into it. So you don't have to spend a long time recoding buttons for different projects.

vdsdom50.dsu 4.18.2011 included/relied on.

Several redistributable MS graphics included.

updated. Used substr to grab various initial parts of document.

updated. Got rid of unselectable problem on opened documents. Got rid of area clearing after open file.



richedit.zip
 Description:

Download
 Filename:  richedit.zip
 Filesize:  20.08 KB
 Downloaded:  1397 Time(s)

Back to top
View user's profile Send private message AIM Address
catheleen
Newbie


Joined: 20 Apr 2011
Posts: 1

PostPosted: Tue Apr 26, 2011 9:20 am    Post subject: Reply with quote

How can I use an HTML button and Javascript to execute a program written in Java on a webpage? I've made a Java program. I want to know how I can use HTML and Javascript to make it so when a button on the webpage is pushed, the Java program is executed. All help appriceated.
_____________________________
affiliateelite ~ affiliateelite.com ~ adgooroo ~ adgooroo.com


Last edited by catheleen on Fri Apr 29, 2011 6:44 am; edited 1 time in total
Back to top
View user's profile Send private message
cnodnarb
Professional Member
Professional Member


Joined: 11 Sep 2002
Posts: 762
Location: Rockeledge, GA

PostPosted: Tue Apr 26, 2011 1:42 pm    Post subject: Reply with quote

Hi Cathleen...

I encourage you to try Visual DialogScript @ http://dialogscript.com for your next desktop application.

I am only posting this because it is relevant to Visual DialogScripts Browser element and perhaps I've misunderstood your intent. You seem to be an internet waif seeking help any way you can. Far be it from me to not help a starving orphan ;p

Code:
<html>
<head>
</head>
<body>
<button onclick="javascript:document.getElementById('oTarget').innerHTML=('<applet code=clock.class width=190 height=200></applet>Hi');">Hi</button>
<div id=oTarget></div>
</body>
</html>


I hope you try VDS in the future. Good luck.
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Visual DialogScript 5 Source Code All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group