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

    Outlook Setup Launches

    Hi Ive just installed some custom software which uses visual basic. Whenever I start it up, Outlook 2000 attemtps to install itself. Im using webmail and dont want to install outlook. Any ideas ?
  2. Johno2090

    Simple Form Problem

    Cheers m8 im doing that as we speak but not much halp atm
  3. Johno2090

    Simple Form Problem

    hi guys all i need to know is how to send the submit click of a form to a sub procedue in the same page eg <form Action=&quot;Publish&quot;> </form> Sub Publish Check Form end Sub i want it to run the sub procedure before doing nething else thanks in advance
  4. Johno2090

    Ok just a total noob question. i

    I love you sir
  5. Johno2090

    Ok just a total noob question. i

    Ok just a total noob question. im having trouble with If statments i assumed they would be stright forward here is what ive been playing with var HourofDay; HourofDay = new date(); HourofDay = hourofday.getHours(); if (hourofday != &quot;15&quot;) { Output=&quot;yay&quot; gotoAndPLay(2)...
  6. Johno2090

    sql statement with gaps using asp?

    i personaly would just do something of the following sql=&quot;SELECT * FROM stock WHERE&quot; if artist <> &quot;&quot; then sql = sql + &quot; Artist LIKE '%&quot;&Artist&&quot;%'&quot; End if obviously you would need some more thought behind it but it would leave out the segment of...
  7. Johno2090

    Pop Up Problems

    Hi guys i have made this page but i cant get it to be an open under window http://www.clana51.com/information.html i would be grateful if somebody could work out what ive done wrong.
  8. Johno2090

    Getting Logged on User

    ** GETS ON KNEES ** Please help me!
  9. Johno2090

    Getting Logged on User

    We are currently trying to make a move from ASP to PHP. We have got the code in ASP working which is simply with this code. Request.ServerVariables(&quot;LOGON_USER&quot;) which gives us the username of the user using the computer such as Expedia.org/Chris.Johnson (Domain/UserName). I have...
  10. Johno2090

    We are having problems installing A

    I hope so as there is a whole website about it http://www.apache-asp.org/
  11. Johno2090

    We are having problems installing A

    We are having problems installing ASP on an apache server when the asp page is viewed it brings up the code in the web browser without running the code for example <% Dim COunter For Counter = 1 to 50 Response.write Counter & &quot;<br>&quot; Next %> We have apache 2, Active Perl and...
  12. Johno2090

    WireLess Network Problems

    Please some one i desperatly need help with this!
  13. Johno2090

    WireLess Network Problems

    I have two BlueTooth USB PC2PC Connetors which i have installed in one Windows XP Professional Machine and One Windows 98 Machine. I can send data from one computer to another computer through the Devices but i cant seem to get them in a network toghether i have set up a workgroup on the windows...
  14. Johno2090

    response.redirect to another Frame!!!

    i need help i have got a page i open up for errors and i use 4 frames a top, left, right and main. I want the page which is in theright frame to open up the error page in the Main frame. Please tell me i can do this with .asp!!
  15. Johno2090

    Coverting a String into LowerCase.

    Thats Exactly What i wanted thanks alot m8.
  16. Johno2090

    Coverting a String into LowerCase.

    I need to know a way to convert a string into Lower Case for instance if i have CHRIS in a string i want to change it to: chris. Thanx in Advance
  17. Johno2090

    ASP - Adding and Takeing

    Ok here goes im making a program that calculates the stock of toners we have in our building everything works fine and wen users request the toners it enters there name printer and all there details into a spread sheet. Then i had the idea to make it automaticaly update the number of toners in...
  18. Johno2090

    Move.next Problems

    Is it any help that im trying to update a record?
  19. Johno2090

    Move.next Problems

    Ok thax for the help but i need more ive made a query to update a yes/no check box in a dtabase heres the code: <% OPTION EXPLICIT %> <!--#include file=&quot;common.inc&quot; --> <% dim Counter, counter2 dim str dim strvalue dim rsUpdate, strcollected strvalue = request.form...

Part and Inventory Search

Back
Top