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 gkittelson 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: tuyle
  • Order by date
  1. tuyle

    Apache server cache *.js file !! ;-(

    Hi, I include a JS (javascript) file in *.php page. When I update JS file, and reload *.php again: nothing happen becase Apache server doesn't load the updated JS file. Anyone can know how to force Apache reload the update JS file? Thanks, Tuy Le
  2. tuyle

    Does PHP support Unicode?

    I want to insert Unicode string into mySQL. Can PHP support Unicode? Because right now mySQL doesn't support Unicode so I have to use BLOB type instead of VARCHAR type. Can anybody help me? Please give me an example. Thanks, Tuy Le
  3. tuyle

    alert boxes

    Hi friend, You should use the &quot;confirm(msg)&quot; instead of &quot;alert(msg)&quot;. This is an example: <script language=&quot;JavaScript&quot;> var name = confirm(&quot;Press a button&quot;) if (name == true) { document.write(&quot;You pressed OK&quot;) } else { document.write(&quot;You...
  4. tuyle

    Problem when moving the layer in NS! Help me, please!!!

    Hi, I have written the DHTML file. It contents 1 layer (DIV) to handle mouse events: 1/ Click on the caption to move the layer. 2/ Click on the buttons to process specified works. It works well with IE4 but has some problems with NS: the buttons are disappeared when moving. Please copy...

Part and Inventory Search

Back
Top