all groups > inetserver asp general > february 2004 > threads for monday february 2
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
Really lost, need some input or an example.
Posted by Jeff Uchtman at 2/2/2004 11:09:43 PM
I am having trouble grasping this due to brain block or just lack of brain..
I and doing a CBool on 3 true or false. I need all 3 to answer true to
display. If one or more are false it equals false. I tried this but after
looking at it and reading some comment I agree its a statement not a
fu... more >>
Combo Boxes
Posted by craigdthom NO[at]SPAM hotmail.com at 2/2/2004 11:00:35 PM
Hello All,
I am rather new at this ... so if this has been requested recently
please forgive me!!
I am setting up an ASP page using a combo box ...
Request: ... The user select a date from the pull down list and on
selection of that date another box or window will populate with the
cor... more >>
AdRotator Component doesn't Rotate Ads
Posted by Apostolis K. at 2/2/2004 8:35:18 PM
I include an AdRotator component but the component doesn't rotate the ads
_index.asp_
<%
Set objAd=Server.CreateObject("MSWC.AdRotator")
vAdRotation=objAd.GetAdvertisement("ads.txt")
Response.Write "<center>" & vAdRotation & "</center>"
%>
<html>
-----------------------------------------... more >>
ASP changes Big JPG -> Small JPG
Posted by Yannick at 2/2/2004 7:57:25 PM
Hey everybody,
Do you know if ASP can change a JPG file in a smaller defined size JPG.
Do you have an exemple of it.
Imagine the JPG is on the C: drive of my server and called PIC.JPG.
Thanks in advance.
Yannick
... more >>
How can textarea shows value with return
Posted by Jack at 2/2/2004 7:42:23 PM
Hello,
<%@ Language=VBScript %>
<%
Response.Write "<FORM name=form1>"
Set shipment_db = Server.CreateObject("ADODB.Connection")
shipment_db.Open "shipment"
Set shipmentTable = shipment_db.Execute("SELECT * FROM shipment WHERE ID
=39")
y=shipmentTable("Specification")
Response.Write "<... more >>
CreateObject("Word.Application") Problems
Posted by Greg Andora at 2/2/2004 4:46:09 PM
Hello,
I've had an ASP page that worked for at the minimum for a year and now it is acting very odd and I need some help to fix it. What my page does/did is creates a Word.Application object and a new document from a template. It then proceeds to fill in a bunch of the information on the word d... more >>
Using a COM component from ASP
Posted by Simon Harvey at 2/2/2004 4:18:21 PM
Hi everyone,
I don't know to much about asp in general, I'm an ASP.net developer, but my
boss wants me to find out the following:
Is it possible to use a COM component from ASP. We have a COM component that
allows us to interact with our bank for e-commerce style functionality. Our
current ... more >>
converting library items to SSI on ASP site
Posted by robskoo NO[at]SPAM hotmail.com at 2/2/2004 4:01:29 PM
Hi, I am in the process of converting Dreamweaver library items to
server side includes (SSI) on a website made up of ASP files. The
pages I am modifying are Dreamweaver templates.
The process I am using is simply changing the file extension from lbi
to asp and adding an "inc_" prefix. So a fi... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to force latest webpage?
Posted by Simon Wigzell at 2/2/2004 3:23:18 PM
I thought I had it all figured out. I've been developing websites using asp
for 2 years now. by putting this in my header :
<meta HTTP-EQUIV="Expires" CONTENT="0">
I thought I was always forcing the page to check for a fresh version. And it
worked on my latest development. I was constantly ... more >>
How can textarea's text with return
Posted by Jack at 2/2/2004 3:14:46 PM
Hello,
<%@ Language=VBScript %>
<%
Response.Write "<FORM name=form1>"
Response.Write "<TEXTAREA rows=2 cols=20 id=textarea1
name=textarea1></TEXTAREA>"
%>
<Script language=JavaScript>
document.form1.textarea1.value="ABC"&chr(13)&"DEF"
</Script>
<%
Response.Write "</FORM>"
%>
I want ... more >>
setfocus after alert in javascript
Posted by ajiwu NO[at]SPAM elario.com at 2/2/2004 2:52:04 PM
I have a text box, once the user input the value in, I do a validate
to the input, if it's invalid, then do a alert and set focus to this
control.
The alert displays, but the set focus doesn't work.Here is the client
side javascript code,
if (run!="" && IsNumber(run)==false && decimalinputv... more >>
using "include" without frames
Posted by Ragnar Heil at 2/2/2004 2:20:46 PM
Hi,
I want to include an asp.page in a table
If I click somewhere in this page, I don`t want to see the full asp-page
(without the standard navigation),
it should also be displayed in this table.
example: http://www.oxle.com/forums.asp
I don`t want to use frames which would make it easi... more >>
Updating a Access DB
Posted by Jamie Fryatt at 2/2/2004 1:49:43 PM
Hi guys, i've come to a small problem and was hoping someone could help.
in access i have a feld called STORY which is a MEMO field.
all the updates work fine and i can update/modify this field no problem,
untill i start using working with ",! etc in.
these symbols are obviously messing wi... more >>
CDONTS: HTML and text versions
Posted by Steve at 2/2/2004 1:34:08 PM
Is it possible, using CDONTS, to send out both a text and HTML version of an
e-mail (in the same e-mail) so that people who have HTML turned off on their
client will see the text version?
Thanks in advance,
Steve
... more >>
The Include file '../main.asp' cannot contain '..' to indicate the parent directory.
Posted by Marvin at 2/2/2004 1:33:39 PM
Hi I get this message.
The Include file '../main.asp' cannot contain '..' to indicate the parent
directory.
I think it is refering to the fact that I have a file called
communication.asp, and in that file there is a line:
<!-- #include file=../main.asp -->
This LINE should not contain '..... more >>
OnAfterPrint cannot work
Posted by ELF at 2/2/2004 11:25:33 AM
cannot using onAfterPrint in IE 6.0, the page can print but cannot close.
Why??
my code like as below
<body onAfterPrint="window.close();">
:
<script language="javascript" type="text/javascript">
<!--
window.print();
//-->
</script>
</body>
... more >>
Convert all characters to ' * ' where password is displayed...
Posted by david NO[at]SPAM scene-double.co.uk at 2/2/2004 9:18:07 AM
Hi,
I have a field from my recordset called RS("Password").
If I wish to display each character as an asterix '*' how do I go
about it.
I've seen the replace function, but cannot work out how to do it for
how ever many characters there are in the record ?
Appreciate your help
Davi... more >>
Code taking long to run:
Posted by Brent at 2/2/2004 8:26:06 AM
Hello all.. I have a recordset that has 12 records in it, and about 25 columns. Unfortunately, I have to write the records out as columns in an ASP page, and the columns as rows. So, what I have done is a Do Until myRS.EOF and write all the records in <td></td> tags. I then do a myRS.MoveFirst befor... more >>
GUID in ASP - defined variable does not remain constant
Posted by epiisila NO[at]SPAM lwr.org at 2/2/2004 7:09:31 AM
I am using the following code in asp to define a unique and
unpredictable record ID in Access.
<%
'GENERATE UNIQUE ID
Function genguid()
Dim Guid
guid = server.createobject("scriptlet.typelib").guid
guid=Left(guid,instr(guid,"}"))
genguid=guid
genguid= replace(guid, "}", "")
genguid=... more >>
Question: can this be automated ???
Posted by xxx_men3 NO[at]SPAM hotmail.com at 2/2/2004 6:43:30 AM
Hi,
I have a question.
I'm working as a volunteer for a belgian pop festival.
Every year there's a contest on our website.
Every visitor can submit a top-5 of groups that he/she wants to see on
the festival.
The mailadress and homeadress is asked as well.
The mailadress is used to sent t... more >>
Question for Ray @ where ever he may be.
Posted by Jeff Uchtman at 2/2/2004 2:15:55 AM
Ray,
I followed your advice on an eariler question on CBool by using this to
check 3 true/false boxes:
<%
Dim A, B, C 'As Integer
Dim Check 'As Boolean
A = rs("PetA")
B = rs("PetB")
C = rs("PetC")
Check = CBool(A = B = C) ' Check is set to True.
%>
This works but really slows down acc... more >>
|