473,385 Members | 1,942 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.

How do I open a new normal (full sized) browser window form a small "pop-up" window?

Hi

Can anyone tell me how to open up a new normal, full-sized
browser window from a small popup window?
I'm using something like this.

<script language="javascript">
<!--
function OpenWin(theURL,winName,features) {
theURL = theURL + "?URL="+window.parent.location;
window.open(theURL,winName,features);
}
//-->
</script>
<a href="javascript:
OpenWin('http://www.auction-air.com/bidding_advice_no_menu.html','advice_win
','scrollbars=yes,width=600,height=550,resizable=y es,left=20,top=20')">click
text<a>

....And it creates a nice small 600x550 "pop-up" browser window.

But how do I creat a link within that pop-up window
that will fire up a normal *full-sized* browser window.

==> Any ideas?

With thanks
Ship
Shiperton Henethe

Jul 20 '05 #1
3 3422
Shiperton Henethe wrote:
Can anyone tell me how to open up a new normal, full-sized
browser window
Consult your browser documentation. Ctrl-N works in my favorite browser.
from a small popup window?
It may work in a popup, too. But then, the complexity of new windows
from popups might indicate that popup windows are a bad idea.
But how do I creat a link within that pop-up window
that will fire up a normal *full-sized* browser window.


Reliably? You can't. Some browser prevent the author from controlling
the user's environment.

--
Brian (remove "invalid" from my address to email me)
http://www.tsmchughs.com/
Jul 20 '05 #2
*Shiperton Henethe* wrote:
Can anyone tell me how to open up a new normal, full-sized
browser window from a small popup window?


Answered in news:alt.html :-@

Why and how to cross-post:
www.cs.tut.fi/~jkorpela/usenet/xpost.html
--
Andrew Urquhart
- FAQ: www.htmlhelp.org/faq/html/
- Archive: www.tinyurl.com/2zw7m
- My reply address is invalid, use: www.andrewu.co.uk/contact/
Jul 20 '05 #3

"Shiperton Henethe" <sh*****@yahoo.com> wrote in message
news:40***********************@news.easynet.co.uk. ..
Hi

Can anyone tell me how to open up a new normal, full-sized
browser window from a small popup window?


What is the accepted way to share a message across multiple newsgroups?
http://smjg.port5.com/faqs/usenet/xpost.html

-Karl
Jul 20 '05 #4

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

Similar topics

1
by: Sunil Prasad | last post by:
I've designed an image slide show containing 10 images in an html page, by clicking any image a pop window appears containing the image description. Instead of creating 10html popup html pages...
12
by: relaxedrob | last post by:
Hi All! I have a page with with the following style information: <link rel="stylesheet" type="text/css" href="/eEmployment/eTech.css" /> <style type="text/css"> DIV.Application {...
6
by: Sujan | last post by:
Hello all, Help me! -------------------- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <script language="JavaScript"> <!--
23
by: Markus | last post by:
Hi, i have this problem: Sometimes, i can't reproduce, if i click on an small image on the website, the popup _AND_ an other Tab in firefox open. Here are the linkcode: <div...
3
by: Kathy Burke | last post by:
I see plenty of examples of window.close javascript for a button or link click, but I would like to do is close the pop-up window when my submit code has completed successfully. Any suggestions?...
3
by: Patrick Olurotimi Ige | last post by:
I have a webform with DropDownLists and and i would like to have a link that would open up a window popup for the USER to insert some data into the Database and then on closing the popub window...
1
by: pbd22 | last post by:
Hi all. I am using styles to lock down the GUI until the user enters some info in a CSS/DIV pop box. If the user does now scroll before he clicks, the pop box is centered and the background...
1
by: baloce | last post by:
Is it possible to customize the read receipt request popup window text, so I can add my name as requesting instead of "the sender of this....." ?
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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.