Wrox Programmer Forums
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Showing results 401 to 425 of 463
Search took 0.04 seconds.
Search: Posts Made By: madhukp
Forum: Classic ASP Basics June 29th, 2004, 07:19 AM
Replies: 6
Views: 1,749
Posted By madhukp
hi Sudhan, This link contains the script...

hi Sudhan,

This link contains the script required by you. You can view the source and get the script.

http://www.internet-nexus.com/books/vbscript/source/05_open.htm
Forum: Classic ASP Basics June 29th, 2004, 07:09 AM
Replies: 3
Views: 792
Posted By madhukp
Hello qazi_nomi, You may try the full path...

Hello qazi_nomi,

You may try the full path including http://. i.e. instead of

www.nsonsgroup.com/images/logo.png

you may use

http://www.nsonsgroup.com/images/logo.png
Forum: Classic ASP Basics June 29th, 2004, 06:22 AM
Replies: 6
Views: 1,749
Posted By madhukp
AFAIK, there is no way in general. If you...

AFAIK, there is no way in general.

If you need your site/application to appear in IE alone, then there is a way. You can create a .hta file (html application file).

To create a .hts file please...
Forum: Classic ASP Basics June 29th, 2004, 04:34 AM
Replies: 2
Views: 2,087
Posted By madhukp
This will ask the server to ignore the ASP error...

This will ask the server to ignore the ASP error and continue interpret the next ASP command.

It is a very bad practice to use this in codes. Many of the errors will pass unnoticed. You may notice...
Forum: Classic ASP Basics June 29th, 2004, 04:25 AM
Replies: 10
Views: 6,557
Posted By madhukp
Sorry guys for a long post. But I could not trace...

Sorry guys for a long post. But I could not trace the exact path to the particular code on that site. The code I got around 3 years back. I took it from my local repository.
Forum: Classic ASP Basics June 29th, 2004, 02:46 AM
Replies: 10
Views: 6,557
Posted By madhukp
Dear Sudhan, This code was found at...

Dear Sudhan,

This code was found at http://www.4guysfromrolla.com/ and is very useful.

I have used it as an include file and it worked successfully in many projects.

<%...
Forum: Classic ASP Basics June 29th, 2004, 02:29 AM
Replies: 16
Views: 3,763
Posted By madhukp
The real method to prevent copying of image is to...

The real method to prevent copying of image is to develop (buy) an applet.

The applet should take a number alone. Depending on the number it should display image.
Then there is no way to know...
Forum: Classic ASP Basics June 28th, 2004, 06:54 AM
Replies: 12
Views: 3,996
Posted By madhukp
Dear You can either : 1) get the help...

Dear

You can either :

1) get the help of server administrator. Send the URL where you downloaded component. Give an instruction also.

2) Get the remote desktop details of your server. Then...
Forum: Classic ASP Basics June 28th, 2004, 04:39 AM
Replies: 12
Views: 3,996
Posted By madhukp
This shows that the ASP Pop 3 component is not...

This shows that the ASP Pop 3 component is not installed on your server.

You must have got a dll file by name pop3svg.dll as part of your downloaded file.

You should put this on the server in...
Forum: Classic ASP Basics June 28th, 2004, 03:06 AM
Replies: 12
Views: 3,996
Posted By madhukp
Sorry, the above code will retrieve only the...

Sorry, the above code will retrieve only the first mail from pop server. Please go through the help file which comes with asppop3.zip file.
Forum: Classic ASP Basics June 28th, 2004, 03:02 AM
Replies: 12
Views: 3,996
Posted By madhukp
Here is a sample code for ASP Pop3 component. ...

Here is a sample code for ASP Pop3 component.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>ASP Pop3 mail receival</title>
</head>

<body>
Forum: Classic ASP Basics June 28th, 2004, 02:34 AM
Replies: 10
Views: 6,182
Posted By madhukp
[s] Yes. This is indeed the case. Earlier I...

[s]

Yes. This is indeed the case. Earlier I had done a client side component to display time at browser. This was not cross-browser compatible and I had to later re-do this. I was still in that...
Forum: Classic ASP Basics June 28th, 2004, 01:33 AM
Replies: 4
Views: 4,659
Posted By madhukp
Hello Ali, If you are looking for a...

