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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sriram

  1. sriram

    cursor and text box

    In the body tag onload call a javascript function to achieve this. <body onload=&quot;doFocus()&quot;> <form name=&quot;frmName&quot;> <input type=&quot;text&quot; name=&quot;text1&quot;> <script language=&quot;javaScript&quot;> // start function doFocus // this function get the focus of...
  2. sriram

    Urgent Query with Query Prob!

    You need to loop query1 to get your results. I am slightly modifying it. Try it. <cfquery name=&quot;Query1&quot; datasource=&quot;#Search#&quot;> SELECT * FROM UserDetails </cfquery> <!--- loop starts here ----> <CFLOOP QUERY=&quot;Query1&quot;> <CFQUERY NAME=&quot;Query2&quot...
  3. sriram

    Data Security

    You may use an application variable and set a value in default.cfm and check the value of the varaible at the beginning of each page.<br>Accordingly, you can fire a message and then &lt;cfabort&gt;
  4. sriram

    Welcome to user #UserName#

    Hi Praveen,<br><br>You can <br>1. check from where you get the value for the variable #UserName# <br>2. check whether the value is not changed in the middle or<br>3. the variable is available till you use it.<br><br>The above may be of help to you.<br><br>Sriram K
  5. sriram

    Tutorials

    The msdn link at Microsoft is a very good one to start with....<br><A HREF="http://msdn.microsoft.com/library/default.asp?URL=/library/psdk/xmlsdk/xmls6g53.htm" TARGET="_new">http://msdn.microsoft.com/library/default.asp?URL=/library/psdk/xmlsdk/xmls6g53.htm</A><br><br>Sriram K

Part and Inventory Search

Back
Top