I'm writting the ordering system of an e-shop. All orders are in XML. I'm using the XALAN package with my JSP to transform XML with XSL. The result is sent via email.
Everything works great as an application, or as a JSP in tomcat. But we use JRun for our shop (because tomcat does not support...
I'm writting the ordering system of an e-shop. All orders are in XML. I'm using the XALAN package with my JSP to transform XML with XSL. The result is sent via email.
Everything works great as an application, or as a JSP in tomcat. But we use JRun for our shop (because tomcat does not support...
That's one of my problems. I don't know because everything is created dynamically.
@iza
How will you find out from which frame the event handler was called? If I would know, I wouldn't need the name, the index would be enough. But I simply don't know a way to find out the frame of an element if...
Sorry,... I think you didn't understand my problem.
I transfer the name of the element + values to my Applet. The applets send the info to a servlet. This servlet parses the info to an applet on an other computer. There a javascript command is generated that restores the value on the other...
I'm writing a pagemirroring system for online shops.
So I have onChange or onClick handlers for every form element that send the event to a servlet on the mirrored page. On the other side there is a polling applet that fetches these events from the servlet and creates javascript instructions...
Which OS are you using? Which Mainboard and which Gfx-card?
On SuperSocket7 Boards you have to install the AGP-Support drivers (Windows95/NT (SP3 required)) before you install your Gfxcard drivers. Win95 must be at least OSR2.1 and NT 4 requires SP3 for AGP support.
It's true that 3dfx...
I've problems with all Microsoft OSes on my Computer. It seems that the combination of a Pinnacle PCTV rave with a Creative Dxr3 and an ATI RAge Fury Pro AGP on an ASUS P5A-B with Ali Aladdin 5 is NOT MS compatible at all.
Also under Windows ME the mixer, cd and linein of my SB16 (ISA) are not...
Serial Port access is not possible with pure Java. You have to implement it native in an other language (assembly, C, C++).
But you can also look at http://www.sc-systems.com/
They have a Serial Port package for JAVA that is supporting 21 platforms. But as far as I know it's not free.
I'm currently writing a Helpdesk/Webpagemirroring system.
Every customer gets a HttpSession. Also every Helpdesk-assistent gets an unique session. Because the mirrorconcept in our project needs to combine both IDs (to identify which events from which customer must be send to which helpdesk) the...
I open a new window with LiveConnect from an applet which tells the viewer of my page that he has to wait until the helpdesk connects (I'm writing webpagemirroring for an onlineshop). When the helpdesk connects this opened window should reload the page that consist the calling applet (needed to...
You have to use DHTML.
Write <div> or <span> Tags in the form that should be changed by the JavaScript. e.g.:
<div name="Appl" id="AP1"></div>
In JavaScript write e.g.:
frame.document.all.AP1.outerHTML='<input name="test" type=button>;'
The above example is IE...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.