Hi All,
I'm trying to find out how I need to set up my IIS(6.0) to run two domains (different site contents on each) from one server (win 2003), I thought I was about to get the answer here,
http://www.windowsitpro.com/Articles/Index.cfm?ArticleID=21871
but then I was faced with "Subscribe...
Hi, All
I'm going through the painstaking process of validating my pages, all was going (surprisingly) well untill I came to adding,
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
(working backwards with FF 1.5.0.2 extension "Html...
Hi All,
is it possible to play a game over the internet through a TCP/IP connection when you're on a LAN network.?
I tried connecting to their computer by entering their I.P but it didn't connect, then when I tried to host the game so that they could connect to my computer, I'd click "show...
Hi all,
I have a site running on windows server 2003 connected to a dynamic I.P address, currently zoneedit.com are taking care of the DNS servers, but, on rare occasions when I have to restart after downloading updates and so on my I.P will change, which means I need to login to zoneedit and...
Hi All,
I read an article the other day about Google making their own payment service to rival paypal called Gbuy, I think this is a good thing for the customers, it should make paypal review their charge prices, in my opinion paypal hasn't been as good since eBay bought it...
Hi All,
I'm using regular expression to find url's and hyper link them with string replace, what I have works fine untill the url has both "http://" and "www." ie: http://www.test.com, is there any simple change I can make to what I have to fix that ?
<body onload=hyperl();>
<div id="content"...
Hi,
Could somebody tell me the regular expression for matching hex colour codes,
var string="blah #000000 test #FF0000 blah #eeff00";
I know that " \d{6} " is six digits but it's not always digits only.
Hi, All
Could someone point me in the right direction in changing the following code to server-side VBScript with asp.
<script type="text/javascript">...
Hi All,
I'm new to ActiveX, could somebody tell me if the ocx file I saved and registered on a server can be displayed without actually going to the server, for example with applet you could put this code in a html file
<applet codebase=http://www.ClockBot.com/ code=clockbot.Clock width=300...
Hi All,
just the one question,
Does a request.querystring or request.form have to be of a input name, or can I somehow use the inputs ID= or Class= ?,
Thanks.
Hi, All
Does anybody know how I can put and use the value of fname into my ASP code,
<script>
var fname="John Smith";
</script>
<%=fname%>
I would normally use,
Dim fname
fname="John Smith"
or even
document.write(fname);
in javascript, but on this occasion I need to get the...
Hello All,
Is it possible to get a users location with asp.net, so that I could display a flag of the users country in the top right of the browser depending on there location ?, If anyone could link me to the right direction or give sample code that would be great, Thanks For reading.
or...
Hello All,
Is it possible to get a users location with asp, so that I could display a flag of the users country in the top right of the browser depending on there location ?, If anyone could link me to the right direction or give sample code that would be great, Thanks For reading.
Hi, All
I'm trying to move images from one main folder into three different folders depending on the image dimentions.
i.e
If dimen = 1280 x 1024 Then
fs.MoveFile "C:\Wallpapers\" & f2.Name, "C:\Wallerpaper\1280x1024\" & f2.Name
Else If dimen = 1024 x 768 Then
fs.MoveFile...
Sorry about this,
It's not a VB6 question, I couldn't find the random question forum.
The question is, does Tek-Tips have a Assembly language programming forum or Hex editing forum ?.
Also if you can help me with that maybe you could help me find the random question forum.
Hi, All
I'll just take a minute to set the scene, I have 250 folders each folder contains a text file,
eg: C:\folder1\file1.txt, C:\folder2\file2.txt, C:\folder3\file3.txt ...and so on, within each of
those *.txt files there are 5 lines of text, what i'm hoping to be able to do is loop through...
Hi, All
The Problem:
I have some folders named 1,2,3...(i'll stop there) all the way upto 250, within those folders I have a txt file, eg: folder named 1 has a file named 1.txt and folder 2 has a file named 2.txt and so on.
What I want to do is leave the folder names the same but rename all the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.