Iframe access denied
-
Hello i am creating a search engine aid that has for search engines web pages as i frame. And in the parent Page i have a text box , i enter the what i want in the text box and after i press on button what is written in my text box i written in the search engines' textboxes and search for it. The Problem: I am having an access denied error. Could any one tell me why? and how i could work around it?>
-
Hello i am creating a search engine aid that has for search engines web pages as i frame. And in the parent Page i have a text box , i enter the what i want in the text box and after i press on button what is written in my text box i written in the search engines' textboxes and search for it. The Problem: I am having an access denied error. Could any one tell me why? and how i could work around it?>
You should be able to do this with javscript - but you'll need to know the correct query strings to use. I.E. google is: /search?hl=en&q=code+project&meta= for the code project
-
You should be able to do this with javscript - but you'll need to know the correct query strings to use. I.E. google is: /search?hl=en&q=code+project&meta= for the code project
-
I dont want to send by url since i can`t know which search engine will be in which i frame as i said i have four i frames. What i did i i found out that the Id if the text box in bing.com is "sb_form_q"
I suggest using the fact you know what the id's are to prepare the urls - otherwise it is quite likely you will receive access denied errors. You could check if all the SEs have a search API?
-
I suggest using the fact you know what the id's are to prepare the urls - otherwise it is quite likely you will receive access denied errors. You could check if all the SEs have a search API?
-
Did not get your question, could you tell me why this error is happening?? i found out that i could go around it but how?
Access Denied: You are denied access because you don't have permissions.
-
Access Denied: You are denied access because you don't have permissions.