User Profile
Collapse
-
have created a trigger for monitoring a single table for any changes in the database, but how can i call tht trigger from servlet? should i write a javabean so tht it can schedule jobs or is there a way to directly call the trigger from servlet? -
Monitor database for changes using java
Hi All,
Is it possible to automatically monitor the database at regular intervals say for eg. a particular table for any changes in a particular field and capture those changes in a servlet or java.
thanks,
krithi -
yes a normal button, a common button for all the text boxes. Can it be done using the DOM objects?...Leave a comment:
-
i want 4 text boxes with some data and if click the submit button, it should change to label containing the data and if i click the button again, it should change to textbox(with data)...Leave a comment:
-
thnx, but wat if i have a set of text boxes say 4 inside the div tag, can the prog work fine or do i pass the div id in the submit ?...Leave a comment:
-
this is the code i have written, i have almost got the o/p, except that when i click the button again, the text is not apprearing in the textbox,
[HTML]<html>
<head>
<script type="text/javascript">
function change( elementId )
{
var el = document.getEle mentById( elementId );
var parent = el.parentNode;
if ( el.type == 'text' )
{
...Leave a comment:
-
'm quite new to javascript and dom, i know that i can access the tag element using document.getEle mentByTagName(" p"), other than that, 'm not sure how to make that content available in textbox, need some idea on that..Leave a comment:
-
kath11 started a topic making a noneditable (label) field to a editable text using javascript and domin Javascriptmaking a noneditable (label) field to a editable text using javascript and dom
hi,
have set of form fields(label) and button edit, onclick of the edit button , the text in the label fields should be displayed in textbox, how to do this using javascript and DOM. can somebody help me on this..?
thanks
No activity results to display
Show More
Leave a comment: