Summary: in ASP page, I am trying to response.write a variable with a cancatinated tab between two words. My browser (IE 6.0) doesn't take it (I do see the ta...
Summary: Well, I can give you a general overview of how it was done, but depending upon what your level of experience is and what languages you know, it might ...
Summary: A well designed website uses a structure of elements of which the appereance is controlled in css-sheets. You can apply different sheets foor differen...
Summary: Alright. My question is: why do computers order single-digit numbers before double digits. I run a website that uses databases and ASP interacts with...
Summary: Oh, I have a basic idea of HOW to use the debugger. At least how to use it to find why a PC is BSOD'ing. A debugger is a tool, like a socket wrench. I...
Summary: Hello, i was wondering how i would create a form that when submitted would store the information submitted in like a txt file or any other type of fil...
Summary: Duhhhh, don't worry I fixed it - IE interprets carriage returns and tabs in some way. I would still appreciate comments on the look/layout. -{>_<}...
Summary: I am using DataBinder to show table data in asp.net datalist control in a table using dataset. The databinder is showing records in table row wise tha...
Summary: Thanks for the input. The fact of the matter is that I am going to use frames. One reason being is that I have to position a strip of tabs at the bott...
Summary: 1)Save your username/password somewhere only accessible (read-only) to the server. 2)Encapsulate all HTML in ASP. Just wrap everything in ASP code...
Summary: "do i need som web server, can I use IIS which is a part of winXP pro?" You can use IIS. "which one of the following I can use on winXP with IIS, ASP,...
Summary: "ok, i dont know a single thing about asp except it reminds me of c++." You should just revise that to "I don't know a single thing about asp", becaus...
Summary: I am using Access XP and Macromedia Dreamweaver MX (ASP VBScript). I have set up a webpage to input data into a Access table (set up table as memo) vi...
Summary: hey guys i wanna know if its possible dat if i click on a link for example rediffmail then that link fills up the user id and password and submits it ...
Summary: well we all know that there's \r\n on a windows machine to make an ENTER in a text file... but is there such thing as a command that will make a TAB i...
Summary: michael, your suggestions did not work in the sense that if i did either one, then the php script would not run ... just letting you know i did find a...
Summary: The answer is "it depends". For a static site you may not need javascript at all. However, for complex sites and web-applications JavaScript may very ...
Summary: When you print something in either IE or Firefox, the printout has "Page 1 of X" in the upper right hand corner along with the website address in the ...
Summary: Jake, there is an easier way to do what you want without any programming whatsoever. There is a style property called "@media". With it you can specif...
Summary: The site linked to above is one of the more reliable ones... I'm sure there are many good, reputable hosts out there, but as someone who has tried sev...
Summary: <html> <body> <script type="text/javascript"> function disable() { if (event.button == 2) { alert("Sorry no rightclick on this page!") } } &l...
Summary: You need to do this with a server side scripting language. So, the language you choose will depend upon the type that your hosting company supports (i...
Summary: Alright, I'm running Windows 2003 with IIS 6 for my webserver. Now, the websites are working fine, except for php files. When I try and access a php f...
Summary: Hi Dave- It sounds like you're using IIS, and will need to install PHP on the webserver. Download the installer on the PHP.net download page. You'll...