Hi there,
I've been hearing lately about an increase in the use of journalling file systems, and I'm interested to learn a little more about them. Does anyone know of any resources on this topic, and in particular to do with the benefits of these filesystems in relation to large enterprise...
Hi,
I'm looking for an email validation function that will check for '@', '.', and a valid extension (i.e. .com, .uk). I have been able to find some functions on the net, but they all seem to be extremely long and complicated. Does anyone know of an easy way to adequately validate an email...
Hi there,
I'm trying to write a function that will prepopulate a form date field with the current (todays) date. However I'm not doing to well. Does anybody have or know of a function that will do this for me?
Thanks in advance,
C
Hi,
I am trying to create a function that will perform form validation, and then submit the form! If the validation returns true (no errors on form), then I want the form to submit, otherwise the form should not submit!
The following is what I have at the moment:
<form name="Send"...
Hi,
I am trying to write a javascript function that will take the numbers inputted into text boxes, multiply them, and display the result in a third text box.
For example, I have two text boxes, v_tech_imp and v_tech_imp_prob, and I want to create a function that will multiply these two...
Hi,
Does anyone have some example code for writing info. to an oracle database using stred procedures. I have the stored procedures created in Oracle and I just need an example of the syntax to call them. Thanks in advance,
C
Hi there,
I am trying to set up a function that will call another function. What is the correct syntax for this?
At the moment I have:
function setQuantity(){
setCookie('lespaul', document.submitForm.lespaul.value);
}
This doesn't seem to work!
Thanks in advance,
Conor
Hi there,
I want to create a cookie to pass variables between forms. I have 5 text areas called v_name, v_age, v_DOB, v_nation, and v_sex on a from called 'Details'. I wish to store these values in a cookie and pass them to a second form called 'Extra Details'. Problem is I'm attrocious at...
Hi there,
This is probably an easy one!
How do you use a button to link between HTML pages? I don't want to use Links! This is what I tried and it doesn't work.
<input type="button" value="Go Next" onclick="NextPage.htm">
Thanks in advance,
Conor
Hi there,
I posted this question already but didn't get much joy, so forgive me for trying again.
I am trying to create dropdown menus (not list boxes)in ASP that will read values from an Oracle table. Does anyone know the code to do this?? I have my tables created and populated in Oracle, I...
Hi Dan,
I don't know if I fully understand what you are trying to do, but I think this might help. From what I can see you want a report to read info from more than one table, right??
Create a query, add the tables and fields necessary for the report to this query, and save it. In the...
Hi there,
I am writing a shopping cart application, and I need to know how to clear the cookie, and hence cart. I realise the following code may be a bit hard to follow, but any help would be appreciated. I got the following code on the web. Here is the cookie code on the product page (Product...
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.