|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Active Server Pages (ASP) Programming Discussionmicrosoft.public.inetserver.asp.general
MadMike42 -
5 Aug 2006 11:39 PM - 2 messages
Hi, I'm writing a simple forum for a music web site and I have been trying to find some example code to help me but a ' tree ' together, let me explain:- Posted new messages will show on the left of the page ...
Jim Rodgers -
5 Aug 2006 8:46 PM - 13 messages
I have a big asp file that has an error under certain conditions -- totally repeatable. However, it only fails when I set response.buffer = True at the top. WHen I set it False in order to debug it, it works every time! I even ...
microsoft.public.dotnet.languages.vb -
5 Aug 2006 12:59 AM - 3 messages
Hi All, I need to assciate two varaibles dyanmically in value of the checkbox. How can I do that? For ex., I have the following: <td><input type='checkbox' name='chk<%=i%>' value='<%=rs("Field1")%>'> ...
watha -
4 Aug 2006 11:53 PM - 3 messages
I found this code in a website and wondered whtat it does. <A href="[link]" ...
Raj -
4 Aug 2006 9:36 PM - 3 messages
<html> <body> <script language="javascript"> locatin.href="splchars.asp?filenames=funnel slab beam bldg #15.txt;slab @ el 246.50 # 15.txt" </script> </body> </html> spchars.asp ----------- <% ...
Andrew Allen -
4 Aug 2006 8:53 PM - 3 messages
I need to migrate a site from Windows 2000 server running IIS5 to Windows 2003 running IIS6. The site uses extensively MSWC.PermissionChecker to control what links to show to users. The MSWC.PermissionChecker that was part of IIS5 resource ...
charles@home.com -
4 Aug 2006 7:31 PM - 5 messages
I need to send data from a 'form' on an HTML page to an ASP page. The ASP page should 'return' a simple HTML page containing the data from any items submitted, including any hidden items. I know its probably very simple, but I am beginner. ...
Bon -
4 Aug 2006 4:34 PM - 2 messages
Dear all How can I use xmlhttp function in ASP page? And, how can I get the xmlhttp parameters using Javascript? Cheers Bon ...
Katie -
4 Aug 2006 2:22 PM - 4 messages
Hi, I want to be able to send users links to pages in my website. But if they arent logged in I want them to first be redirected to the login page and after they login automatically be redirected to the page i ...
Advo -
4 Aug 2006 12:44 PM - 9 messages
Hey. Basically Ive got an url: [link] Basically need that to be written and shown in the browser like: [link] notice how i've added the .html, thats for our Search Engine ...
kelvinweb -
4 Aug 2006 9:33 AM - 2 messages
Hi All, How to using asp script update data in Excel Spreadsheet with style (ie, Bold, Font Size ..) ? Is it possible to do that ? ...
JG@HG -
3 Aug 2006 7:12 PM - 2 messages
Does anyone know if the ASP scripting technology has a support lifecycle at Microsoft? Is there any information on if/when ASP as an application platform will no longer be supported by Microsoft? I have a customer that wants to ...
stjulian -
3 Aug 2006 6:02 PM - 6 messages
We are currently running IIS 6 on Windows Server 2003. I am looking for a font rendering component. It should take a typeface (Truetype) and print out the supplied text as a .GIF or .JPG It should work with traditional .ASP or .NET. ...
LamSoft -
3 Aug 2006 4:25 PM - 3 messages
When I call the WScript.Shell and "RUN" the object... I've got nothing on the server For Example, objWscript.Run "notepad.exe", True, 1 But on the server side, there is no this process running.. The NTFS of notepad.exe permission is set to EVERYONE already.. ...
Eugene -
3 Aug 2006 2:15 PM - 3 messages
Hi, I have a vb6 dll that would make use of the AdvAPI. Then I have a asp.net project that would call this vb6 dll, but the returned value is not correct. From what I checked, the vb6 dll is called, but it fails on AdvAPI. What is ...
the other john -
3 Aug 2006 1:17 PM - 6 messages
I'm not certain that what I'm asking is an AspUpload question or just a VBScript question. I am uploading a story with up to 3 pictures. Each picture uploads using aspupload with no problems. What I need to do is while iterating ...
kelvinweb -
3 Aug 2006 8:00 AM - 4 messages
Hi All, How to using one excel template to insert data into another excel spreadsheet by using asp programming ? Please help. ...
RRI3 -
3 Aug 2006 3:43 AM - 2 messages
I created an on-line form which is displayed as http://localhost/test.htm via a local server with Internet Information Services 5.1 to submit data to a MS Access database located at C:\Inetpub\wwwroot\fpdb\test.mdb. The MS Access ...
Kevin Davis -
3 Aug 2006 1:31 AM - 2 messages
Hello, I would like to do some modifcation based upon the value on a text field. What I would like to do is have the text turn bold face based upon the value of the text field. For example if the field contains a ...
Matthew Moran -
2 Aug 2006 10:51 PM - 2 messages
I have a need to have a web server (windows based) grab files each week from a linux based server - hosted elsewhere. I cannot use UNC paths. I want to have a script (.asp/asp.net) on the windows server that I would ...
HockeyFan -
2 Aug 2006 4:26 PM - 4 messages
I'm fairly new to ASP.Net. All the projects that I've worked on lately have allowed binding to items on the page, via such as <%# FunctionReturnsAString() %>. However, I had to do nothing in my codebehind, ...
Leszek -
2 Aug 2006 1:58 PM - 5 messages
Hello! I have my webpage (ASP) in domain (IIS 6.0). I need to make a popup with fullname of current user. How can I do this? Maybe someone have any examples? Thanks! ...
Geagleeye -
2 Aug 2006 12:45 PM - 3 messages
Hi... how do i create a new xmlnode inside a node ... i have folowing code : Dim tmpElement As MSXML2.IXMLDOMElement Dim nlItems As MSXML2.IXMLDOMNodeList Dim tmpNode As MSXML2.IXMLDOMNode Set nlItems = axResponse.responseXML.selectNodes("//item/data") ...
Sonnich -
2 Aug 2006 11:16 AM - 9 messages
Yes it can. All I want is a number formated as: 1234567,89 - plain numbers and a comma as decimal marker. formatnumber returns the number in american style, which is of no use. The format command does not exist. And the help for ASP really sucks, when compared to php.org. Is there ...
jmalvika -
1 Aug 2006 11:35 PM - 5 messages
Hi all, I'm trying to generate an excel report from an ASP web page using .. "response.ContentType = "application/vnd.ms-excel" .... I need to add a custom header & footer to the excel report on generation. Is there a way to do this from the web without installing ...
frank -
1 Aug 2006 9:17 PM - 5 messages
We created an asp.net 2.0 app, which sends smtp email using System.Web.mail. The app is in an IIS 6 application pool isolated to 2.0 apps on a 2003 server. The app worked fine for a few days; recently however it began failing when ...
Sonnich -
1 Aug 2006 3:27 PM - 5 messages
....is it the posssible to: format a field as "currency" or "number"? format a field as a formula? I create my sheet as a table Response.ContentType = "application/vnd.ms-excel" response.write('<tr><td>blahblah</td></tr>'); ...
CJM -
1 Aug 2006 12:05 PM - 5 messages
I have a number of applications that use a particular technique to authenticate users using IWA and LDAP. These are for intranet application where the users all use IE6, however I'm trying to debug some javascript code and I find that easier to do with FF. ...
Craig -
1 Aug 2006 10:25 AM - 8 messages
Hi I am trying to debug a problem with some ASP pages when accessed via IIS on Windows 2003 Server SP1. In summary, the pages are structured as follows: Root page Page loaded via IMG SRC Root Page extract >>> ...
trooperbill -
1 Aug 2006 9:02 AM - 7 messages
.... and if so how (using basic asp, not .net)? thanks Mark www.iosilver - Silver Jewellery ...
Max -
1 Aug 2006 7:38 AM - 48 messages
Due to the behaviour of a particular COM object, I need to ensure that a request for a particular ASP page is finalized before another request for the page is processed. Does IIS have a way to ensure that subsequent ...
Jon Paal -
31 Jul 2006 10:12 PM - 4 messages
why is this code only deleting on the first pass when there is more than one item in the array? checking the array shows all items are present, lower and upper bounds are correct if the array holds only one item it always works ...
rharmonster -
31 Jul 2006 7:31 PM - 2 messages
I have an asp page that builds a calendar made up of images for each day. When a user selects a day, javascript changes the day selected and the next 2 days' images to a "booked" image. I place the day's ...
HankC -
31 Jul 2006 5:15 PM - 3 messages
I have a asp app that I wish to limit execution access to a universal security group during beta test... I've tried restricting permissions using ntfs, the virtual directory and the net.config file (which I assume will not work as this is not a ...
rmturner23 -
31 Jul 2006 12:45 PM - 7 messages
Can someone please tell me what the 5 standard protocols of ASP are? ...
divya -
31 Jul 2006 11:29 AM - 4 messages
Hi, I have a table tblbwday with 2 fields Name and Birthday.I have written this script for displaying evryday names of the people on that day. <% set objConn =server.createobject("ADODB.connection") objConn.open "DSN=Photo" Dim sqlSELsite,ObjRSSel ...
creamy -
31 Jul 2006 9:17 AM - 5 messages
Please i would like to know if it is possible to restict a file to an IP address. i.e: It would only open on a system based on its IP address. Thanks. ...
lovely_angel_for_you -
31 Jul 2006 1:31 AM - 5 messages
Hi, I have following code, picking an ID and saving it to Cookies. <% ItemID = Request("prod") Response.Cookies("THREES")(ItemID) = Request("prod") ...
Victor -
30 Jul 2006 10:26 PM - 8 messages
I've got two domain names sharing the same IP address that use ASP VBScript If I set a session variable with domain 1, it is only available for domain 1 - this is correct? If I set an application variable with domain 1, the app variable is sharing across all ...
|
|||||||||||||||||||||||