all groups > inetserver asp general > november 2003 > threads for thursday november 6
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 30
HI there all
Posted by vsnl.net.in at 11/6/2003 11:26:48 PM
Dear Friends,
Kindly visit http://www.vaishnavs.com
I am a freelancer, feel free to contact me for any kind of web development
work.
regards
--
RAJIV VAISHNAV
http://www.vaishnavs.com
Web Design, Web Hosting, ASP, 3D Modeling,
Animation, Multimedia Authoring.
... more >>
SQL and Autonumber fields
Posted by Ian Griffiths at 11/6/2003 10:59:32 PM
Right, so I'm creating a basic ASP guest book, keeping my guest book entries
in a Microsoft Access database, and using ADO to access it. My problem is
that I am using the autonumbered ID field to split my guestbook into pages
of 10 entries. It works for the most part, but if I delete an entry, a ... more >>
Dynamically calling an "Include" file
Posted by N. Graves at 11/6/2003 3:53:56 PM
Hey,
I need to have a template ASP page that can dynamically include
another file depending on that I call in the address. I have yet to
make this work.
Here is a sample of what I thought would work but didn't
Address: http://server/Template.asp?datatodisplay=welcome
<!-- #include... more >>
Please help me - urgent-
Posted by Vitamin at 11/6/2003 3:49:39 PM
I am wrote a java class and have placed in %system%/java/trustlib
and I have using getObject to instant that class
however, i found a serious problem, it is although I have replace a new
version of class inside that folder
the asp page will display the oldest version result, said aaa.class... more >>
Dynamic Variable Names - Syntax?
Posted by Ken Halley at 11/6/2003 3:01:16 PM
How does one refer to a variable name using a variable within a variable
name??? For example, I want to perform a SQL query and use the results of
the query to determine which variable to assign a value to. Let's say I've
dimmed 12 variables based on the months called "featured_x_product" where... more >>
ASP Session usage
Posted by Andrew Durstewitz at 11/6/2003 2:52:59 PM
Hi!
I'm currently working on a survey system that allowes users take the
survey and then review/change their answeres in any order. The system
uses 3 frame (Header,Body,Footer).
As it stands the system uses 3 sessions to get this done. One for the
project they are in, one for the step the... more >>
help: can u send emails without smtp?
Posted by mark | r at 11/6/2003 12:35:28 PM
is there a way of sending emails directly from iis without using an external
SMTP service?
mark
... more >>
javascript
Posted by MFA at 11/6/2003 12:29:31 PM
Hi All
Any one know which type of data is this.
"\053\000\023\020\33\10"
What the use of \0 in javascript.
when I tried
alert("\053")
its Showing + on alert box..
Kind Regards..
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How can I plus the value
Posted by Jack at 11/6/2003 11:31:55 AM
Hello,
I wrote this code:
<SCRIPT LANGUAGE=VBScript RUNAT=Server>
dim ab
ab=0
Response.Write "<INPUT type=""text"" id=customername name=customername
onchange=""ab=ab+1"" value=""abc"">"
Response.Write "<BR>"
Response.Write "<INPUT type=""text"" id=text1 name=text1 value =" & ab &
">"... more >>
.NET beginners help site and code check
Posted by D. Shane Fowlkes at 11/6/2003 11:15:00 AM
First of all, can anyone recommended a good URL for ASP.NET related issues.
I reallt like www.aspfaq.com but that's mainly for traditional ASP. I'm
starting to explore .NET..which leads me to my real question.
I installed .NET Framework 1.1 and make a quick and dirty test page called
random.a... more >>
Elimitating the toolbar...
Posted by HD at 11/6/2003 10:16:56 AM
Hi,
just curious. Aside from using a PopUp Window, is there any way of creating
a IE Window without a menu, toolbar, context menu and even without the "X"
for closing the window?
Thanks a lot,
HD
... more >>
.net images.
Posted by mark | r at 11/6/2003 9:07:37 AM
ive been looking for a .net script that will upload an image to the server,
but saved an optimised thumbnail into a different directory (or under a
different name) with the main image being saved as usual.
anyone point me in the right direction?
also can you run regular asp within a .net pag... more >>
Server.CreateObject Access Error
Posted by Davinder at 11/6/2003 8:28:32 AM
I am trying to invoke the following line of code within
my ASP:
Set oApp = Server.CreateObject("Word.Application")
This results in the following error:
ASP 0178 Server.CreateObject Access Error
The call to the Server.CreateObject failed while checking
permissions..
error code = -214... more >>
Free ASP Code
Posted by mf_sina at 11/6/2003 8:20:53 AM
Hi everyone!
i need a free asp forum to put in my website.
could someone plz tell me where can i find it?
best wishes.
... more >>
Grab IP Address with JavaScript
Posted by Larry R. Baker at 11/6/2003 7:28:07 AM
Is it possible to grab a client side IP Address using JavaScript in an htm
page? I have a web page hosted on a non-ASP server and I want a piece of
code in JavaScript to grab the IP address of the client and send it to a web
page on another server. The other page will be ASP.
I need this for b... more >>
ADO Parameter of The Wrong Type
Posted by gargamel NO[at]SPAM tiscali.co.uk at 11/6/2003 3:18:14 AM
Hiya.
I've taken over the development of a web app written in ASP. It's not
very well coded. In the live environment it's fine, but on my local
machine it falls over whenever it tries to pass a date to a SQL Server
sproc. No idea why the person before me's been doing all this string
format... more >>
Using form data from one frame in another frame
Posted by andania1 NO[at]SPAM hotmail.com at 11/6/2003 2:08:02 AM
I hope you can help as this is driving me crazy!
I have an asp which has 3 frames on it as follows:
<FRAMESET rows="50%,*,10%">
<FRAME src="rundetailstop.asp" name="rundetailstop" scrolling="no">
<FRAME src="rundetails.asp" name="rundetails" scrolling="auto">
<FRAME src="rundetailsbot... more >>
|