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 TouchToneTommy 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: requested89
  • Content: Threads
  • Order by date
  1. requested89

    Using Variable from Included file...

    Is it possible to use a variable from an include file A on the page mainPage.asp or within include file B on the same including page? I have one include with a load of variables and I need to use these values in another include. Both includes are included on the same page. Thanks in advance...
  2. requested89

    SSL Question

    Can anybody explain how SSL and HTTPS works in terms of the following example. I kind of understand how it works and how PKI works etc but if I give you the following example perhaps it will help: I use a service whereby I send a credit card number over the internet using HTTPS. I will be...
  3. requested89

    Is is possible to Debug in Visual Studio using IIS 5.1?

    Does IIS 5.1 allow me to debug in Visual Studio 2003? I am trying exactly the same as what works on Win 2000 IIS 5.0 but the dllhost.exe doesn't show up for my Web Application. My website is an Application in IIS. Application Protection is High. Serverside Debugging is on. I can only assume...
  4. requested89

    XSL: How do I create dynamic Node Names?

    I want to use dynamic node names so that I don't have to rewrite a lot of code. Many of my nodes use the same XSL and the only thing that is different is the node name. I can't find any examples unfortunatley. Can anyone show me an example? Thanks in advance, Chris
  5. requested89

    How to control Enter from within Input field?

    How can I control what happens when a user presses Enter within a Text field? I want it so that the form is NOT submitted but instead calls a javascript fucntion. Thanks in advance, Chris
  6. requested89

    ASUS A8N - No POST

    I have built my system comprising of: Asus A8N-SLi Deluxe CRUCIAL 1GB DDR PC3200 400MHz 184-PIN UNBUFF 128MX64 Memory Modules Pny Quadro Fx 540 16 X Pci-express 128mb Ddr Western Digital WD360GD 36.7Gb "Raptor" 10,000RPM SATA/150 8MB Cache LG GSA-4167BAL 16x DVD±RW Aopen H500b Midi Tower 300w...
  7. requested89

    Correct use of <THEAD>, <TBODY> & <TH>

    I am designing my table and I want to use the <THEAD>, <TBODY> & <TH> tags correctly. My page is set out as follows: ContentTitle1 SubHeader1-1 SubHeader1-2 SubContent1-1 SubContent1-2 ContentTitle2-2 SubHeader2-1 SubHeader2-2 SubContent2-1...
  8. requested89

    CSS or Table for Questionnair Layout

    I have to create a questionnaire layout and I am wondering what the best method of layout is. Should I use CSS or Tables? The questionnaire is very long and must go in one page. In theory it is exactly what tables were made for because there is a section heading like 'Your Details' and then...
  9. requested89

    Sandbag Div (text around image) problem

    I am trying to create a design using the principles of the sandbag div tutorial found [url=http://www.bigbaer.com/css_tutorials/css.image.text.wrap.tutorial.htm]Here[/LINK]. My design loks fine in IE/PC but it won't render properly in Firefox, on the PC or Firefox, Safari or IE on the Mac. The...
  10. requested89

    Hardware needed to make my laptop WiFi

    I have a an old Apple G3 Laptop with no PCMCIA slot and I need to join a wireless network. Seeing as buying a PCMCIA wifi card is out of the question, would it be possible for me to buy a wireless access point with an ethernet port and then connect the Wifi access point to the network and my...
  11. requested89

    Getting Single Value from

    How do I get a single value from the below record set. I don't care if I get it from the datatable or dataset or even if a nice flying Stork comes and drops it in my backgarden I just want to be able to get the value of the field imageName from the database. oConn = New...
  12. requested89

    Control IIS5.1 FTP Access on XP Pro

    Is it possible to control access to FTP folders on IIS5.1? There is no Directory Security tab like on IIS5/6 so I just wonder if it is not possible with XP. I want to make it so that I either have to input a Username & Password to log on to the FTP or that I am prompted for a Username &...
  13. requested89

    Session.Timeout Settings

    Apologies for asking what is a fairly simple question but I couldn't find the answer anywhere. I have an area of my website where people have to login and can then write text etc. If the person is writing for 30 minutes and then click submit, the session has timed out and all their work is...
  14. requested89

    FTP With Username & Password

    Is it possible to install FTP on Windows XP and use a username and password? I have managed to get the FTP service working ok but I want to implement a Username/Password to ensure that people login and that it isn't just anonymous. Is this possible or do I need a server edition? Thanks in...
  15. requested89

    RegExpression Exact phrase

    Is it possible to have RegExpr only come back if the string matches exactly with the expression? I want to find the expressions "bla|ble|bli|blu" etc but I don't want it to trigger if the words are bland, bleed, blimp, blue etc. Is there some sort of binary mode whereby it has to match...
  16. requested89

    How can I slow down my Network Connection?

    I have to regularly test things over a slow internet connection as part of my work and I just wondered if it is possible to slow my network card down to try and acheive this? Is there some way I can set it so that my Network Card is limited to 5kb/s for example? It doesn't have to be very...
  17. requested89

    Where do the old Logs go?

    I have set my IIS server up to create a new log every week but occasionally i need to look at logs from the previous week or even 2 weeks ago. when IIS creates a new log does it completely erase the old log or does it put it somewhere else? It would seem strange that a log is created with the...
  18. requested89

    Remote Access Security Question

    I was asked the following question by a prospective employer and I have to admit I didn't know the answer. Can anyone point me in the right direction for future reference. How would I configure my companies laptops to ensure that I can remotely manage them from my company network whilst...
  19. requested89

    External User Email Limit Advice needed

    I was asked the following question by a potential employer and too be perfectly honest I genuinely didn't know the answer. If anyone can help me understand potential limits/reason for the future I would appreciate it. What e-mail limits (if any) would you set up for an external user dialling...

Part and Inventory Search

Back
Top