Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics 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
 
Old April 21st, 2004, 02:48 PM
Registered User
 
Join Date: Apr 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default passing values from ASP page to a popup ASP Page

Hi,

I am new to javascript and ASP. please help me with my situation below.

I have a web form with hidden field and values created with ASP. There is hyperlink in the form. When clicked a popup page will created with ASP. I need to pass the hidden field values on this page to the pop page for processing. I can't use query string as some times the values are too long. Can you pleas help on how to do this. And also please make a note that the popup page will be returned as Excel format.

Thanks in advance for your help

Astrosmurfboy
 
Old April 21st, 2004, 02:57 PM
Authorized User
 
Join Date: Jun 2003
Posts: 78
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to hcweb
Default

You can add a target reference in the form such as:
<form name="form1" method="post" action="whatever.asp" target="_blank">

That will popup the new window, and you can pull in the values of the hidden fields as you normally would with any form.
 
Old April 21st, 2004, 03:02 PM
Authorized User
 
Join Date: Jun 2003
Posts: 78
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to hcweb
Default

Ahh. I didn't fully catch the last part of the message. Is the popup before form submittal?
 
Old April 21st, 2004, 08:17 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 596
Thanks: 1
Thanked 3 Times in 3 Posts
Default

This thread should be of some assistance also.

http://p2p.wrox.com/topic.asp?TOPIC_ID=12266

======================================
They say, best men are moulded out of faults,
And, for the most, become much more the better
For being a little bad.
======================================





Similar Threads
Thread Thread Starter Forum Replies Last Post
How to pass values to main page from Popup window rmanmeet ASP.NET 1.0 and 1.1 Basics 1 January 5th, 2006 01:44 PM
Passing values between Asp to Aspx page jayaraj General .NET 2 May 25th, 2004 01:16 AM
Passing values between Asp to Aspx page jayaraj VS.NET 2002/2003 2 May 23rd, 2004 06:54 AM





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