473,320 Members | 1,817 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,320 software developers and data experts.

Javascrit Reference in Two Diffrent HTML pages

hi experts,

We have a requirement in which we want to pass the information between two
different html/asp pages which are not related (no parent child relationship
is present, hence opener cannot be used for accessing the pages)

Eg,

Page1 contains textbox page_text1
Page2 contains textbox page_text2

If we enter vaue in textbox page_text1 on page1, the same value should get
passed in textbox page_text2 present on page 2 using javascript.
Jan 15 '08 #1
1 827
"Netaji" <Ne****@discussions.microsoft.comwrote in message
news:81**********************************@microsof t.com...
hi experts,

We have a requirement in which we want to pass the information between two
different html/asp pages which are not related (no parent child
relationship
is present, hence opener cannot be used for accessing the pages)

Eg,

Page1 contains textbox page_text1
Page2 contains textbox page_text2

If we enter vaue in textbox page_text1 on page1, the same value should get
passed in textbox page_text2 present on page 2 using javascript.
Does it have to be using javascript? If so then you could either use a
cookie, or page 1 links to page two using a querystring variable and the
javascript on page2 pulls the value out.
If you can do it using .NET then I would though! You could set a session
variable for the value then.

Jan 15 '08 #2

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

Similar topics

6
by: vishal | last post by:
when i run query i am getting thousands of records and i am displayaing a particular no. of records on a single page say 100 records then i put a link to go on next page. when user clicks on next...
27
by: Jason Heyes | last post by:
To my understanding, std::vector does not use reference counting to avoid the overhead of copying and initialisation. Where can I get a reference counted implementation of std::vector? Thanks.
2
by: yatharth | last post by:
I am facing a problem ,the situation is like this. I have a home page named "Index.html" ,on which there is login link,when i click on the login link the login popup opens and user enter the...
2
by: Ben | last post by:
I have several pages written in aspx, but sometime the aspx page return the following error. And it hapeen, the whole web application gives this error, that means all the aspx files get affected....
2
by: Simon Rigby | last post by:
Hi folks, A bizarre problem I am having. I have a treeview which is bound to an XmlDataSource. The XMLDataSource.Data property is set to the result of a function that generates an XML...
13
by: Dan Aldean | last post by:
Hi, I use ASP.NET 2.0 and I created a stylesheet, but I don't know how to make it visible to a web form "MyWebPage.aspx" that uses the master page. I put a reference to the css in the .master...
3
by: anders | last post by:
Hi! On my work we have a lot off diffrent server to make software for diffrent os from Windows, OS/X to Linux Solaris Everyting is scripted with shell, but Windows has batchfiles witch is...
6
by: GTAPy | last post by:
Hello Python Dev. i am new to python ...i would like to know more about how to access attribute values within different classes, different modules ....Assum we have the following Module 1 ...
1
by: krikaran adel | last post by:
Hi, First of all I found your tips very usfull, of course these tips becuas of all years working in access. really greet site. my Quation: is this away to change fonts in reports so the...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.