all groups > inetserver asp general > july 2006 > threads for july 1 - 7, 2006
Filter by week: 1 2 3 4 5
Displaying image data from SQL...single/multipart tiff
Posted by CD at 7/7/2006 3:14:23 PM
An application is logging faxes sent in SQL2000 image column type. I have
found code on the net but what it is doing is prompting to save to local
which is fine for single page image. Not good for multiple page faxes. I
have not been able to locate an example to load in the browser or how t... more >>
Using cdate function to display data under criteria
Posted by email0203 NO[at]SPAM comcast.net at 7/7/2006 1:37:53 PM
Hello -
I'm new to the groups here, so bear with me :) I am trying to
change an existing function that currently only displays records that
fall under a criteria of
NOT(now>cdate(OTDate & ' 2:00 AM')
If I wanted to change this function to display entries that are before
6:00 pm the day... more >>
Passing chinese characters
Posted by MrMoMo at 7/7/2006 12:52:05 PM
How do I Pass chinese characters, charset GB2312 and BIG5, from Form to
SQL using asp?
My field in SQL is already set to nvarchar.
Any help is much appreciated.
Thanks.
... more >>
XSl transformation not happening in asp page
Posted by nivi at 7/7/2006 11:31:57 AM
Hi Gurus,
I have a problem with the way my output gets displayed in my asp page
I have the UI in ASP which asks for input from a user on the asp page
and then passes that data to a perl file which further processes it and
passes it back to the asp in an xml format
Finally the asp page has to... more >>
Recordset Grouping
Posted by mstery NO[at]SPAM soon.com at 7/7/2006 9:26:13 AM
I am stumped as to how to do what appears to be a very simple thing.
Want to display the results of a query containing fields ID and Item,
grouped by the ID. I only want 1 instance of the ID to appear on the
page as a header for each group. There are 10 IDs in the query
results. Thought I coul... more >>
How to pass a string between ASP pages
Posted by bonnie.tangyn NO[at]SPAM gmail.com at 7/7/2006 3:25:05 AM
Hello All
Could anyone give me some suggestions on passing a long string between
ASP pages?
I have three asp pages - h_email content.asp, h_process_email.asp and
h_preview_email.asp
In the h_email_content.asp, user can enter their To, CC, From, email
content and other information. In this... more >>
Session Variables
Posted by Rob Meade at 7/7/2006 12:00:00 AM
Hi all,
Does a users browser need any specific settings turned on in order for these
to be stored? ie, is there something *I* could disable in my browser which
would prevent session variables being stored from my web site (ref: asp
shopping cart).
Regards
Rob
... more >>
Force a download
Posted by James Jones at 7/6/2006 9:20:29 PM
how would i for a browser to download a file (specifically mpgs)
i can get it to go for small 4mb files, but the larger ones if they do go,
take bout 15 mins to even begin the download.....
any help greatly apprecitated!
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Forcing a reload?
Posted by Rob Meade at 7/6/2006 6:56:25 PM
Hi all,
I've got a little shopping cart app which when you use all of the links on
the pages, and buttons etc, things are good, the "shopping basket" on the
left navigation updates and shows a sum of items and cost.
However, if you arrive at the home page for example, proceed to the produc... more >>
Help with ASP on Win2K server
Posted by apragent at 7/6/2006 3:03:02 PM
Our web server crashed and I had to move all web sites to backup server.
Installed Internet service and it appears to work OK on html files, but ASP
files are not functioning - what is wrong? I have lost so many brain cells
that I need a fresh mind to see the obvisous.
Did I miss installi... more >>
Mailing App Duplicate problem...
Posted by NO[at]SPAM sh at 7/6/2006 2:07:55 PM
Guys,
I've written an email sending script to mass send to our database - some of
our subscribers are subscribed to multiple list, and so when selecting the
entire database, I want to ensure I don't have Duplicates.
To avoid this, I am selecting the recordset of all users, ordering by Emai... more >>
Request.Form returns nothing
Posted by Steve Last at 7/6/2006 8:28:01 AM
Hi all,
I’m using IIS6 for our college Intranet and I’m having trouble using
Request.Form. Here is my code:
<%
If Request.QueryString("action") = "show" Then
Response.Write "title: " & Request.Form("NewsTitle") & "<br />"
End If
%>
<form action="/_admin/blogs/test.asp?action=show"... more >>
Page cannot be displayed in release mode
Posted by Joel at 7/6/2006 12:00:00 AM
Hi,
I am pretty new to asp.net, and have recently taken over a project. I have
gotten to the point where I am about to release my changes, but for some
reason when i build the project in release mode and launch in in IE I always
get a "The Page cannot be displayed" page instead of my login ... more >>
Regular expression problem
Posted by Chris at 7/5/2006 7:42:08 PM
I want to search a string of HTML and insert a querystring into any url
where the url is an asp page and is either a local link /folder/page.asp or
of a specific domain http://www.somedomain.com/folder/page.asp. It needs to
be able to handle plain links and those with querystrings already in t... more >>
AddHeader Content-Disposition Has no effect
Posted by Michael NO[at]SPAM MichaelLevy.net at 7/5/2006 5:38:33 PM
I have a IIS web site that works fine on one server but not another. I
do not know if the problem is an IIS setting or something else so I
will try to include as much detail as I have figured out so far.
Several web pages allow the user to download PDF files to be viewed or
saved locally on th... more >>
String Manipulation
Posted by Sergio Orrego at 7/5/2006 4:00:12 PM
I have a text string which comes from a form containing the article text in
a knowledgebase. Sometimes people enter http links in their text however
when they show on the webpage they do not show as hyperlinks, because
obviously they don't gave the link tags around them.
What I'd like is to... more >>
ServerXMLHTTP, session and cookies
Posted by mizi at 7/5/2006 10:48:53 AM
I try to use ServerXMLHTTP object to get the session infomation from a
remote webpage, but it always returns nothing.
the follwoing is my code:
*local.asp*
url = "http://domain/remote.asp"
set xmlhttp = Server.CreateObject("MSXML2.ServerXMLHTTP")
xmlhttp.open "GET", url, false
xmlhttp.... more >>
Displaying Progress on An ASP Page
Posted by sam at 7/5/2006 8:13:03 AM
Hi - I have an ASP page - that will be making about 7 calls to a
database.
What I want is to show progress to the users so that they can tell each
database call is in progress.
The asp calling page works fine, but it only displays when the entire
process has been completed.
What I want i... more >>
Get value on page refresh
Posted by peashoe at 7/5/2006 5:43:04 AM
I have a simple page that has a dropdown and I need to populate a
textbox with the onchange event. How can I do that? My page refreshes,
but I don't know how to 'get' the value of the dropdown. Here is some
of my code.
<form name="ClassForm" method="Post" action="ClassEdit.asp?m=c">
<td><div ... more >>
status of ASP .NET
Posted by Osiris at 7/5/2006 12:00:00 AM
I'm looking at C# and ASP .NET these days.
Visual Sudio 2005 looks like a neat dev. env.
But before committing, I would like to know more about the current
status of these tools.
I noticed, that my site hoster does not support ASP at all.
And more providers do not...
PHP however, IS supported ... more >>
reading XML
Posted by davidjohnlong NO[at]SPAM googlemail.com at 7/4/2006 12:27:01 PM
Hi,
I'm currently trying to display a XML file within a ASP page, although
get the following error when trying to select one of the notes... the
node is called: <content:encoded>
This is the error
Reference to undeclared namespace prefix: 'content'.
This is my code
<%@ Language="VBScr... more >>
Google Maps API
Posted by PinkBishop at 7/4/2006 1:28:00 AM
Anybody have any experience with plotting map points with Google Maps
API from an Access DB?
I have a database with about 90 locations that I would like positioned
in the Google Maps. I found a cool tool to get the long and latitudes
to complete the database, now just need to figure out h... more >>
Urgent Please help..
Posted by Saps at 7/3/2006 11:55:33 PM
Hi all. Can anyone help me here. I have loads of .sql files and i need
a way to call these from my asp page so the user can run them from the
browser. Meaning i have a page with a list of all scripts. each when
clicked i am able to run the script. so HOW and what do i do to call
and run the .sql... more >>
how to detect submit on input type=image if no image found
Posted by wolfing1 NO[at]SPAM gmail.com at 7/3/2006 10:59:36 AM
Normally I would do something like
if request.form("submitbutton.x") <> "" then
....
end if
But I found a problem when the browser uses the 'alt text' instead of
the image (when the image is not found, or if the browser is not
displaying graphics, etc. How do you detect that? or should I?
... more >>
How to do email preview on ASP?
Posted by bonnie.tangyn NO[at]SPAM gmail.com at 7/3/2006 3:49:01 AM
Hello All
In my ASP page, I use CDONT to send email to client. But, I need to
allow user preview and edit the email content before sending it out.
Any advices?
I have two ASP pages - h_email.asp and h_email_action.asp
Inside the h_email.asp, I create a form and allow user to input
inform... more >>
newbie: client and server
Posted by a at 7/2/2006 11:34:13 PM
Hi
If I save the client form and all its component in html format in my
harddisk, and then open and fill out the form locally and submit, will the
server process it and return the information as usual?
Thanks
... more >>
Protecting ASP Applications: Need Opinions
Posted by Bill K at 7/2/2006 8:42:58 PM
Hello All,
I've finally written an asp app that is worthy of resale and would like to
hear from you who have done the same. What is the best way to protect my
application? I would like to stay away from anything that has to be
registered on the server as most of my target audience will not ... more >>
Execute .sql scripts from ASP
Posted by Saps at 7/2/2006 5:30:55 AM
Hi all. Can anyone help me here. I have loads of .sql files and i need
a way to call these from my asp page so the user can run them from the
browser. Meaning i have a page with a list of all scripts. each when
clicked i am able to run the script. so HOW and what do i do to call
and run the .sql... more >>
Time in combobox
Posted by jayender.vs NO[at]SPAM gmail.com at 7/1/2006 5:04:48 AM
Hi,
I need to display the time in combo box like the one we have it in
Windows 2000.
we can change the time using the arrow.. it looks like this:
4:40:54 PM
in a text box .
i need to do it like this in my page.
waiting for ur response.
Ciao,
jay
... more >>
|