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!

Recent content by requested89

  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

    ASUS A8N - No POST

    OK thanks I'll try that. Doesn't the RAM speed affect the speed of the processor? When I initially booted my PC for the first time, the RAM speed was set at 133 or 266 or something which made the processor speed 4.2Ghz (it should be 2Ghz). I changed the speed of the ram to what it should be...
  6. requested89

    ASUS A8N - No POST

    The error codes are as follows: ***STOP: 0x0000008E (0xC0000005, 0x80829160, 0xF7C7E2A4, 0x00000000) Any ideas?
  7. requested89

    ASUS A8N - No POST

    I bought a new 450W PSU and now the system boots correctly. Nearly! The system boots and I can get into the BIOS etc but if I try to install windows I get a Blue Screen with a Hardware compatibility error message. It doesn't mention the hardware which isn't compatible just some typical long...
  8. 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
  9. requested89

    ASUS A8N - No POST

    How do I supply power to the Graphics card? There is no power socket on the Graphics Card (unlike the better models i.e 1300 etc) so should I be attaching more than one power cable to the Mobo? There are 3 possible power sockets on the Mobo: 24pin, 4pin square & EZ-Connecter. Should I be...
  10. 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...
  11. requested89

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

    Unfortunately I do need to use tables yes. If I had done the layout myself I wouldn't have used tables, I would have used CSS. Aside from the Tables verus CSS argument (of which I side with the CSS gang by the way) does anyone know the correct way to use these tags? Thanks in advance, Chris
  12. 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...
  13. requested89

    CSS or Table for Questionnair Layout

    I think it comes down to my skill level too. I definitely think DIVs or SPANs is the best way to go in terms or code readability etc but I think to get everything lined up perfectly might be pretty challenging. Thanks Chris
  14. 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...
  15. requested89

    Sandbag Div (text around image) problem

    I've re-read he CSS and I understand now ChrisHunt. The CSS is controlling the Img as you rightly point out. It's pretty impressive stuff this CSS isn't it. Thanks for you help. Chris

Part and Inventory Search

Back
Top