openside("name");
echo "<div class='txt' style='padding-top:5px;'>";
echo"<form name='jumpy'>";
echo"<select name='1example' size=111 onChange='gone()'>";
echo"<option value='http://www.sportsline.com/nfl/box-scoreboards'>NFL</option>";
echo"<option value='http://www.sportsline.com/mlb/box-scoreboards'>MLB</option>";
echo"<option value='http://www.sportsline.com/collegefootball/box-scoreboards'>NCAA Football</option>";
echo"<option value='http://www.sportsline.com/collegebasketball/box-scoreboards'>NCAA Basketball</option>";
echo"</select>";
echo"</form>";
echo"<script language='javascript'>";
echo "var displaymode='0'";
echo "var iframecode='<center><iframe id='external' style='width:200;height:220;' src='http://www.sportsline.com/nfl/box-scoreboards' scrolling='auto' border=0 marginwidth=1 marginheight=1 align=center frameborder=0></iframe></center>";
echo "if (displaymode=='0') {";
echo "document.write(iframecode)";
echo "}";
echo "function gone(){";
echo "var selectedurl=document.jumpy.example.options[document.jumpy.example.selectedIndex].value";
echo "if (document.getElementById&&displaymode=='0') {";
echo "document.getElementById('external').src=selectedurl";
echo "} else if (document.all&&displaymode=='0') {";
echo "document.all.external.src=selectedurl";
echo "} else {";
echo "if (!window.win2||win2.closed) {";
echo "win2=window.open(selectedurl)";
echo "} else {";
echo "win2.location=selectedurl";
echo "win2.focus()";
echo" }";
echo "}";
echo "}";
echo "</script>";
echo "</div>";
closeside();
echo "<script type='text/javascript'>document.location.href='".str_replace("&", "&", $location)."'</script>\n";
openside("name");
echo "<div class=txt' style='padding-top:5px'>";
echo "<form name='jumpy'>";
echo "<select name='example' size='1' onChange='gone()'>";
echo "<option value='http://www.sportsline.com/nfl/box-scoreboards'>NFL</option>";
echo "<option value='http://www.sportsline.com/mlb/box-scoreboards'>MLB</option>";
echo "<option value='http://www.sportsline.com/nhl/box-scoreboards'>NFL</option>";
echo "<option value='http://www.sportsline.com/nba/box-scoreboards'>NBA</option>";
echo "<option value='http://www.sportsline.com/collegefootball/box-scoreboards'>NCAA Football</option>";
echo "<option value='http://www.sportsline.com/collegebasketball/box-scoreboards'>NCAA Basketball</option>";
echo "</select>";
echo "</form>";
echo "<br>";
echo "<script language='javascript'>
var displaymode=0;
var iframecode='<center><iframe id='external' style='width:200;height:220;' src='http://www.sportsline.com/nfl/box-scoreboards' scrolling='auto' border=0 marginwidth=1 marginheight=1 align=center frameborder=0></iframe></center>';
if (displaymode==0) {
document.write(iframecode);
}
function gone(){
var selectedurl=document.jumpy.example.options[document.jumpy.example.selectedIndex].value;
if (document.getElementById&&displaymode==0) {
document.getElementById('external').src=selectedurl;
} else if (document.all&&displaymode==0) {
document.all.external.src=selectedurl;
} else {
if (!window.win2||win2.closed) {
win2=window.open(selectedurl);
} else {
win2.location=selectedurl;
win2.focus();
}
}
}
</script>\n";
closeside();
<input type="button" name="test" value="Go!" onClick="gone()">
openside("name");
echo "<div class=txt' style='padding-top:5px'>";
echo "<form name='jumpy'>";
echo "<select name='example' size='1' onChange='gone()'>";
echo "<option value='http://www.sportsline.com/nfl/box-scoreboards'>NFL</option>";
echo "<option value='http://www.sportsline.com/mlb/box-scoreboards'>MLB</option>";
echo "<option value='http://www.sportsline.com/nhl/box-scoreboards'>NFL</option>";
echo "<option value='http://www.sportsline.com/nba/box-scoreboards'>NBA</option>";
echo "<option value='http://www.sportsline.com/collegefootball/box-scoreboards'>NCAA Football</option>";
echo "<option value='http://www.sportsline.com/collegebasketball/box-scoreboards'>NCAA Basketball</option>";
echo "</select>";
echo "</form>";
echo "<br>";
add_to_footer( "<script language='javascript'>
var displaymode=0;
var iframecode='<center><iframe id='external' style='width:200;height:220;' src='http://www.sportsline.com/nfl/box-scoreboards' scrolling='auto' border=0 marginwidth=1 marginheight=1 align=center frameborder=0></iframe></center>';
if (displaymode==0) {
document.write(iframecode);
}
function gone(){
var selectedurl=document.jumpy.example.options[document.jumpy.example.selectedIndex].value;
if (document.getElementById&&displaymode==0) {
document.getElementById('external').src=selectedurl;
} else if (document.all&&displaymode==0) {
document.all.external.src=selectedurl;
} else {
if (!window.win2||win2.closed) {
win2=window.open(selectedurl);
} else {
win2.location=selectedurl;
win2.focus();
}
}
}
</script>");
closeside();
<?php
if (!defined("IN_FUSION")) { die("Access Denied"); }
openside("name");
echo "<form name='jumpy'><select name='example' size='1' onChange='gone()'>\n";
echo "<option value='http://www.sportsline.com/nfl/box-scoreboards'>NFL</option>";
echo "<option value='http://www.sportsline.com/mlb/box-scoreboards'>MLB</option>";
echo "<option value='http://www.sportsline.com/nhl/box-scoreboards'>NFL</option>";
echo "<option value='http://www.sportsline.com/nba/box-scoreboards'>NBA</option>";
echo "<option value='http://www.sportsline.com/collegefootball/box-scoreboards'>NCAA Football</option>";
echo "<option value='http://www.sportsline.com/collegebasketball/box-scoreboards'>NCAA Basketball</option>";
echo"</select>
<input type='button' name='test' value='Go!' onClick='gone()' />
</form>\n";
closeside();
echo '<script type="text/javascript">
var displaymode=1
/////NO NEED TO EDIT BELOW HERE////////////
if (displaymode==0)
document.write(iframecode)
function gone(){
var selectedurl=document.jumpy.example.options[document.jumpy.example.selectedIndex].value
if (document.getElementById&&displaymode==0)
document.getElementById("external").src=selectedurl
else if (document.all&&displaymode==0)
document.all.external.src=selectedurl
else{
if (!window.win2||win2.closed)
win2=window.open(selectedurl)
//else if win2 already exists
else{
win2.location=selectedurl
win2.focus()
}
}
}
</script>';
?>
<?php
openside("name");
echo "<div class=txt' style='padding-top:5px'>";
echo "<form name='jumpy'>";
echo "<select name='example' size='1' onChange='gone()'>";
echo "<option value='http://www.sportsline.com/nfl/box-scoreboards'>NFL</option>";
echo "<option value='http://www.sportsline.com/mlb/box-scoreboards'>MLB</option>";
echo "<option value='http://www.sportsline.com/nhl/box-scoreboards'>NFL</option>";
echo "<option value='http://www.sportsline.com/nba/box-scoreboards'>NBA</option>";
echo "<option value='http://www.sportsline.com/collegefootball/box-scoreboards'>NCAA Football</option>";
echo "<option value='http://www.sportsline.com/collegebasketball/box-scoreboards'>NCAA Basketball</option>";
echo"</select>
<input type='button' name='test' value='Go!' onClick='gone()' />
</form>\n";
echo "</div><br />";
if(function_exists('add_to_head')){
add_to_head( "<script language='javascript'>
var displaymode=1;
if (displaymode==0) {
document.write(iframecode);
}
function gone(){
var selectedurl=document.jumpy.example.options[document.jumpy.example.selectedIndex].value;
if (document.getElementById&&displaymode==0) {
document.getElementById('external').src=selectedurl;
} else if (document.all&&displaymode==0) {
document.all.external.src=selectedurl;
} else {
if (!window.win2||win2.closed) {
win2=window.open(selectedurl);
} else {
win2.location=selectedurl;
win2.focus();
}
}
}
</script>");}
closeside();
?>
var displaymode=1
var displaymode=0
<?php
if (!defined("IN_FUSION")) { die("Access Denied"); }
openside("name");
?>
<form name="jumpy">
<select name="example" size="1" onChange="gone()">
<!-- CHANGE THE BELOW URLS TO YOUR OWN-->
<option value='http://www.sportsline.com/nfl/box-scoreboards'>NFL</option>";
echo "<option value='http://www.sportsline.com/mlb/box-scoreboards'>MLB</option>";
<option value='http://www.sportsline.com/nhl/box-scoreboards'>NFL</option>";
<option value='http://www.sportsline.com/nba/box-scoreboards'>NBA</option>";
<option value='http://www.sportsline.com/collegefootball/box-scoreboards'>NCAA Football</option>";
<option value='http://www.sportsline.com/collegebasketball/box-scoreboards'>NCAA Basketball</option>
</select>
<input type="button" name="test" value="Go!" onClick="gone()">
</form>
<script language="javascript">
<!--
//Drop-down Document Viewer- © Dynamic Drive (www.dynamicdrive.com)
//For full source code, 100's more DHTML scripts, and TOS,
//visit http://www.dynamicdrive.com
//Specify display mode (0 or 1)
//0 causes document to be displayed in an inline frame, while 1 in a new browser window
var displaymode=0
//if displaymode=0, configure inline frame attributes (ie: dimensions, intial document shown
var iframecode='<iframe id="external" style="width:160px;height:400px" src="http://www.sportsline.com/mlb/box-scoreboards"></iframe>'
/////NO NEED TO EDIT BELOW HERE////////////
if (displaymode==0)
document.write(iframecode)
function gone(){
var selectedurl=document.jumpy.example.options[document.jumpy.example.selectedIndex].value
if (document.getElementById&&displaymode==0)
document.getElementById("external").src=selectedurl
else if (document.all&&displaymode==0)
document.all.external.src=selectedurl
else{
if (!window.win2||win2.closed)
win2=window.open(selectedurl)
//else if win2 already exists
else{
win2.location=selectedurl
win2.focus()
}
}
}
//-->
</script>
<?php
closeside();
?>
var iframecode='<iframe id="external" style="width:160px;height:400px" src="http://www.sportsline.com/mlb/box-scoreboards"></iframe>'
Category Forum
Panels and InfusionsLabels
None yet
Statistics
3 participants
Notifications
You are not receiving notifications from this thread.
Related Questions