Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007


all groups > inetserver asp general > november 2003 > threads for tuesday november 11

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

Anchor Tag in default.asp causes page to reload???
Posted by lorenzdominic_ NO[at]SPAM hotmail.com at 11/11/2003 7:33:38 PM
I have a home page on an intranet called default.asp I just type in the server name to take me to the default page http://server. The home page has an anchor name tag: <A name="fred">Freds Info</A> It is located by this anchor href tag: <A href="#fred">Up to Freds Info</A> The problem is th...more >>

ASP window.open
Posted by Bob - NoSpam at 11/11/2003 7:11:54 PM
Well I have searched the web and books but so far I am drawing a big fat nada on this one. I want to open a new window from an ASP page and everything I have found suggests to use JavaScript and not the server side VBScript. The problem is that the server side is what will decide were to send ...more >>

Visual Interdev question. Help Please!
Posted by Steve at 11/11/2003 6:47:54 PM
Hello,I hope someone body in this forum can be of help.Suddenly, I cannot connect from my PC to our web server via Visual Interdev (v6). My colleagues can using the same login information. I can even do it from my laptop a few feet away.It just won't work suddently from my desktop machine.I can't...more >>

Can't access site through public IP address (IIS 6)
Posted by Ted Rogerson at 11/11/2003 6:20:40 PM
I can get to my pages through my private IP, but not my public IP address. This was setup and running fine before under W2k, so it's not a network issue. Any suggestions? ...more >>

How dim a client value
Posted by Jack at 11/11/2003 5:19:47 PM
Hello, I wrote this code: <SCRIPT Language=VBScript RUNAT=Server> dim ab ab=40 Response.Write "<INPUT type=""button"" value=""Button1"" id=button1 onclick=""ab=" & ab & "+10"">" Response.Write "<INPUT type=""button"" value=""Button2"" id=button2 onclick=""text1.value=ab"">" Response.Wr...more >>

OT-client-side question
Posted by middletree at 11/11/2003 4:41:30 PM
I know this isn't the right forum, but this is driving me crazy, and I don't think I'm very off, probably one little thing is keeping me from being successful. I'd like to have two radio buttons, and the first one will be selected by default when the page loads. When it is selected, the two ch...more >>

Referral urls - counting hit in Access database
Posted by jason at 11/11/2003 4:39:19 PM
Hi Guys, I have an interesting challenge: We are about to begin building magazine adverts with specific query string urls attached to a particular boat page which let us know which magazine url was the referrer: http://www.catamarans.com/charter/bareboat/catatonic/?m=cw I would like to...more >>

MS's Richedit
Posted by Arnold Shore at 11/11/2003 4:37:38 PM
Will appreciate a url or ??? re using subject control in some manner in ASP. I vaguely recall seeing something re this, and Google is no help here. Thanks all. AS ...more >>



HTTP/1.1 400 Bad Request
Posted by turnit (removethis) NO[at]SPAM qwest.net at 11/11/2003 4:24:24 PM
I have a login form that uses the post method to carry the information to the next page. The form works just fine in ie6.0, but fails in mozilla and fails in ie5.2 on a mac. "HTTP/1.1 400 Bad Request" was the original error msg now that I reinstalled iislockdown and urscan I get "The param...more >>

how do I get a file size
Posted by Chris at 11/11/2003 4:19:49 PM
How do I find out the size of a file. I can get listing of files in a directory but I cannot figure out how to get the file size also. Here is what I have so far. <% Set MyDirectory=Server.CreateObject("Scripting.FileSystemObject") Set MyFiles=MyDirectory.GetFolder(Server.MapPath("test")) Fo...more >>

ASP benchmarking?
Posted by Dean J. Garrett at 11/11/2003 2:46:26 PM
Does anyone know of a good tool for benchmarking ASP applications; performance, scalability, etc.? Thank you! ...more >>

How text101 can't show 'eee'
Posted by Jack at 11/11/2003 1:04:05 PM
I wrote this code: <SCRIPT LANGUAGE=JScript RUNAT=Server> .... Response.Write("<INPUT type=text id=text100 name=text100 onchange='text101.value=eee'>"); Response.Write("<BR>"); Response.Write("<INPUT type=text id=text101 name=text101 >"); Response.Write("<BR>"); .... </SCRIPT> But,when tex...more >>

Msxml2.XMLHTTP Takes Too Long To Upload File
Posted by Dan Sikorsky at 11/11/2003 12:40:23 PM
Uploading from browser to server using Msxml2.XMLHTTP takes a long time = about 15 minutes for a 1.5MB file at 37.2Kbps, although it does get = there. Is there anyway to speed things up? here's the code ... var sFilename =3D (document.form1.myFileName.value); // create ADO-stream Object ...more >>

Does GetObject work with ASP?
Posted by Rich at 11/11/2003 11:57:38 AM
Hello, I have not been working with ASP for too long at this time and am not real familiar with a lot of things about ASP. I have searched for articles on the following question but not come up with any definite answers. I would like to know if it is possible to use GetObject in order t...more >>

How can show "ABC" by JScript
Posted by Jack at 11/11/2003 11:22:07 AM
Hello, By VBScript I can use this code Response.Write "ABC" How can I use JScript show "ABC"? Can you help me ...more >>

Loop Inside loop for writing text lines
Posted by daniel NO[at]SPAM spark.net.gr at 11/11/2003 7:59:31 AM
Hi Guys!!! Thanks in advance for any kind of help about this problem. The problem: Acces Database One Table 'Orders' and second 'OrderItems' I want to export in txt file using FSO and write all orderitems ordered by orders. And i want to write a blankline if the orderitems is more tha...more >>

Howdy
Posted by smartjaws NO[at]SPAM yahoo.com at 11/11/2003 5:37:55 AM
Just checking if this works!...more >>

IIS Not starting
Posted by AT at 11/11/2003 5:35:05 AM
I had abruptly closed my Web Application in Visual Studio.Net. Then I have restarted, Now the defaultweb site on My IIS would not start.Whel i go to the IIS MMC and try to start the "Default web site" by right clicking it then i get the message "Address Already in use". Please help. P.S...M...more >>

Using 'Like' with 'If' statement ??
Posted by david NO[at]SPAM scene-double.co.uk at 11/11/2003 3:11:34 AM
Hi, Quick question. If I have a recordset value in RS("ProductName"), is it possible to test for a part string in this value ? I would be looking for all products starting 'Blue' and with misc endings. So I will require the search string Blue.* Can I do something like: If RS("Pro...more >>

REMOTE_ADDR gives a wrong IP address
Posted by Sachin Singhal at 11/11/2003 3:06:30 AM
Hi All, I am in a bit of fix. In one of my setup, the server REMOTE_ADDR= (url =3D Request.ServerVariables("REMOTE_ADDR")) does not work, it= gives a IP address but the wrong one. It does not give the IP= address of the machine surfing the page. It seems to me that it= is giving me the IP...more >>

ASP IN EXCEL, trailing zeros truncated
Posted by BARBARA FLOYD at 11/11/2003 3:04:25 AM
Hi, I have an ASP file which is opened in MS Excel. I have used the "formatNumber" function to set the number of decimals for variables which are displayed. however Excel cuts off any zeros at the end. e.g 4.650 displays as 4.65 the number of decimals I want to display to varies across ...more >>

ASP Changes not reflected
Posted by Gary Millar at 11/11/2003 2:14:08 AM
Hi, I have a problem that pages are being altered by interdev (and we can see on the server that the files have changed) but they are not displayed in the browser. It appears to be a caching issue of some kind and we can resolve this by unloading the application in IIS but need to try and...more >>


DevelopmentNow Blog