I call a vb function in an another page from an asp page which inturn has to return a variable to the initial asp page to be accessed by the javascript of the page.
Lets say i am calling a function in an asp page B from an asp page A, the function in the page B has to return a variable back to...
Hi,
I haev to get a specific date from the date the user enters and then 10 consective dates which are +14 each.Which means from the date i get i need everyday alternate sunday date coming up for then times.I have used the (GregorianCalender.DAy_OF_YEAR+date+14)but this doeesn't add properily...
The code u send is for the next page after this page is submitted if i would have to check the select list values on submit using the same jsp and load it back if no bvalue selected is it possible?
thanks
Hi,
I have a select box in the jsp page i would like to check if the user has selected any item if not it should not proceeed and reload the same page with error stating you have to select .
i have wriiten a function to check null values it doesn't work..
<select name="q_value">
<option...
Hi,
I have a select box in the jsp page i would like to check if the user has selected any item if not it should not proceeed and reload the same page with error stating you have to select .
i have wriiten a function to check null values it doesn't work..
<select name="q_value">
<option...
Hi,
I have created three ul class.I am not able to create a collaspable ul pattern.It just disappears or changes visibilty but i am not able to create a tree structure.
i have used attributes like
visibility:visible, visibility:hidden or
display:none
Is it possible to without using php or...
Hi,
I have a page in which i a left menu for which i have give the left bullets a specific class.
like "leftnav"
left menu has
about
research
contact
The above will have submenu or bars like about will have setion like:
welcome
general
which would have htmls or dhtmls inside
Should...
Hi,
I have a Date coming from a string variable of a form into a servlet .where i compare the date i it is greater than current date it gives always error invalid start date
the code is as follows could u tell me what is the error as i have used calendar class
String syear="2005";
String...
Hi,
I have this html page for validation i have written a Java Script.For diplaying error if any i use window.document.write(" error ");
But it goes to new page is it possible that it goes to the same page just displaying the error on the top or bottom
Thanks
Hi,
Ya it should be rec.author it was a typo mistake here but i still can't make an insert as it says column not allowed here can i skip coulns in the rec.I mean some i take from local variable adn some from rowtype ones is it possible.
Thanks,
Hi,
I have one row data in %rowtype .and when in insert the values in that rowtype it says column not allowed here: the following is the example
rec books%rowtype;
select * into rec from books where bno='8888';
insert into book_archive values
(rec.bno,rec.title,recauthor and so on...);
all...
Hi,
I have a Hashmap of arraylist which means the values of the hashmap are arraylist of 1,2 ,3,5 etc
when i read the specfic value of the has map based on get and check it with a string it returns false even if the string is the same.
eg:
HashMap hm=new Hashmap();
Assume this has key like...
table structure is of report1 is
app_name varchar2(10),
name varchar2(10),
insert_date date,
session_id varchar2(50),
seq_num number,
Q_1 varchar2(500),
Q_2 varchar2(500),
so on till Q_40
am using a execute immdeiate command though it doesn't show error for first 20 rows it doesn't...
table structure is of report1 is
app_name varchar2(10),
name varchar2(10),
insert_date date,
session_id varchar2(50),
seq_num number,
Q_1 varchar2(500),
Q_2 varchar2(500),
so on till Q_40
am using a execute immdeiate command though it doesn't show error for first 20 rows it doesn't...
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.