473,385 Members | 1,856 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Passing data between 2 form !

I have a frameset page with 2 frame, each with a form. Can I pass data (variable) between them ? Thank's
Nov 18 '05 #1
8 1595
Are you talking about serverside data?
/Hugo

On Fri, 2 Apr 2004 13:46:05 -0800, "John"
<an*******@discussions.microsoft.com> wrote:
I have a frameset page with 2 frame, each with a form. Can I pass data (variable) between them ? Thank's


Nov 18 '05 #2
Are you talking about serverside data?
/Hugo

On Fri, 2 Apr 2004 13:46:05 -0800, "John"
<an*******@discussions.microsoft.com> wrote:
I have a frameset page with 2 frame, each with a form. Can I pass data (variable) between them ? Thank's


Nov 18 '05 #3
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
Nov 18 '05 #4
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
Nov 18 '05 #5
> 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
Nov 18 '05 #6
> 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
Nov 18 '05 #7
> 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
Nov 18 '05 #8
> 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
Nov 18 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Paul | last post by:
Hmmm, didn't seem to work. I have set session.use_cookies = 1 and session.use_trans_sid = 1 in my php.ini file. Index.php contains:...
3
by: Jason | last post by:
Hi folks, I'm trying to create a section of a website with a unique file upload utility. The problem is that in most code and components I find to pass multipart/form data, you need to know the...
3
by: Simon Harvey | last post by:
Hi, In my application I get lots of different sorts of information from databases. As such, a lot of information is stored in DataSets and DataTable objects. Up until now, I have been passing...
1
by: Maria | last post by:
Hello! I am new to Crystal reports an I have problems passing parameters form outside to Crystal report an creating a report with data from more than one table This is the problem: I have to...
8
by: Johnny | last post by:
I'm a rookie at C# and OO so please don't laugh! I have a form (fclsTaxCalculator) that contains a text box (tboxZipCode) containing a zip code. The user can enter a zip code in the text box and...
22
by: Arne | last post by:
How do I pass a dataset to a webservices? I need to submit a shoppingcart from a pocket PC to a webservice. What is the right datatype? II have tried dataset as a datatype, but I can't get it to...
13
by: Deano | last post by:
Apparently you can only do this with one value i.e Call MyAssetLocationZoom(Me!txtLocation, "Amend data") This runs; Public Sub MyAssetLocationZoom(ctl As Control, formName As String) On...
9
by: itarizin | last post by:
Today I found as ignorance owe me.. Let me explain what I'm tring to do and fail (fail: in my needs) For example, I've my stupid class: public class Hello { private int x = 0; public...
0
by: Magnus Bergh | last post by:
I am developing an application for pocketpc and this involvs a but of juggling with different forms. I have an "order entry" type of application. On the main form I have a grid which displays...
4
by: John Sheppard | last post by:
Hello there I was wondering if anyone could help me, I am trying to pass a typed dataset to a dialoged child form by reference. I have binding sources sitting on the child form. So to refresh...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.