|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Popup into a tab
Hi,
I have created a popup.From this popup i would like the user to press search and then be taken to a tab which should show the results in an iframe. I dont know how to do this please can anyone help?. Thanks Jag |
|
#2
|
|||
|
|||
|
your user id is very unique
what it means buddy? by the way i was nopt able to understand ur problem. where is your tab . is it in popup or is it in parent page. where is it . |
|
#3
|
|||
|
|||
|
pop up reply
Hi,
Its just my name. My problem is such. I open a popup. Search criteria is entered. The user clicks the search button. Which takes them to a tab screen (parent page)and shows the results.. Thanks Quote:
|
|
#4
|
|||
|
|||
|
ok do one thing
i asume that u know javascript. so i am telling the logic as soon as your user finish searching. try to close the window using window.close(); keep the searched value in any format like query string or session the refresh the parent page like this. var x=window.opener.location.href.toString(); window.opener.location.href=x+"?SerchVal="+searchedValue; or if your only want to change the src of iframe then do this window.opener.document.getElementById("Iframe ID").src="<Your Value>" |
|
#5
|
||||
|
||||
|
When you say tab, do you mean a new tab in firefox?
Browser functions are out of the control of a webpage... not all browsers support tabs; besides, no website should tell my browser how to act.
__________________
Daryl's Homepage | My Blogroll | My Profile | Firefox supporter! DevArticles Forum Moderator "The net is a waste of time, and that's exactly what's right about it." -- William Gibson |
|
#6
|
|||
|
|||
|
as far as i understud
he is talking about image using as a tab |
![]() |
| Viewing: Dev Articles Community Forums > Programming > JavaScript Development > Popup into a tab |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|