473,386 Members | 1,799 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.

silly question

is it possible for an iframe to relaod the parent page if it is in another
domain ?

I suspect not...

Zoe
Oct 3 '05 #1
11 1887
I don't think so, but a simple test script would answer that.
Do you have two domains you can test with?

Oct 3 '05 #2

"nikki" <ka*******@yahoo.com> wrote in message
news:11*********************@o13g2000cwo.googlegro ups.com...
I don't think so, but a simple test script would answer that.
Do you have two domains you can test with?


nope and I was wondering if there was away around this really.

Oct 3 '05 #3
In article <11*********************@o13g2000cwo.googlegroups. com>,
ka*******@yahoo.com says...
I don't think so, but a simple test script would answer that.
Do you have two domains you can test with?


What are you answering? Presumably there was a question (given the
ridiculous subject line) that contained some detail that should have
been quoted. Even Google Groups' shitty interface allows quoting
messages to which you're replying.

--

Hywel
http://kibo.org.uk/
Oct 3 '05 #4
What are you answering? Presumably there was a question (given the
ridiculous subject line) that contained some detail that should have
been quoted. Even Google Groups' shitty interface allows quoting
messages to which you're replying.


It was an honest mistake was there any need to be quote so rude. if you
haven't got anything nice to say why bother ? And I dont use google groups.
Thanks.
Oct 3 '05 #5
"Even Google Groups' shitty interface allows quoting
messages to which you're replying."

Pardon the fuck out of me.
Tell me where it is and I'll use it, your Hine-ass.
When I hit the reply link, there isn't a quoting thing that comes up.
I'm used to Gravity, but from work, I can't get to news servers. And
it's been awhile, so I forgot about it.

Who shit in your coffee this morning?
You used to be nicer when I used to be here under another name.

Oct 3 '05 #6

Hywel Jenkins wrote:
In article <11*********************@o13g2000cwo.googlegroups. com>,
ka*******@yahoo.com says...
I don't think so, but a simple test script would answer that.
Do you have two domains you can test with?


What are you answering? Presumably there was a question (given the
ridiculous subject line) that contained some detail that should have
been quoted. Even Google Groups' shitty interface allows quoting
messages to which you're replying.

--


Ah, I found the quoting.
I have to click two links instead of one. Go figure.
Are you happy now?

Oct 3 '05 #7
Zoe Brown said the following on 10/3/2005 4:27 PM:
What are you answering? Presumably there was a question (given the
ridiculous subject line) that contained some detail that should have
been quoted. Even Google Groups' shitty interface allows quoting
messages to which you're replying.

It was an honest mistake was there any need to be quote so rude.


After you see it a million times, it tends to become second nature to be
rude.
if you haven't got anything nice to say why bother ?
This is Usenet, where you get what you get. If you want to dictate the
questions/answer/replies then start a moderated forum. Otherwise, get
used to it.
And I dont use google groups.
Nor was his reply directed at you.
Thanks.


Welcome.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq
Oct 3 '05 #8
nikki said the following on 10/3/2005 4:45 PM:
"Even Google Groups' shitty interface allows quoting
messages to which you're replying."

Pardon the fuck out of me.
We discuss javascript here, not pardons. Talk to the guvment about that one.
Tell me where it is and I'll use it, your Hine-ass.


If you want to post a followup via groups.google.com, don't use
the "Reply" link at the bottom of the article. Click on "show
options" at the top of the article, then click on the "Reply" at
the bottom of the article headers.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Oct 3 '05 #9
Lee
Zoe Brown said:

What are you answering? Presumably there was a question (given the
ridiculous subject line) that contained some detail that should have
been quoted. Even Google Groups' shitty interface allows quoting
messages to which you're replying.


It was an honest mistake was there any need to be quote so rude. if you
haven't got anything nice to say why bother ? And I dont use google groups.


He was responding to "nikki", not to you, except to point out that
your subject line was worthless. Please try to give some hint about
the topic in your Subject line.

Oct 3 '05 #10
Zoe Brown wrote:
is it possible for an iframe to relaod the parent page if it
is in another domain ?


A script executing in an IFRAME can refer to the global/window object of
the frame that contains it as - parent - and the topmost global/window
in a containing frameset or sequence of nested IFRAMEs as - top -. Those
global/window objects can be navigated by assigning a string
representation of a URL to the - location - property of those
global/window objects as:-

parent.location = ' some URL ';

- or :-

top.location = ' some URL ';

These assignments are allowed cross-domain because there is no security
implication in allowing 3rd party's frames to be navigated (the content
is destroyed in the process).

Assigning to the - href - property of the - location - object may not be
allowed on some browsers because that implies a read operation on a
property of the global/window object and that is often restricted across
domains.

Richard.
Oct 3 '05 #11
> It was an honest mistake was there any need to be quote so rude. if you
haven't got anything nice to say why bother ? And I dont use google groups.
Thanks.


It's okay. That's what you do here at c.l.js. You have a decent
discussion for about four posts about some geeky whatnot that strikes
your fancy, or something you didn't know before, then someone gets
cranky and for the next 25 messages, it's a "you're a skank", "no
YOU'RE a skank" festival. Didn't you read the FAQ? I mean, you have
to follow procedure here!

-Brendan

Oct 4 '05 #12

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

Similar topics

5
by: Pjotr Wedersteers | last post by:
This may be a silly question, but I was wondering. If 10 clients fill out a form on my page simultaneaously and hit submit, how does my (Apache2.0.50/PHP4.3.8) server exactly ensure each gets...
4
by: Jenny | last post by:
Hi you al I have two very silly question The first one is In vb 6.0 you can add a procedure, sub or function, by clicking add procedure from the tools item on the menuba I cannot seem to find...
4
by: musosdev | last post by:
I think I'm having a dim day and should just go back to bed, but alas, I cant do that.... I'm writing a peice of code to create XHTML compliant documents using System.IO, there's probably an...
6
by: Adam Honek | last post by:
Hi, I've looked over and over and in MSDN 2005 and just can't find what is a really simple answer. How do I select the first value in a combo box to be shown? I tried the .selectedindex -1...
7
by: Matt | last post by:
I've asked this question to some developers that are much more experienced than I, and gotten different answers --- and I can't find anything about it in the documentation. Dim vs. Private as a...
2
by: Willem Voncken | last post by:
Hi guys, might be a silly question, but i'm wondering whether it is even possible to generate access violations when using C#? I'm new at c# programming, but i have some experience with c++....
1
by: Pontifex | last post by:
Hi all, Has anyone devised a simple method for passing a string to an external script? For instance, suppose I want to produce a title bar that is very fancy and I don't want my main HTML...
2
by: toton | last post by:
Hi, This is a silly question related to syntax only. I have a template class with template member function, How to write it separately in a file (not translation unit, just want to separate...
4
by: Marcin Kasprzak | last post by:
Hello Guys, Silly question - what is the most elegant way of compiling a code similar to this one? <code> typedef struct a { b_t *b; } a_t; typedef struct b {
5
by: Ben Bacarisse | last post by:
Newbie <newbie@gmail.comwrites: <snip> The version you posted in comp.programming has the correct loop. Why change it? -- Ben.
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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: 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
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.