Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Passing data between 2 form !

Reply
Thread Tools

Passing data between 2 form !

 
 
=?Utf-8?B?Sm9obg==?=
Guest
Posts: n/a
 
      04-02-2004
I have a frameset page with 2 frame, each with a form. Can I pass data (variable) between them ? Thank's
 
Reply With Quote
 
 
 
 
Hugo Wetterberg
Guest
Posts: n/a
 
      04-02-2004
Are you talking about serverside data?
/Hugo

On Fri, 2 Apr 2004 13:46:05 -0800, "John"
<> wrote:

>I have a frameset page with 2 frame, each with a form. Can I pass data (variable) between them ? Thank's


 
Reply With Quote
 
 
 
 
Peter O'Reilly
Guest
Posts: n/a
 
      04-02-2004
> I have a frameset page with 2 frame, each with a form. Can I pass data
(variable) between them ? Thank's
Yes, but it is done using client scripting, i.e. JavaScript.
--
Peter O'Reilly


 
Reply With Quote
 
Konrad Rotuski
Guest
Posts: n/a
 
      04-02-2004
of course, for example by using javascript, or by posting one form to
another (this is old asp way)
javascript way would be smth like :

window.parent.frames['name']. .... hope you get the idea


 
Reply With Quote
 
Peter O'Reilly
Guest
Posts: n/a
 
      04-02-2004
> of course, for example by using javascript,
> window.parent.frames['name']. .... hope you get the idea


correct

>or by posting one form to another (this is old asp way)


not with frames.

--
Peter O'Reilly


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Read data from enctype="multipart/form-data" form Kevin DeValck Ruby 1 05-17-2011 06:14 PM
passing values from one web form to another web form bbawa1@yahoo.com ASP .Net 5 06-12-2007 05:50 AM
passing form variables between pages - not another searchstring question :) williamroy Javascript 1 11-18-2005 06:03 AM
passing arguments from web-form to win-form Mart Rogers ASP .Net 3 07-09-2003 07:18 AM
Passing form elements between forms Mathew George ASP .Net Building Controls 1 07-08-2003 12:50 AM



Advertisments
 



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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57