I'm inserting a 'Google searchbox' in a full-Flash website; my needs, is to
set three search chances: on Google, on Google scholar or on Google print.
But, just with this last, I have some troubles.
This is my AS:
Inside a mc, I have an input textfield, called 'query'.
In the (only) frame of mc, I have the AS: "myquery = this.query;"
The button have this action (here just for Google print):
getURL("http://books.google.com/books?q="+myquery+"&btnG=Cerca+nei+libri&hl=
it&as_brr=0", "_blank", "GET");
but when the button is clicked, the new page open with the default search
page of Google print, with the input textfield empty and the cursor
prompted. The URL in address bar result like this:
http://books.google.com/books?q=&btnG=Cerca+nei+libri&hl=it&as_brr=0&query=s
un&myquery=
where 'sun' is the word typed in the Flash input textfield.
Why this don't work, when all works fine with Google scholar and Google? How
can I solve this?
Any help will be really appreciate!

     Enrico Tomaselli
  +> web designer <+
  [EMAIL PROTECTED]
http://www.metatad.it

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to