Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: zubz
  • Order by date
  1. zubz

    sql compare problem

    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!
  2. zubz

    sql compare problem

    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...
  3. zubz

    submitting a form but first opening a new window

    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
  4. zubz

    body onload function problem

    duh! of course. is there a way to only call this function only once
  5. zubz

    body onload function problem

    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...
  6. zubz

    window opener and parent window close

    thanks. got it working
  7. zubz

    window opener and parent window close

    tahnks for the reply. could you show me a code example of how to achieve this? thanks
  8. zubz

    window opener and parent window close

    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=...
  9. zubz

    stop popup from happening

    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...
  10. zubz

    disable the browser back button

    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
  11. zubz

    form date validation field

    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
  12. zubz

    how to enable a readonly form text field using javascript

    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"...
  13. zubz

    checkbox to hide certain form elements

    Thanks guys! Youv'e helped me out.
  14. zubz

    checkbox to hide certain form elements

    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

Part and Inventory Search

Back
Top