|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Active Server Pages (ASP) Programming Discussionmicrosoft.public.inetserver.asp.general
Save a web page
fiefie.niles -
26 Aug 2006 4:40 PM - 4 messages
I would like to save a web page to a file. When I do that, sometimes the saved web page does not look like the original web page. For example, when I save [link], it looks very different the ...
Save a web page - hyperlinks question
fiefie.niles -
26 Aug 2006 4:13 PM - 4 messages
I would like to save a web page to a file and have the hyperlinks work when I bring the file back up. If the web page has a hyperlink like the following <a href="OurWeb/News/abcFile.htm">, after saving the file and showing ...
Problems passing session variable - HLP WILL BE APPRECIATTED
Mirovk -
26 Aug 2006 3:58 PM - 1 message
Hello Agn, 1.- Being at the a.asp I refresh the page and session variables using a JavaScript function: { simbolo = window.document.frmdir.simbolo.value; window.location.href="checkout_gastos.asp?refresh=1&bono="+bono+"&simbolo="+simbolo; ...
IE How to disable Navigation Bar
Mirovk -
26 Aug 2006 3:18 PM - 3 messages
Hi, I would like to disable the navigation bar in IE to force my web users to use the application´s navigation buttons. Ideas welcome, Thanks... ...
HELP - connectivity with asp and SQL Server
patty -
26 Aug 2006 2:27 PM - 3 messages
I have a problem with internal websites written in ASP that connect to SQL Server. Occassionally while trying to access these sites, the following error is generated: Microsoft OLE DB Provider for SQL Server error '80004005' [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or ...
ASP variable in HTML frame target?
2hawks -
25 Aug 2006 10:43 PM - 4 messages
This is simpler than I am making it... all I want to do is build a url for an html frame source from a string constant and a variable. I want to Response.Write "<Frame source=""bla.bla.asp?query=& aspVariable"" ... ...
Remove items from a list
Adrienne Boswell -
25 Aug 2006 8:53 PM - 1 message
Here's my list: required = "street_name, city, zip, country, email, phone, url, username, password" notrequired = "email, url" So what I need to do is take email and url from the required list and make a new list. I've got a bad cold, and my brain doesn't seem to be functioning ...
ASP NNTP Viewer
Collywobbles -
25 Aug 2006 8:41 PM - 3 messages
I would like to add usenet to a forum I have. Is there any tutorials that will show me how to download the NG data, etc. or even if possible a (free*) application to run it. Thanks Killian * as I have zero budget for this! ...
global.asa
abcd -
25 Aug 2006 6:11 PM - 2 messages
I have written general purpose functions in an .inc file when I include that file using #include to my global.asa I get errors. whats the correct way to include that .inc file in global.asa ...
Problem viewing compressed(zip) XML in browser(IE)
ms.coding@gmail.com -
25 Aug 2006 4:45 PM - 1 message
I received a huge compressed-xml file from server and want to display that in bowser (IE). I believe it's doable by just manipulating Response object header. The error I get is "xml document must have top level element". I could open this compressed xml in winzip. So ...
Membership Problem
Scatir -
25 Aug 2006 3:03 PM - 5 messages
Hi, I have a membership problem I couldn't resolve. I have set up membership as most of tutorial instructed, and I am able to log on, but cannot stay log on for some reason. ex: when I log on, the log in become log on, but when I ...
Newbie ASP and .NET questions
eastcoastguyz -
25 Aug 2006 6:50 AM - 2 messages
I'm a newbie to ASP & .NET, so please be kind in your reply. :-) My background in software with respect to the web is Linux, Apache server and mostly writing in PHP for it.I have also used a CMS ...
missing number
le0 -
25 Aug 2006 2:24 AM - 6 messages
Hello guys, Im really having a hard time doing this, I have a record set with the ItemNo field with the data type as Text. In the record that I have, I want to find the missing number in the series ...
Private Subroutines
Victor -
25 Aug 2006 12:55 AM - 6 messages
In ASP, if I define a subroutine as private Private Sub mySubroutine(arg1, arg2) I understand that the variables I define inside the subroutine are local only to the subroutine. If the same variable is defined outside the subroutine, it won't conflict ...
Combo Value and Name
Scott -
25 Aug 2006 12:43 AM - 3 messages
If I click the "Update" button on my form below, I can retrieve the value of my combo by using code in the FORM RESULTS section below. Therefore, if I choose the "Inside" option in my combo, I would get "1" as the value of my ...
Email using ASP
James Jones -
24 Aug 2006 11:00 PM - 3 messages
Is it possible to create a script in ASP to retrieve email from an inbox such as j***@doe.com? I know its possible to send email, but i want to receive. any way possible. Thanks in advanced. ...
Attach file to Page for Emailing
Jess -
24 Aug 2006 7:22 PM - 6 messages
I'm trying to build a page that the user can attach a file/s to and email them thru a form. I see plenty of info on how to actually code it to send with a variable - but how do you build a form that allows user go out and ...
Logging Users
Evan -
24 Aug 2006 6:37 PM - 3 messages
Hi, I have a password protected site, using an Access database and ASP as shown in this tutorial: [link] I would like to automitically log when a user signs in, presumably using a ...
Change in Request("HTTP_AUTHORIZATION") from W2k to W2k3?
Bob Murdoch -
24 Aug 2006 6:28 PM - 2 messages
I just moved my website from a Win2000 server to a Win2003 server. On the old server, we would prompt for the user name and password via the WWW-Authenticate header, retrieve the Base64 values provided by the user from Request("HTTP_AUTHORIZATION"), decode them, and validate the user ...
Auction website codes
fniles -
24 Aug 2006 6:11 PM - 1 message
Is there any sample codes/projects that does auction website ? Thank you. ...
Simple ASP scripting question?
Cliff -
24 Aug 2006 4:41 PM - 8 messages
I'm not that great with ASP but I've hacked together a simple server side script that uses the Microsoft XML ServerXMLHTTP object. The problem is that when other people use the script sometimes they get an error that the object can not be created, due likely to the required ...
ADsSecurity
Juerg -
24 Aug 2006 2:04 PM - 3 messages
Hi there I have an ASP application running on Windows 2003 Server. This application need 'ADsSecurity.dll' registred to run. Now I would move this to a new server, which is a W2k3 64-Bit server. Now I have tried to register the dll. ...
RcrdSet.MoveLast
le0 -
24 Aug 2006 2:07 AM - 3 messages
Hello guys, I have this little problem in query, i queried one table and sort this record in descending order but when I declared the recordset to move in the last record but the browser rerurns an error called "Rowset does not support ...
Extra Path Info
cdkorzen -
24 Aug 2006 1:10 AM - 12 messages
I'm sorry if this is a rehash, but all I see is the same info. Here's my debacle: I CAN get the PATH_INFO to work. With ANYTHING but ASP. Python, Perl, Cmd files... works fine. ASP can't find a file when extra path ...
edit excel on remote server
shank -
23 Aug 2006 9:36 PM - 10 messages
Problem: users around the internet need to edit the same spreadsheet. I don't want to code a bunch of pages for each spreadsheet we create. I know that a spreadsheet will open in a browser, but is it possible to save it ...
unknown name of value passing
google@walkerwebworks.co.uk -
23 Aug 2006 4:05 PM - 2 messages
hi, i am doing a list of links for a modular website, i was useing a loop to make a form for the links and link description so that i could have as menny as i liked and called the text box link<%= no%> and ...
Very strange behavior of "If Not rs.EOF", Need help...
John -
22 Aug 2006 10:31 PM - 13 messages
I can't get my head around this! I have the following code: <% .... Code for connection to the database ... .... Code for retrieving recordset ... If Not rs.EOF Then ... Do something... End If %> Very basic. Very simple. Except for the fact the the conditional is ...
Problems running ASP pages after server rebuild
Mrpush -
22 Aug 2006 9:13 PM - 6 messages
Hello, Have MS 2003 server with IIS 6.0 installed. ASP.net is also installed. Had to re-install the server after initial configuration by someone who left the company and now I cannot get the ASP pages to load. ...
force web root into https; redirect issues
Sergej Prokoviev -
22 Aug 2006 8:28 PM - 3 messages
We are running our site at [link] on secure hosting (Server 2003, IIS). We are using a custom 403.4 error page (called 403_4.asp, located under root) to redirect all users to https if they ...
www service not responding-where to post
Kevin Raleigh -
22 Aug 2006 7:51 PM - 2 messages
I am trying to get a working knowledge of ASP but to do this I need to get my www service working. I tried starting it and nothing but this error message: The authentication service is unknown I actually have several error messages that I should fix, but for now can ...
Need some help
Gavin -
22 Aug 2006 5:34 PM - 1 message
We have a custom webpage that connects to Active Directory and pulls down the users information which then creates a phone list for the office. We have hardcoded the user name and password in the webpage which has to be a ...
Loosing Session Values from script to script
Mirovk -
22 Aug 2006 5:00 PM - 6 messages
The onclick action associated to my form´s radio buttons call to a vbscript were the session values are changed, this happens correctly but with the onclick action associated to my continue button always shows the value =1 instead the values selected under my radio buttons ...
ASP 3.0 - Migration to Windows 2003 Question
Don Miller -
22 Aug 2006 4:59 PM - 3 messages
I have a ASP 3.0 web application that uses IIS 5.0 with W2K (with parent paths enabled). In my research about migration to IIS6 with W2003 it says that you need to change every INCLUDE FILE= to INCLUDE VIRTUAL=. ...
Could'nt Find MouseHover Event
Saurabh -
22 Aug 2006 4:45 PM - 2 messages
I'm a user of Visual Studio Web Developer 2005 Express Edition & I use C# as the language in it. So, the problem i'm facing is that I want to add a MouseHover event to an image but i could'nt find it in the Events' list in ...
FTP with ASP?
K -
22 Aug 2006 2:02 PM - 2 messages
Is it possible to code an ASP page which will FTP a file to a remote server? I have a requirement on a site I am developing to FTP files from the browser (via the site interface). Any examples woul dbe great if it's possible. ...
How to use "UBB Code" in my own ASP programme
u0key.Lee -
22 Aug 2006 6:45 AM - 5 messages
Recently , i make my own ASP pages, but i have a problem with "UBB Code" , i want to know how to include "UBB Code" in my own ASP programme ? Anyone who know this , please help me. Thank you ...
The Ultimate Bittorrent Cheat
RatioBoost -
22 Aug 2006 2:00 AM - 1 message
Auto Bittorrent Cheat is a Bittorrent client with a difference, It works just like any other Bittorrent client and is really easy to use, But it fakes your upload amounts to the tracker site in real time getting you a massive upload ratio & fastest possible download speed. ...
Urgent help needed
fj -
22 Aug 2006 12:40 AM - 11 messages
Windows 2003 Server. IIS 6.0 Website is running in separate application pool. I keep getting timeout problem. and the CPU is max 25%. The calculation runs more than 15 minutes. I tried to check CPU monitoring option for the ...
Assign a value to a Session variable from an Script
Mirovk -
21 Aug 2006 10:49 PM - 3 messages
Hi, I have a session variable wich value arrives from a previous .asp but in my actual page I need to modify it based upon a selected value from a radio button. I will try to figure out for better understanding: ...
password protection - folders/individual files
btopenworld -
21 Aug 2006 4:02 PM - 1 message
Hi I have been using two forms of password protection: A) On working web sites I use an ASP script that is included in every page requiring protection: uses session - works fine B) On quick test sites or temporary stuff I use the Windows Network ...
Inserting HTML characters into Access
Mr. Smith -
20 Aug 2006 4:21 PM - 2 messages
Hi. I'm trying to insert either a & character or & into my Access table However, when I do so the character disappears (looks like a space). If I manually enter a & character into Access it works fine. ...
launching a sql server job
chabotwvu -
20 Aug 2006 2:17 PM - 2 messages
I am executing a stored proc that starts a sql server 2000 job and everytime I call the proc from my asp.net 2.0 page it gives me the error message that this particular job id does not exists, any suggestions? ...
|
|||||||||||||||||||||||