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 SkipVought 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. shaugen

    Check if file exist - clientside??

    Ok, thanks. That's what I thougt to. I just had to ask :) Stian Haugen Web-Developer "There is no spoon" -neo, The Matrix 1999
  2. shaugen

    from date1 to date2

    Try cast your dates to date-variables, u might want to add the &quot;step 1&quot; as well: for appDate=cdate(request(&quot;tdat1&quot;)) to cdate(request(&quot;tdat2&quot;)) step 1 response.write appDate & &quot;<br>&quot; next Stian Haugen Web-Developer &quot;Dodge this&quot; -trinity...
  3. shaugen

    Check if file exist - clientside??

    I have a script to change the src of an image, and it's working just fine.. but my problem is that I only want to change the img src if the file exist. I'm aware of methods to do this ServerSide, so I'm not interested in that. Is there anyone out there who how to do this with JavaScript -...
  4. shaugen

    Display icon When new message is posted on a message board

    Maybe u can use this: <br><br>&lt;%if datediff(&quot;ww&quot;, myDate, date) &lt;= 2 then%&gt;<br>&nbsp;&nbsp;&lt;img src=&quot;myIcon.gif&quot;&gt;<br>&lt;%end if%&gt;<br><br>okay?<br><br>you can also use the datepart() function perhaps...
  5. shaugen

    Netscape & IE4 tables - problems with formatting

    one thing is for sure: netscape doesn't handle % !<br><br>&lt;table border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; width=&quot;100%&quot; height=&quot;100%&quot;&gt;<br><br>this won't work in netscape...<br><br>and &lt;td height=&quot;64&quot;&gt;Q&lt;/td&gt; height in...
  6. shaugen

    Message boxes

    : )<br><br>&lt;SCRIPT language=javascript&gt; <br>window.alert('i am a message box');<br>&lt;/SCRIPT&gt;&nbsp;&nbsp;<br><br><br>...
  7. shaugen

    Update query?

    Glad Icould be of any help :)<br><br>Hang in there!
  8. shaugen

    Update query?

    :)<br><br>try this:<br><br>mySQL = &quot;UPDATE Survey SET [Number]='50' WHERE Name='Mac'&quot;<br><br>..
  9. shaugen

    Great Tool

    Nobody here tried Visual Slickedit???<br><br><A HREF="http://www.slickedit.com" TARGET="_new">http://www.slickedit.com</A><br><br>I personally use Homesite mostly, but sometimes Slickedit.<br>That way I really can control the code! I never ever use Frontpage or other crappy tools for generating...

Part and Inventory Search

Back
Top