This is a discussion on "transfer value from one page to another?" within the JavaScript Forum section. This forum, and the thread "transfer value from one page to another? are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
transfer value from one page to another?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
transfer value from one page to another?
Hello all,
I have simple form, lets say one text input field, one 'extra' button, ant one submit button. When i press 'extra' button i get popup window. In that window is another form:text input field,and submit button. I enter some value in that input field, press submit button, popup window closes and entered value appears in that 'parent' form's (or how should that be called?...). text input field. Maybe anyone,who understood what i said, could give me any ideas how to solve this 'problem'? Thank you in advance. |
|
|
|
||||
|
Re: transfer value from one page to another?
Okay, so essentially you want a popup window to write values to the window that called it?
Basically, from your popup window you can use the special keyword opener to reference the opening window. So from within the popup you can use
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
|||
|
Re: transfer value from one page to another?
Oh, i should shoot myself... I was already thinking about using AJAX and so on, and you gave me so simple solution... thank you very much
|
|
||||
|
Re: transfer value from one page to another?
LOL - don't shoot yourself. The simpler things are usually the hardest to see initially
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
|||
|
Re: transfer value from one page to another?
One more thing: could you tell me,why this doesn't work on opera?....
|
|
|||
|
Re: transfer value from one page to another?
Can you post the code?
Last edited by imagn; Feb 10th, 2008 at 20:21. |
|
|||
|
Re: transfer value from one page to another?
As you wish...
(shorter version of code the popup:
|
|
|||
|
Re: transfer value from one page to another?
oh,few minutes later i solved my problem by myself,and again i should shoot my self
just wrote that line in function and assigned it to "submit" button...
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| domain transfer? | clippo | Hosting & Domains | 7 | Aug 14th, 2007 19:24 |
| Image transfer | Urban Pigmy | Flash & Multimedia Forum | 3 | Feb 28th, 2007 19:42 |
| Keep Positioning after Transfer | sawa | Search Engine Optimization (SEO) | 7 | Feb 13th, 2007 14:37 |
| Website Ftp Transfer Help | russfall | Starting Out | 6 | Feb 8th, 2007 04:57 |
| £49 to transfer out!!! Do you agree?? | christopher | Hosting & Domains | 7 | May 20th, 2006 11:59 |