Hello Ali,

If you are looking for a component-less upload script, the following link will help you.

http://www.asp101.com/articles/jacob/scriptupload.asp
Forum: Classic ASP Basics June 28th, 2004, 01:12 AM
Replies: 10
Views: 6,182
Posted By madhukp
Thanks Imar for very useful suggestions. I...

Thanks Imar for very useful suggestions.

I have decided to go ahead with the object oriented ASP.

Regarding the form class, I will store the entire HTML which creates form in a variable and...
Forum: Classic ASP Basics June 28th, 2004, 12:43 AM
Replies: 16
Views: 3,763
Posted By madhukp
Dear Sudhan, I don't know any VB script...

Dear Sudhan,

I don't know any VB script which does this. But you can include this Javascript in the head tag. This will prevent thr menu appearing when any element on the page is clicked.
...
Forum: Classic ASP Basics June 26th, 2004, 05:19 AM
Replies: 5
Views: 1,378
Posted By madhukp
Hello Imar, I have tried all the methods...

Hello Imar,

I have tried all the methods except the GUID method suggested by you. I could not find out the the method of generating GUID.

I have decided to use the first method. I am making the...
Forum: Classic ASP Basics June 26th, 2004, 05:13 AM
Replies: 12
Views: 3,996
Posted By madhukp
Jmail component certainly provides mail receival...

Jmail component certainly provides mail receival feature. But it is the professional / experienced versions which support these feature.

You may use any of these components.

1) ASP Pop3...
Forum: Classic ASP Basics June 26th, 2004, 05:09 AM
Replies: 10
Views: 6,182
Posted By madhukp
Object oriented ASP.

Hi friends,

I am learning the object oriented aspects of ASP. In this way, I am trying to develop 3 tier applications with ASP.

The things I am going to do are :

1) a db class which will...
Forum: Classic ASP Basics June 26th, 2004, 04:54 AM
Replies: 12
Views: 3,996
Posted By madhukp
The features for mail receival is included in the...

The features for mail receival is included in the professional version of JMail only. The freely available personal edition does not have these features.

If my memory is correct, they are...
Forum: Classic ASP Basics June 26th, 2004, 01:31 AM
Replies: 1
Views: 980
Posted By madhukp
There are a number of components for this. Some...

There are a number of components for this. Some of them are :

JMail (http://tech.dimac.net)

ASP Pop3 (http://www.serverobjects.com)

Zak Pop (http://www.zaks.demon.co.uk/code/)

The last...
Forum: Classic ASP Basics June 25th, 2004, 06:03 AM
Replies: 12
Views: 3,374
Posted By madhukp
Dear Sudhan / Iniro, Could you please change...

Dear Sudhan / Iniro,

Could you please change the FROM ADDRESS with a different valid email address registered in the domain of the site you are doing ?

Believe it or not, this problem has...
Forum: Classic ASP Basics June 25th, 2004, 12:57 AM
Replies: 12
Views: 3,374
Posted By madhukp
What I mean is : The mail server may be...

What I mean is : The mail server may be configured to send mails from known addresses only.

From the local server the mails will go even if the from address is fake. But the production servers use...
Forum: Classic ASP Basics June 24th, 2004, 08:14 AM
Replies: 19
Views: 4,805
Posted By madhukp
Let us continue discussion on this in the issue ...

Let us continue discussion on this in the issue

<a href="http://p2p.wrox.com/topic.asp?TOPIC_ID=15255" target="_blank">DB Table locking</a>

as Vijay has suggested.
Forum: Classic ASP Basics June 24th, 2004, 06:57 AM
Replies: 5
Views: 1,378
Posted By madhukp
DB table locking.

Dear friends,

My requirement is : I need to add one record to a table. This will generate a new primary key. I have to get the new value and then insert a number of records into another table....
Forum: Classic ASP Basics June 24th, 2004, 05:49 AM
Replies: 19
Views: 4,805
Posted By madhukp
I know it is wrong to post PHP codes in this...

I know it is wrong to post PHP codes in this forum. But I want to explain a situation and the code is not that difficult also.

if(mysql_query("LOCK TABLES tbl_basic_submission...
Showing results 401 to 425 of 463

 




Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.