Re: Passing text to Different Sites
- From: Randy Webb <HikksNotAtHome@xxxxxxx>
- Date: Fri, 04 Aug 2006 04:15:32 -0400
darwinist said the following on 8/4/2006 3:50 AM:
BrendanMcPherson@xxxxxxxxx wrote:Most browsers prevent cross-site scripting, and for good reason.Thanks> I do know that search engines use. words added to their URL.
Most search engines can be searched with the right url, eg:
http://groups.google.com/groups?q=passing texts to different sites
paste this into an address bar or pass it as the url of a new window
and you will see your questions as the first result.
A complete and free working example of searching any number of external
websites inside iframes, can be found at:
http://darwinist.googlepages.com/htmldesktop.html
Press the "help" button to see examples of how you might create a new
search box.
but the search sites Im using dont.
So i have to use a hidden frame to hold the Variable.
ALL I NEED TO KNOW IS..
how do i get a frame within a window to be able to read the last
characters from the URL,
after the ? question mark.
then how do i add that to its textbox and then transfer that to another
frames textbox
and have the same frame thats submitting it to the other text box, make
the other frame SUBMIT.
thanks for your help anyway
If these search engines:
a) don't accept forms submitted from your domain, and
b) don't allow search by url
Then they're sending a pretty clear message, or else their own system
is built wrong.
Or you are simply submitting them improperly.
What you are describing is cross-site scripting,
Technically, it is cross-domain scripting.
and can be a serious security threat,
True.
so most web-browsers prevent it.
"most"? Name one that doesn't, otherwise, *all* browsers prevent it - in a default security environment.
--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
.
- Follow-Ups:
- Re: Passing text to Different Sites
- From: darwinist
- Re: Passing text to Different Sites
- References:
- Passing text to Different Sites
- From: BrendanMcPherson
- Re: Passing text to Different Sites
- From: darwinist
- Re: Passing text to Different Sites
- From: BrendanMcPherson
- Re: Passing text to Different Sites
- From: darwinist
- Passing text to Different Sites
- Prev by Date: Printer Friendly Page
- Next by Date: Re: Printer Friendly Page
- Previous by thread: Re: Passing text to Different Sites
- Next by thread: Re: Passing text to Different Sites
- Index(es):
Relevant Pages
|