Well I have some new problem I`m rebuilding a comment system
& succesfully placed it as Iframe addon but for the smilies I want
to use a dropdownbutton....
My Iframe heigth is 40 but I can not find out how
to show the drop-down-list outer the Iframe ????
Now my results are swown only into the Iframe self
Show Dropdown menu from Iframe in main window
-
- Posts: 199
- Location: Holland Rotterdam
Show Dropdown menu from Iframe in main window
Admin
The content from iframe cannot be displayed outside it.
To display the menu it the parent window, it must be created in that page.
From iframe you can access JS functions defined in main page, using this sintax:
- But then, it is complicated to make the elements from that menu to interact with the iframe content.
- You can search on the internet for "display content outside iframe".
To display the menu it the parent window, it must be created in that page.
From iframe you can access JS functions defined in main page, using this sintax:
Code: Select all
top.function_in_mainPage();
- You can search on the internet for "display content outside iframe".
Similar Topics
-
User ID not detected in iframe
PHP - MySQL
First post
Dear Admin I have a simple problem the id is not detected in:Last post
<iframe src= /Comments/user/Profile-E-Mail-Send.php?id=<?php echo $users ;?>...
Thank alot for the support `its working now` -
Iframe in javascript variable with data from php
JavaScript - jQuery - Ajax
First post
Dear Admin i Hope you understand my QuestionLast post
I would like to use your SimpleModal Windows script
But into my notice-script the code where i wanna...
Dear Admin i just found they answer
I have to put '. $row .' to the basic-modal, button & win_cnt...
All things are working corectly now.... -
facebook like and share show same number
General Forum
After I included fb-like and fb-share buttons on this website i noticed they show same count number.
When you click like or share button, the count... -
Register and show Time Spent from ip on website
JavaScript - jQuery - Ajax
First post
Dear admin, I`m searching for round 10 hours for a solution to track & store spending-time from a visitor on the website.Last post
I found a Ajax...
Maybe it is not working with onunload to execute ajax request when the user closes the page.
Try the following code.
- JavaScript:... -
jQuery Hide and Show effect with data from php
JavaScript - jQuery - Ajax
First post
Dear Admin I would love to use this script, but their is a problem with the first record in my sql-table (DESC)Last post
The first record (DESC) is not...
The php, javascript and html codes are wrong mixed.
It is good to avoid mixing javascript code in php strings.
- Try this:
<?php
//your...