473,569 Members | 2,735 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1906
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*******@yaho o.com> wrote in message
news:11******** *************@o 13g2000cwo.goog legroups.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************ *********@o13g2 000cwo.googlegr oups.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************ *********@o13g2 000cwo.googlegr oups.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.javas cript 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.c om, 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.javas cript 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

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

Similar topics

5
1880
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 'their own' completed form returned ? Or is it possible the clients get mixed up under some conditions ? TIA Pjotr
4
263
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 this in vb.net 2003 SV. My questions is do you have to manual enter the code to create a procedure yoursel And my sencond question Again in vb6 you...
4
1186
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 easier way but anyway... my code works fine, and it saves a file as an XML file. If I load this in IE, I get the xml code!! (rather than the page it...
6
1240
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 but it doesn't work. At the moment it populates fine but it just remains blank unless I dropdown the list.
7
1261
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 variable declaration What is the difference between the two (I strongly suspect there is none)
2
1561
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++. Now that i'm using c# i can't see how i should mess up memory like that without the use of pointers or adresses. Regards, Willem
1
333
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 file to be cluttered with the stuff that does that. Can I pass a title string to an external script
2
1764
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 declaration from definition! ). e.g, for ordinary template class member function it is done like, template <typename T> class Test{ public:
4
2077
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
1456
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
7694
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7921
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8118
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
7964
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
5217
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3651
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2107
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1208
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
936
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.