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

Automatic new window from frame

Jon

I can use a frame tag to open up another src file
but is it possible to put that src file document (target)
into a separate window besides just another frame ? If so how ?

Jon

Jul 20 '05 #1
4 5497
MH
> I can use a frame tag to open up another src file
but is it possible to put that src file document (target)
into a separate window besides just another frame ? If so how ?


Maybe you mean to want to open a page in new window of its own?
like this; <a href=http://......" target="_blank">new window</a>

--------
MH

Jul 20 '05 #2
Jon
Thank you MH...

Yes, except I want it to pop up automatically from
a frame tag.. Something like..

<frame name="_blank" noresize src="http://.../page.html">

Basically so the user doesn't actually have to click something.
Is that possible ??

Jon
I can use a frame tag to open up another src file
but is it possible to put that src file document (target)
into a separate window besides just another frame ? If so how ?


Maybe you mean to want to open a page in new window of its own?
like this; <a href=http://......" target="_blank">new window</a>

--------
MH


Jul 20 '05 #3
MH
> Yes, except I want it to pop up automatically from
a frame tag.. Something like..
<frame name="_blank" noresize src="http://.../page.html">
Basically so the user doesn't actually have to click something.
Is that possible ??


The only way I know to automatically start another page is with 'refresh' in
the <head> section, like

<META HTTP-EQUIV="REFRESH" CONTENT="5; URL=http://......../page.htm">

this will automatically open 'page.htm' after 5 seconds, in the same window.

-------
MH

Jul 20 '05 #4
Jon
> > Yes, except I want it to pop up automatically from
a frame tag.. Something like..
<frame name="_blank" noresize src="http://.../page.html">
Basically so the user doesn't actually have to click something.
Is that possible ??


The only way I know to automatically start another page is with 'refresh' in
the <head> section, like

<META HTTP-EQUIV="REFRESH" CONTENT="5; URL=http://......../page.htm">

this will automatically open 'page.htm' after 5 seconds, in the same window.


Thanks again MH... Not possible to open in a new page ?

Jon
Jul 20 '05 #5

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

Similar topics

10
by: Scott | last post by:
I'm new to ASP, but I've been programming in VB for several years, and I'm having a few issues with this ASP enhancement I'm working on. I've found ASP to be a lot different than what I'm use to...
3
by: Tim Streater | last post by:
I have, as it might be, this in a frame: <a href="mystuff.html">Click here</a> When I click the link, it loads mystuff.html into the frame, whereas what I want is to replace the whole window...
33
by: randau | last post by:
Linking to a Targeted Browser Window I'd like to open reference links to other web sites in a separate browser window from the browser window hosting my own web site pages. The Link Target...
2
by: KC | last post by:
Hi, Every JavaScript executive context has a top-level window and we can use window.open() to open another window ... Does this related to Windows created by click on "File"->"New Window" or...
6
by: Ben | last post by:
Hi, In the first start page, I use JavaScript window.open to open a new ASP IE window that is used to display real-time stock price and refresh each 10 seconds. The problem is when ASP...
1
by: Garg | last post by:
Hi, I am facing a problem while trying to close a window that I've opened in a frame. I am using javascript to close my current popup window. I have written the following line of code on click...
4
by: sid | last post by:
"about:blank" oepns new browser window I am writing a webpage that will run on other machines that I may or may not know about. My page is framed where frame1 controls the content of frame2. ...
18
by: ismailc | last post by:
Hi, I want to execute a javascript in my xslt file. that does the following! this script launches a popup window without the Windows frame or titlebar ...
25
by: sidd | last post by:
In the following code: int i = 5; ---it goes to .data segment int j; ---it goes to bss segment int main() { int c; int i = 5; ---stack
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:
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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.