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

    IUSR_IIS Account permissions

    You could check the IUSR_ IIS permissions on the folder your working on, right click the folder and check the properties and go to the security tab. You will see if the IUSR_ IIS account has the permissions to write to that folder.
  2. webstaff

    IIS6 running but site not showing up!! Please help.

    Hi Guys First time here so I hope im in the right place. Anyway........ I got Broadband this week and decided that I would run my own webserver to host my homepages and my friends sites. I set up IIS and can view the sites locally with no problems, my ASP cod is all working fine. My web...
  3. webstaff

    Create Link Depending On Value In Recordset VBS/ASP

    No Worries I got it thanks any way.
  4. webstaff

    Create Link Depending On Value In Recordset VBS/ASP

    Hi Guys, Im a little stuck with my VBS on my ASP pages. I have a recordset that gets pulled, and depending on the value of one of the returned fields I want to show a link or not. Here is the HTML code that I want to be displayed <td height="14" bgcolor="#00FF00"> <div align="left"><font...
  5. webstaff

    Null Values in a list box

    Thank you, I dont know why i never thought to try that. Regards as ever C
  6. webstaff

    Null Values in a list box

    Hi Guys, List Box question, using DW MX on winXP To populate the list and values are no problem, Say the list hold a list of titles to pick from Doctor value= Dr. Minister Value = Rev. No Title value = Etc Etc But I want the initial value of the list to be blank and hold a null value, so...
  7. webstaff

    Change font colour of dynamic text from a recordset

    Thanks, Im not sure quite what to do, I tried this but still no Joy <% If (Recordset1.Fields.Item("sire_title").Value)<> "" Then (Recordset1.Fields.Item("sire_txt").Value).Style.Color = RGB(255, 255, 255) End If %> Thanks again
  8. webstaff

    Change font colour of dynamic text from a recordset

    Hi Guys, Im a bit of a newbie to VBScript and wondered if someone could help me out. I have some fields that are taken from a recordset on an ASP page. If one of the fields has a value I want the other field to show in RED. Im not realy sure how to do this?? This is what I want to say...
  9. webstaff

    Problems with Application Var

    Hi, Sorry for posting all that code..... The page is a form that takes users input and stuffs the data into an access database..this all works fine. But along with what the user adds there is a hidden field and it takes the users log in username and stuffs it into the database along with...
  10. webstaff

    Problems with Application Var

    Here is the code for one of the pages where the vars do not work. There is also a hidden field set to the value of one of the session vars that is not working. <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <!--#include file="../Connections/open.asp" --> <% ' *** Edit Operations: declare...
  11. webstaff

    Problems with Application Var

    Hi Guys, Thanks for the replys. Im running IIS on WIN XP Pro, So my site is in the WWWRoot, within the sites root I can use my session /application var's, as on the main log in page I set the session var "Session("username")= Request.Form("username")" Now I can use this in the pages in sites...
  12. webstaff

    Problems with Application Var

    Hey Guys, I have a log in page and from that I take the username and stuff it into Session("username") When I want to say at the top of a page hello username I can use this session var Session("username") to get the name for me, this works fine in the root of the web pages, but when I call a...
  13. webstaff

    If statment/condition....but unsure how to say it?? [Newbie]

    I got it thanks guys.............
  14. webstaff

    If statment/condition....but unsure how to say it?? [Newbie]

    Hey dave,, I tryed tha and it errors out on the line if ( number >= 10 && number <= 15 ) The message says "Cannot convert int to int in function main" Any ideas?? Thanks again
  15. webstaff

    If statment/condition....but unsure how to say it?? [Newbie]

    Thank you so much thats a great help.
  16. webstaff

    If statment/condition....but unsure how to say it?? [Newbie]

    Hi Guys Im trying out some C and I find I need an IF statment Im just not sure how to put my condition and wondered if someone could guide me?? Thanks again if(number is between 10 and 15)<< stumped on correct systax { printf("whatever here"); }
  17. webstaff

    Newbie to C, convert lowercase to uppercase

    Thanks very much, thats what I needed. Regards W
  18. webstaff

    Newbie to C, convert lowercase to uppercase

    Hi all, Im very new to C and I have a problem that requires the user to input a letter in lowercase and the programe needs to convert this letter to uppercase EG: 'a' to'A' Any help is appreciated W
  19. webstaff

    Large table on page is making things very slow at design time.

    I think that code was cut short but you should get the idea. Thanks again for all your replys
  20. webstaff

    Large table on page is making things very slow at design time.

    Ives sat and hard coded it all now, It was realy painfull ad dreamweaver realy struggled, but it runs fine. Here is roughly how the page displays. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- saved from...

Part and Inventory Search

Back
Top