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 301 to 325 of 463
Search took 0.03 seconds.
Search: Posts Made By: madhukp
Forum: Classic ASP Professional August 31st, 2004, 05:45 AM
Replies: 4
Views: 1,244
Posted By madhukp
If your requirement is to get the name of surrent...

If your requirement is to get the name of surrent page, you can use the following idea.

Request.ServerVariables("SCRIPT_NAME") gives the path of the script in relation to the virtual root. For....
Forum: Classic ASP Professional August 31st, 2004, 04:36 AM
Replies: 4
Views: 1,244
Posted By madhukp
There are many ways to do it. One way is to...

There are many ways to do it.

One way is to store the textsize in session. Then depending on the value in session, you can load appropriate css file.

The other method is a cumbersome one. The...
Forum: Classic ASP Professional August 31st, 2004, 12:42 AM
Replies: 3
Views: 1,999
Posted By madhukp
Please visit the link ...

Please visit the link

http://support.worldpay.com/downloads/index.html

Give

Integration - > select junior

type -> guides
Forum: Pro VB 6 August 29th, 2004, 11:05 PM
Replies: 4
Views: 1,425
Posted By madhukp
When I had a similar situation, I did it in this...

When I had a similar situation, I did it in this way.

The client was having a dedicated server.

I requested them to open a page in a browser always in any machine (if possible on server...
Forum: Classic ASP Professional August 29th, 2004, 11:00 PM
Replies: 3
Views: 1,999
Posted By madhukp
Do you want to create your own Gateway ? If yes,...

Do you want to create your own Gateway ? If yes, it would be difficult with ASP alone.

You may try use some existing payment gateways like Worldpay(www.worldpay.com), ProTx(www.protx.com), EPDQ...
Forum: Classic ASP Basics August 26th, 2004, 01:33 AM
Replies: 6
Views: 1,665
Posted By madhukp
Do you want to display the deescription without...

Do you want to display the deescription without refreshing the page ? i.e. when user clicks course 1, the corresponding description is shown at a specified place on the page. Then when you click the...
Forum: Classic ASP Basics August 26th, 2004, 01:23 AM
Replies: 10
Views: 2,466
Posted By madhukp
I suspect MS Access 2000 is thread safe. I...

I suspect MS Access 2000 is thread safe. I remember, I have seen some such comment in this forum some days back. Could anybody please clarify this ?
Forum: Pro VB 6 August 26th, 2004, 01:19 AM
Replies: 2
Views: 1,393
Posted By madhukp
explorer like panels in VB 6.0

hi friends,

May I know whether there are any container controls in VB 6.0 which can divide the screen into two or more panels. Just like frames in a web page. When I click one control in one...
Forum: Classic ASP Basics August 25th, 2004, 09:05 AM
Replies: 6
Views: 1,665
Posted By madhukp
This is simple. As Rajanikrishna told, you...

This is simple.

As Rajanikrishna told, you can pass the course name to a page as querystring and do it as below.

If the course deescription is static,...
Forum: Classic ASP Basics August 25th, 2004, 08:19 AM
Replies: 3
Views: 913
Posted By madhukp
This seems to be a typical relay problem at mail...

This seems to be a typical relay problem at mail server. The configuration of SMTP service needs to be changed. The following link will help you if you are using IIS 5.0.
...
Forum: Classic ASP Basics August 25th, 2004, 03:23 AM
Replies: 5
Views: 5,707
Posted By madhukp
Here is the sample code. Maybe useful for some...

Here is the sample code. Maybe useful for some other persons.

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

<html>
<head>
<title>Stored procedures and queries in Access...
Forum: Classic ASP Basics August 25th, 2004, 03:16 AM
Replies: 5
Views: 5,707
Posted By madhukp
Hello Brain, Thanks for the response. I have...

Hello Brain,

Thanks for the response. I have explored access and found out many useful features.

1) Access can have simple stored procedures like listing records, inserting / updating /...
Forum: Classic ASP Basics August 25th, 2004, 12:12 AM
Replies: 11
Views: 6,711
Posted By madhukp
Thanks for all the responses. The COM from...

