all groups > inetserver asp general > february 2004 > threads for sunday february 15
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
stripping words from querystring
Posted by David at 2/15/2004 8:58:28 PM
Hi,
I'm trying to pass a querystring with certain common words removed (and,
the, if, of etc). The code below replaces the keywords with "" or whatever I
choose, but what I'd like to do is remove the words completely from the
querystring. How do I remove rather than replace?
Thanks
*****... more >>
IIS6 is not respondeing
Posted by Omar at 2/15/2004 8:14:11 PM
I just have installed Windows 2003 Server Enterprise Ed.
Where the IIS ver.6 came with it. I installed the IIS6
with all its subcomponents. The problem is that ASP pages
are not processed by the IIS whereis HTML pages are. I
have allowed asp extensions.
Any Help would be appreciated.
T... more >>
Newbie question about menu bar
Posted by Martien van Wanrooij at 2/15/2004 5:58:15 PM
I am rather new to asp and tried the following script in order to create a
list of menu items where the item referring to the current page should not
be act like a link.
<%
sub maakSubLinkWaarNodig (strUrl, strOmschrijving)
strDezePagina = Request.ServerVariables("SCRIPT_NAME")
if instr... more >>
ASP.NET to ASP help converting bytes (xml adf format) to string
Posted by Girish at 2/15/2004 3:57:29 PM
HERE IS SOME ASP.NET CODE NEED HELP on transfering this to classic ASP, all
I need is valid XML doc so that I can read data from it and display it on
the browser
// Make sure we have something to work with
int bLen = Context.Request.ContentLength;
... more >>
Asp forms :: Snitz vs Webwizard
Posted by jason at 2/15/2004 1:47:36 PM
Which of these two comes out the winner...they still seem a bit behind their
linux freeware counterparts but I have been impressed with the general look
and feel of both.....do any asp'ers have comments on which one crosses the
finish line first?
--
Jason Stevens
Act! Certified Consultant ... more >>
Getting Page to Execute every 5 min
Posted by Wayne Wengert at 2/15/2004 8:59:49 AM
Using ASP 3 on an ISP account (I don't have access to the root of the
server). I have a page that does some intake processing and I'd like to have
it run every 5 minutes. Right now, the only way I can see to do this is to
have a client task that wakes up every 5 minutes and opens that page. Is
t... more >>
compare date field to current date
Posted by mhaas NO[at]SPAM mail.lr.k12.nj.us at 2/15/2004 7:51:16 AM
Need some hwlp with comparing a date field retrieved from an access
date base to the current date. Basically I'm looking to create and if
statement like:
If strArticleDate < = Current Date then
else...
Thanks for any help or feedback
Mike... more >>
response.redirect "bla.php"
Posted by daly_jason NO[at]SPAM yahoo.com at 2/15/2004 6:29:57 AM
Okay, here's my question.
<%
dim idnum
idnum=request.querystring("id")
Response.Buffer = true
Response.Redirect "uploadpic.php?idw=" & idnum
%>
This is the only code contained on the page. When it is run, i get:
CGI ERROR
The specified CGI application misbehaved by not returning... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
visible properties of all webcomponents
Posted by Murali at 2/15/2004 5:41:06 AM
We r using a single aspx page for insertion ,updation and deletion of data.In each cases we want to hide a lot of web components in a single form.Now we r hiding each component using the visibility property of components.But we want to avoid this one because (eg: if there r 20 components then we hav... more >>
|