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: *

  1. yogi564

    How can you have two different validation function on one form

    Hi starway I can see the code of validate() function on the submit button. Hi phil Why don't you try changing the " onClick="validate();return returnVal;" to onBlur ="validate();return returnVal;" and put this function next to each of the input fields and then it...
  2. yogi564

    How can you have two different validation function on one form

    Hi starway What do you mean by 'philrm' missed those 2 lines. What do you have to put there when the "OnLoad="init()" is declare in the body tag. Also the whole of the extension is also declared as src= "../buttons/validation.js". I myself cannot figure out what you...
  3. yogi564

    How to do a search based on four values

    Hi all Can somebody out there try to help me out. I have a form which needs to pull out the results based on four different ranges. For example the heading is called Easting and the first field name is called "e1" and second is called "e2" And the second heading of the field...
  4. yogi564

    Is there a way to do rollover text

    Hi all, I wondering is there a way to do a rollover text by any chance. What it needs to do is that when a user clicks within a text input box, it should display the rollover text message and then let the use tye in the value for that text input box. I can do a rollover image for a start but I...
  5. yogi564

    MIN AND MAX VAlIDATION NEEDED IN Javascript

    Hi all, Can somebody help me out with this problem I have. I need a javascript validation to validate 1) "Minimum Depth from" to "Maximum Depth from" and then it has to validate from 2)"Maximum Depth From" to "Minimum Depth To" and then finally 3)...
  6. yogi564

    Long text insert and retrival on sql 2000

    Hi fluteplr What do you mean by the first line "If you had not turned on text in row you could store any length. " I have the same problem. Can you please specific using screen captures. Thank's From yogi
  7. yogi564

    how to populate a dropdown box 2

    Hi calista No problem. You help me out in the security side of things. from yogi
  8. yogi564

    how to populate a dropdown box 2

    Hi strantheman This code doesn't do anything at all when I click on your Url. What is going on? From Yogi
  9. yogi564

    how to populate a dropdown box 2

    Hi all Source code for the population of dropdown box after selecting the one option. <cfquery name=&quot;FirstOptions&quot; datasource=#MM_Connection1_DSN# username=#MM_Connection1_USERNAME# password=#MM_Connection1_PASSWORD#> SELECT Distinct heading FROM T_LANDUSE_LOOKUP </cfquery> <CFLOOP...
  10. yogi564

    Crystal report problem !

    Hi mbutch NO not at all, due to the error display above. I am currently running Cold Fusion 5 server on my system. all the dll files seems to be updated to the new version. I cannot understand the problem. when I use the <cflocation> tag it seems to work well !
  11. yogi564

    how to populate a dropdown box 2

    Hi all I am wondering if someone out there know a proper way to populate a dropdown box after selecting from one, using cold fusion tag. I have tried everything on JAVASCRIPT, but it doesn't pick up the selection base on serveral other selection from the database. What I have got currently...
  12. yogi564

    How to populate a date after fill out the one field in the form to oth

    Hi alexfusion I cannot seem to solve this mysterious problem related to the cfm extension. It seems to work well with html but as soon as you try to convert it to cfm, it seems to spit the dummy. The problem is still the same. It is saying in netscape that showdate is not defined . when you run...
  13. yogi564

    Crystal report problem !

    hi all Can somebody help me out with this problem which is listed below. Thank's In CF code, we have: <cfreport report=3D&quot;c:\\Inetpub\wwwroot\myreport.rpt&quot;> </cfreport> -----------------------------The error message :---------------- Error Diagnostic Information Error occurred...
  14. yogi564

    How give special permission for user to view or edit that page.

    Hi Calista Thank you very much for heliping me out. It is finally working. Thanks a million ! from yogi
  15. yogi564

    How give special permission for user to view or edit that page.

    Hi Calista here is my code for the Menu page. <!--- Get user name ---> <cfquery name=&quot;GetUser&quot; datasource=&quot;test&quot; > SELECT * FROM T_ACCOUNT WHERE login ='#Form.USERNAME#' And password= '#Form.PASSWORD#' </cfquery> <!--- Get user's...
  16. yogi564

    How give special permission for user to view or edit that page.

    Iam not that good in psuedo code I need you to specific what to do in this part a bit clearly when I login from Login page to Menu. I need the 1 and 2 optinion mentioned above disable when I login as Guest. Thank's
  17. yogi564

    How give special permission for user to view or edit that page.

    Hi calista Is that mean I need to create two separate pages menu pages. For two different kinds of users. One for add and another for viewing.
  18. yogi564

    How to populate a date after fill out the one field in the form to oth

    Hi alexfusion Have you tried changing the extension to cfm and try running it in IE and Netscape. It is still giving the same problem mentioned above when I rename the extension and run the page. I don't think it is to do with double quotation for this extension. The showdate needs to be...
  19. yogi564

    How give special permission for user to view or edit that page.

    Hi calista, Where do you place this coding, I have got a login page, and when the username and password is been OK, it goes to a menu.cfm, where there is a selection of three hyperlink. The first one is called 1) Add a new data 2)Edit existing data and finally the third one is called 3) Locate...
  20. yogi564

    How to populate a date after fill out the one field in the form to oth

    Hi alex fusion this is same code as what working with the html extension but when I rename it to cfm. The error come up saying showdate is not defined in Nescape and in IE the error in char 13 line 1. <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;> <!-- saved from...

Part and Inventory Search

Back
Top