Thanks for all the responses.

The COM from BCL tenhnologies gives the solution I required. Thanks Yehuda for suggesting this.

Actually, I don't want to convert all PDF to HTML. I just want to...
Forum: Classic ASP Basics August 24th, 2004, 08:23 AM
Replies: 11
Views: 6,711
Posted By madhukp
Sorry for not wording it properly. I mean is...

Sorry for not wording it properly. I mean is there any third party components which can convert a PDF file to equivalent HTML ?

I have spent so much time with google. There are HTML to PDF...
Forum: Classic ASP Basics August 24th, 2004, 07:10 AM
Replies: 11
Views: 6,711
Posted By madhukp
PDF to HTML conversion

May I know whether there are any ASP components to convert a PDF file to an exactly similar HTML document ?

Thanks

Madhu
Forum: Classic ASP Basics August 23rd, 2004, 12:23 AM
Replies: 5
Views: 5,707
Posted By madhukp
stored procedures and MS Access

I wonder whether I can use stored procedures with MS-Access 2000. Even if it is possible, whether it is possible to import all the data and stored procedures to SQL server 2000 directly ?

The...
Forum: Classic ASP Basics August 23rd, 2004, 12:10 AM
Replies: 4
Views: 1,111
Posted By madhukp
A number of calendar scripts are freely available...

A number of calendar scripts are freely available at

http://www.hotscripts.com
Forum: Classic ASP Professional August 21st, 2004, 04:33 AM
Replies: 2
Views: 3,452
Posted By madhukp
AFAIK, a CSV file is like a text file. You can...

AFAIK, a CSV file is like a text file. You can read it line by line, split each of those strings at , (comma character) and enter into database.
Forum: Classic ASP Basics August 20th, 2004, 11:39 PM
Replies: 2
Views: 1,160
Posted By madhukp
Dear Vijay, Thanks for the response. The...

Dear Vijay,

Thanks for the response. The text in the right news panel is cut-up. The default page size in my IE bowser is A4.

The background colours used is also not coming when printed.
Forum: Classic ASP Basics August 20th, 2004, 05:49 AM
Replies: 1
Views: 1,843
Posted By madhukp
Hi Numan, You can see this article. ...

Hi Numan,

You can see this article.

http://www.devarticles.com/c/a/ASP/Replacing-the-Error-500-ASP-Page/
Forum: Classic ASP Basics August 20th, 2004, 12:35 AM
Replies: 8
Views: 1,443
Posted By madhukp
I assume you have a piece of code in every page...

I assume you have a piece of code in every page (possibly in an include file) which checks logged-in status and redirects to login page. This must be using the code

Response.Redirect "login.asp"
...
Forum: Classic ASP Basics August 20th, 2004, 12:26 AM
Replies: 4
Views: 3,957
Posted By madhukp
You can include a meta tag in the head tag as...

You can include a meta tag in the head tag as below.

<META HTTP-EQUIV="Refresh" CONTENT="5; URL=http://www.yoursite.com/home.asp">

This will load the page http://www.yoursite.com/home.asp 5...
Forum: Classic ASP Basics August 20th, 2004, 12:21 AM
Replies: 1
Views: 1,510
Posted By madhukp
HTML parser

Hi friends,

Does anybody know about any HTML parser which will parse a piece of HTML and return the tags, text and images in a sort of tree ?

Thanks

Madhu
Forum: Classic ASP Basics August 19th, 2004, 11:44 PM
Replies: 1
Views: 1,499
Posted By madhukp
You have to give names for frames. <frame...

You have to give names for frames.
<frame name="fra_one" ...............>
<form .......></form>
</frame>

<frame name="fra_two" ...............></frame>

Then in the form tag give the target...
Forum: Classic ASP Professional August 19th, 2004, 06:39 AM
Replies: 13
Views: 9,238
Posted By madhukp
Hello Chris, This works. Thanks a lot.

Hello Chris,

This works. Thanks a lot.
Showing results 301 to 325 of 463

 




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