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: *

  • Users: din
  • Order by date
  1. din

    Make "Surfers" key in something if they select Other...

    Hi,<br><br>You need to use java script to achieve this.<br><br>The only way, to do this in vbscript is to have a server side validation. It will prompt the surfer to enter the comment field if they chose the &quot;other&quot; option<br><br>Hope this answers your question <p>din<br><a...
  2. din

    Default value on menu generated by asp

    Hi,<br><br>use &lt;option selected&gt;&lt;%=userinput%&gt;&lt;/option&gt; <p>din<br><a href=mailto:tidrus@bigfoot.com>tidrus@bigfoot.com</a><br><a href= > </a><br>ICQ # 26094048
  3. din

    paging

    Hi,<br><br>This site has a lot of links on implementing db paging.<br><br><A HREF="http://www.aspin.com" TARGET="_new">http://www.aspin.com</A> and do a search on &quot;paging&quot; <p>din<br><a href=mailto:tidrus@bigfoot.com>tidrus@bigfoot.com</a><br><a href= > </a><br>ICQ # 26094048
  4. din

    Page reproduction problem

    Hi,<br><br>Suppose you read the information entered like this<br><br>countrychoose = Request.Form(&quot;country&quot;)<br><br>In order for you retrieve and redisplay the information entered you do this<br><br>&lt;select name= country&gt;<br>&nbsp;&nbsp;&lt;option...
  5. din

    Formating date

    Hi,<br><br>Try this<br><br>&lt;%=FormatDateTime(&quot;7/13/00&quot;,1)%&gt;<br><br>would produce, what you wanted. <p>din<br><a href=mailto:tidrus@bigfoot.com>tidrus@bigfoot.com</a><br><a href= > </a><br>ICQ # 26094048
  6. din

    Uninstalling PWS (Once again...)

    Hi,<br><br>Then how sure are you that PWS was installed on your PC???? <p>din<br><a href=mailto:tidrus@bigfoot.com>tidrus@bigfoot.com</a><br><a href= > </a><br>ICQ # 26094048
  7. din

    Uninstalling PWS (Once again...)

    Hi,<br><br>Go to program files. Under PWS choose setup and then next button then select remove. <p>din<br><a href=mailto:tidrus@bigfoot.com>tidrus@bigfoot.com</a><br><a href= > </a><br>ICQ # 26094048
  8. din

    HELP ! Can Update my DB! :(

    Hi,<br><br>Check you write permission on the server <p>din<br><a href=mailto:tidrus@bigfoot.com>tidrus@bigfoot.com</a><br><a href= > </a><br>ICQ # 26094048
  9. din

    ASP / Access Database question

    Hi,<br><br>I guess this link will help you a lot on database manipulation<br><br><A HREF="http://www.web-savant.com/users/kathi/asp/default.htm" TARGET="_new">http://www.web-savant.com/users/kathi/asp/default.htm</A><br><br>Let me know if it helps <p>din<br><a...
  10. din

    Send E-Mail from .ASP

    Hi,<br><br>I did not look at your code since it is too complicated.<br>But here is how you should do:<br><br>Suppose you DB table is &quot;USER&quot; and has three fields<br>1. Name<br>2. email<br>3. address<br><br>Before you write to the DB, you must already have an input form for this. Suppose...

Part and Inventory Search

Back
Top