1
I need some help with the code below, basically it is a modification of Bassmans webcam module but it now allows for a drop down box which allows you to open multiple cameras instead of only 1.
What I need to do is implement some form of refresh of the iframe at the end.
I understand most times the iframe is on a seperate url but I dont know how to implement the dropdown box selection on 1 page with the iframe on this page.
I could do a meta refresh of the whole page every 60 seconds but if I did that then the selection gets lost and it needs to be redropped and selected again.
If you dont want to write the whole code just an idea on what to do with selecting the drop box elsewhere will be enough to get my going.
TIA,
Dean
//****************************************************
//Webcam XOOPS Module v.1 by Bassman
//Website: http://www.bassmanthemes.com
//
//
//
//
//****************************************************
include ('../../mainfile.php');
include ('../../header.php');
?>
Webcam
Welcome to the webcam portal for
http://www.aussienymeetup.net
We've put together a great selection of webcams for you to view.
Please select from one of the choices below
METHOD=POST onSubmit="return dropdown(this.gourl)"Target="webcamembed">
OpenTable();
echo "";
CloseTable();
include XOOPS_ROOT_PATH.'/footer.php';
?>
.