| FAQ n°59334, publiée le 26/09/2008 |
|
| I'm trying to insert a Google search button in a WebDev page but I just get a blank page ? |
The HTML code provided by Google uses an HTML form and a WebDev page is already an HTML form. Browsers cannot imbricate forms like that. The solution is to use an iFrame control :
- create un static page with no control and insert the Google code in the page HEAD ("Advanced" tab in the page description).
- insert an iFrame control in your WebDev page and link it the static page.
Note that, as a bonus, this technic allows you to reuse the same code in other pages of your site. |
|
|
|
|
|