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. davidku

    DB Grid - input Text Box not capturing user input value

    The issue is when I am in this event - gvList_RowUpdating , I read the "wrong" value in debug mode. Here's the function for public static void EditCustomerBuffer( string action, string distymodelname, string customer, string opn...
  2. davidku

    DB Grid - input Text Box not capturing user input value

    Hi, I am facing a strange behavior which I am not able to find the solution. I have a Gridview to show data from my database and after click on Edit, I will allow certain fields to be modified. However, when I click Update, some of the fields not able to accept the new value and some field...
  3. davidku

    Object not found - how to change the URL ?

    Thanks for all your assistance, I will try it out.
  4. davidku

    Object not found - how to change the URL ?

    Thanks ... I mixed up the ID and name. Let's say I want to enhance further and change the text as well. I need to assign an ID for the <p> tag. Correct ?
  5. davidku

    Object not found - how to change the URL ?

    I have the following code which got an error. It says object not found. My objective is to change the target URL when I click on the checkbox. Any idea whether I can access the <a href> object ? Thanks. ---------------------------------------------------------- <script language="JavaScript">...
  6. davidku

    Date Function in UNIX

    Hi Gurus, I am writing a script to automatically mget ( ftp ) files from a remote server to my local machine. xfile="datafile_`date +%y%m`*" in my FTP script, I'll just mget $xfile The problem I am facing is ... I need to retrieve data files for DAY - 1. I can get the DAY variable and then...
  7. davidku

    Comparing Content in 2 Files

    mrn, Diff does not work because you need to compare line by line. vgersh99, Your method works ! I just dont understand much the way you do. Thanks.
  8. davidku

    Comparing Content in 2 Files

    Hi Gurus, I have been trying to get the correct code but no avail. Hope somebody can shed some lights on me. My purpose is to list the files that exist in new.txt that are not in old.txt. new.txt and old.txt are directory listing in 2 servers. Thanks. Here are my code : awk '...
  9. davidku

    Mod Rewrite for PHP Filename

    Hello Gurus, I am trying to fiddle with .htaccess file but no luck getting it right. Here is what I try to do : Original link : http://www.domain.com/phpBB/viewforum.php?f=18 The converted URL will be : http://www.domain.com/phpBB/fsection18.html Topics Conversion ...
  10. davidku

    Hiding / Showing Partial Content With a Click

    Thanks for clarification. On another issue, I try to use this tool to encrypt the code : http://scriptasylum.com/tutorials/encdec/javascript_encoder.html BUT I can't get it work when I call this function as external file. A lot of errors reported. Could it due to <script...
  11. davidku

    Hiding / Showing Partial Content With a Click

    If I can find the word "hidden" or display:none in my web page, it could bring up some alert to the search engine and possibly ban my website. I am thinking to call a Javascript function in the body load to hide it. OR I will use CSS layer to hide it first by putting it behind or make the...
  12. davidku

    Hiding / Showing Partial Content With a Click

    Hello again, If I am not allow to use this section : <div id="section2" style="display:none;"> Section 2 text here </div> Any other way I can hide the script ? My friend said that if I use display:none, search engine can ban my website for hiding the text. Do you have other workaround ...
  13. davidku

    Hiding + Encrypting our Javascript Codings

    I found the answer for plugging in the correct keyword in the search engine. Let me share the findings with you : http://scriptasylum.com/tutorials/encdec/javascript_encoder.html
  14. davidku

    Hiding + Encrypting our Javascript Codings

    thanks for pointing out. I searched for the wrong keyword in the forum. will retry using "hide source code" probably i should rephrase my question ... i just don't want non-programmers copy my source code + modify it easily. by representing the code in a non readable manner, it will be harder...
  15. davidku

    Hiding + Encrypting our Javascript Codings

    Hello guys, Is there any free resource that allow us to encrypt the Javascript coding so that a non-programmer can't copy or view it easily. I found a tool at : htp://www.htmlblock.co.uk/ and try the evaluation copy and it seems can do the job pretty well. I just wonder any other free tool...
  16. davidku

    Hiding / Showing Partial Content With a Click

    Beer Sent ! ... thanks.
  17. davidku

    Hiding / Showing Partial Content With a Click

    Great ! It works ..... What if I click on it again and then hide it ? and maybe I will just change the text to "Hide Section 2" ? Dan, do you have Paypal ? I would like to buy you a drink for offering me a great solution. I am still new in Javascript and you really help me. Thanks.
  18. davidku

    Hiding / Showing Partial Content With a Click

    I think something wrong with the code. It manages to hide it but when I click on the link, it shows me a blank page with a word "block". Is the syntax wrong ? Thanks.
  19. davidku

    Hiding / Showing Partial Content With a Click

    Hello Gurus, My understanding of Javascript still not good enough to modify this script. I would like to seek your help whether you have a better script to perform this function. Let's say, I have an article. I am breaking the article into 2 sections. By default, the first section will be...
  20. davidku

    Hiding / Showing Partial Content With a Click

    Sorry ... I just started learning Javascript. I will try my best. Thanks.

Part and Inventory Search

Back
Top