Is there a way to retrieve an anonymous user's Windows logon ID via ASP? The particular intranet site is unsecured and allows anonymous access. I've tried...
Function Get_NTUSERID() Dim objShell As Object Set objNet = CreateObject("WScript.Network") NTUSERID = objNet.UserName Set objNet = Nothing End Function ... ...
... No. The contents of this email and any attachments are sent for the personal attention of the addressee(s) only and may be confidential. If you are not...
Short, sweet, and to the point! ;-) That's what I figured, but my manager seems to think there is a way. Maybe I'll forward this e-mail to him... Thanks... --...
In an application I am working on I wish to remove cookies at one point. This is a web site using ASP. I have a cookies with multiple indexes see below: ...
... Response.Cookies("Key2")("Index3").Expires = Date() - 1 ' Sets the cookie expiration date to yesterday, which deletes it [Non-text portions of this message...
Hi list Could anyone pls advise here? I have 2 tables, p_details and s_details with the field quantity. The common field is project_no Now, i would like to...
... I think you'll need to sum p_details.quantity, sum s_details.quantity first, in individual queries, ordered and grouped by project_no, then total those two...
Is anyone using a reliable method of avoiding having their session timeout? I believe I read that the Session.Timeout cannot be set to 0 minutes. At this...
Setting the session timeout to 24 hours would probably lead to server performance degradation as a user who hit a page once and didn't return for 24 hours...
Is it not possible to use traditional HTML comments (<!-- -->) in an ASPX page? I have an ASPX page that I have been tasked to modify. The page uses all <asp:...
Annoyingly, I've found that I have to get rid of the "runat" attribute or put a space in it, eg. <!--asp:dropdown id="something" run at="server" ... --> Ray at...
Hi, I am having trouble with DIV tag (may be its the way it works!). But here's what I am trying to do. <TABLE> 1..... </TABLE> <TABLE> 2..... </TABLE> I have...
Krishna, Hari
hkrishna@...
Jun 8, 2005 5:35 pm
10733
Hi all, I'm working on my first site which has to cater for javascript being disabled. The problem I am having is: I have a left hand navigational menu that...
Hi Paul, ... Without client-side script it cannot be done. HTML forms submit via buttons or "enter", not text or links. You require either script or a button. ...
The only way I can think of is, like Shawn said, to use buttons. A series of submit buttons with different names or values which make up part of a form. Then...
Hi all, I`m new to this group, I have been recommended I come here from the Word VBA group. I wonder if anyone can help, below is the message I posted to the...
Hi all i have a mailing script on a site, that some 400 addresses into the mailing (where each subscriber get his own email sent) - the page suddenly reloads ...
Hi Moshe, ... This could be caused by a script timeout problem, insufficient resources, or a trapped error that is being recycled by IIS. Non-exhaustive list,...
Hi Karah, ... Welcome aboard! ... You need to have some form of key or identity tied to the listbox items. In an HTML list you'd have the hidden value portion...
gotcha, thanks Shawn ... From: active-server-pages@yahoogroups.com [mailto:active-server-pages@yahoogroups.com] On Behalf Of Shawn K. Hall Sent: Friday, June...
I have forgotten how to do this and know that someone out there must have the answer on the tips of their fingers. I insert a row into a SQL Server database,...
Would anyone happen to know a good way to read Font files from a folder, create an image of the font, and then display it to the webpage? For example, I wish...