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 Chris Miller 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. webRAD

    onKeyPress question

    Quite an intresting discussion. So basically what you want the ability to turn user's capslock on or off. Well, sorry I dont have an answer as I am new to the javascript world. But, I'll be quite surprised and amazed to know that if this is possible at all. I dont think javascript can do that.
  2. webRAD

    Form Validation - using form name as variable

    Thanks a lot for your reply. The solution works fine.
  3. webRAD

    Form field name as parameter to js function

    Also see thread216-441199 might be of some help
  4. webRAD

    Form Validation - using form name as variable

    Can someone please tell me why this form validation code is not working. ... <Form name=&quot;theform&quot; method=&quot;post&quot; onSubmit=&quot;return ValidateRequiredField('theform', 'thefield', 'Works!!')&quot; action=&quot;test2.html&quot;> <Input type=&quot;text&quot...
  5. webRAD

    Search for a file at locations specified in the project Search Path?

    Thanks for your reply, This is true that it requires Delphi IDE to be installed at user's computer. Actually all this is happening at design time. To know more about the project I am working on please visit www.sourceforge.net/projects/webrad What I want to do is to get all the paths specified...
  6. webRAD

    Search for a file at locations specified in the project Search Path?

    I am using delphi 6 prof. I am having a library of components stored in a directory and I am also having a text file stored in that directory. I can use these components from any project provided I have correctly specified the search path. Now the problem is that in a project I want to read...
  7. webRAD

    Using CSS to replace cellpadding,cellspacing,etc

    Thanks for your reply, I tried the solution, appearance is now better then what I acheived before. But the problem still remains same, for some reasons I cant write cellpadding, cellspacing,or border inside the table tag. I guess this wont be possible to do with CSS. I am not very fond of using...
  8. webRAD

    Using CSS to replace cellpadding,cellspacing,etc

    Hi all, Pls refer to the HTML code written below, I am trying to achieve same appearance using Styles (CSS1 preferably) but not been able to. What I am trying to do is remove everything like border,cellspacing, etc from table tag, so table tag should then look like <Table...

Part and Inventory Search

Back
Top