Hi all,
thanks for the replies. yes i do agree the db should be redesigned. However I am just the developer here :-(. Will pass on the comments to our DBA here!
Hi,
I have the following situation. In our database we have a reports table that stores reports and role ids.
Basically this table shows what roles can view what reports.
ReportID roles_allowed
12 MIS,MANAGER,ACCOUNTS,DP
14 ACCOUNTS,MIS,DP
15 CSRUP,MANAGER
Now when a...
Hi,
basically i have a form. when i click the submit button and want to open a new window and have the form variables posted to it? Is this possible using javascript?
If so does anyone have an example of how i can do this?
Many thanks
I have a page called test.cfm which has a body onload function like so. basically the function redirects back to the same page. This works but the function sems to get called continiously. I though that the page only gets loaded once hence the funtion is called only once. But this does not seem...
Hi i have the following code as follows
function openWindow() {
window.open('confirm.cfm?fname=#url.fname#&lname=#url.lname#&pno=#url.pno
#&appid=#url.appid#&subid=#url.subid#&createdfname=#url.createdfname#
&createdlname=#url.createdlname#&salesfname=#url.salesfname#&saleslname=...
I get a message when i run the following code in my page
window.close();
--------------
the web page you are viewing is trying to clode the window.
Do you want to clode the window??
------------------------------
Is there a way of supressing this warning so that the window is clode silently...
Hi,
is there a way to disable the browsers back button. I need to do this after a form has been sumitted to prevent the user going back and submitt again?
Thanks
Hi have a date field where I would like users to input the date in the format dd/mm/yyyy. can anyone tell me how i can put a javascript
date validtion on this field. I don't know javascript. Any help much appreciated.
Thanks
Hi,
I have a text field which is potected (read only). Now I want it to be NOT protected when A particular option is selected from a drop down select form field which appears before this form field.
<select name="mat_attended" size="1"...
Hi I have a form with a number of form fields. What I want is to have a checkbox in the form that when clicked on hides certain other form elements in the form?
I am new to javascript and am having some problems doing this? Can anyone help or has an example?
Thanks
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.