473,387 Members | 1,771 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

component in web page

Hi,

I'd like to create a "component" for web page. It should contain menu/
buttons and will have pop up dialogs. It should also be able to access
user's PC (installation of java/activeX is OK). The component will be
packaged so other web programmers can easily include it in their
pages. The component will be able to access and modify the information
on the host page too.
All the browsers need to be supported.

What is the best way and technology to go with this?

Thanks,
Lucy

Feb 5 '07 #1
1 1300
Lucy Luo wrote:
Hi,

I'd like to create a "component" for web page. It should contain menu/
buttons and will have pop up dialogs. It should also be able to access
user's PC (installation of java/activeX is OK). The component will be
packaged so other web programmers can easily include it in their
pages. The component will be able to access and modify the information
on the host page too.
All the browsers need to be supported.

What is the best way and technology to go with this?

Thanks,
Lucy
Well,

Your webpage interaction part, needed for the menu/buttons/etc could best
be done with JavaScript.

Some thing to consider:
JavaScript is not able to access the clients PC in a meaningfull way
(luckily).
So if you want access to the client, you'll need (signed) Java applet, or an
ActiveX component.

Personally I trust ActiveX as far as the hacker next door, so I would advise
using real Java. Using Java also has the advantage that is actually runs on
a NOT Microsoft OS, increasing the reach of your component.
If you target only W$, you might as well go ActiveX.

Beware however that many users, like me, trust nothing, and don't like the
idea of giving some component full access to the machine.

If you can solve your task at hand with JavaScript only, I expect your
component will have better chances in gaining popularity.
If you need Java <---Javascript support, here is a good place to start:
http://developer.mozilla.org/en/docs...ript_1.5_Guide
(Look at end of page)

Good luck

Regards,
Erwin Moller
Feb 6 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Nunya D. Bidness | last post by:
If anyone is interested in testing these components goto http://www.vibrantinnovations.com/vibrantlayouttools.asp The Vibrant Layout Tools ActiveX component is a suite of tools that allow...
0
by: Glynn Johnson | last post by:
I understand that there is no way to upload multiple files using ASP and COM+ without having multiple form elements like <input type='file'>. I also understand that there is no way to...
0
by: Chad | last post by:
I have COM component embedded on html page. It has version 1.0.0.1 (by default). I have converted it in cab file. Code of html is something like: <HTML><HEAD></HEAD><BODY><OBJECT...
1
by: Ambush | last post by:
I am currently working on one of those projects that we all dread. The type that keeps growing out of scope faster than you can finish the component to deliver what they've already asked for. ...
1
by: Jim H | last post by:
I coded my first asp form and attempted to display a text message from a component. The static text "Our component says:" shows on the aspx page, but the text line from the component does not show....
1
by: Peter Rilling | last post by:
I created a COM+ component (ServicedComponent) in .NET. The component has a single method Connect() which returns a reference to a SqlConnection object. This component works fine when the world is...
2
by: Kurt Schroeder | last post by:
thanks much!!!i'm working through an example that creates a component called component.dll. This compiled ok w/o problem. I copied it to the bin directory of my project (vs.net asp.net vb project)...
4
by: Grigs | last post by:
Hello, I have a fairly simple class that I created and it works great. Basically it remembers a certain amount of strings. When a new one comes in the oldest drops off. The problem is, when I...
2
by: alberthung01 | last post by:
Hi all, I wrote a component with ComponentDesigner to let users drag and drop it to WebPage from toolbox directly. Just like the behavior of dataAdapter. But it works fine on ASP.NET 1.1 but not...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.