rejetto forum
May 24, 2012, 11:36:45 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: This forum is free, you do NOT need to register to post. But you may.
PROBLEMS? QUESTIONS? CLICK HERE!
Fill the survey!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: [Closed] button form on Iframe ?  (Read 1930 times)
0 Members and 2 Guests are viewing this topic.
TCube
Insane poster
*****
Offline Offline

France France

Posts: 431



View Profile
« on: November 30, 2007, 06:22:58 AM »

salut à nouveau,

There no way around .. I have to have one Iframe link to a proxy.

I wish I could just present just a "button form"  which would open the Iframe, would be somehow more elegant  on the page; then users would drag/drop the Hfs links (that part works fine).

Many thanks for help
TCube


* Iframelayout.jpg (28.74 KB, 1023x306 - viewed 334 times.)
« Last Edit: February 24, 2008, 12:40:27 AM by TCube » Logged

Make it idiot-proof and I will make a better idiot
TCube
Insane poster
*****
Offline Offline

France France

Posts: 431



View Profile
« Reply #1 on: December 04, 2007, 04:29:22 AM »

mars,

Je reviens au sujet maintenant parceque le proxy était tombé depuis quelques jour.
Si ca ne te gêne pas mars et si tu dispose d'un peu de temps [je peine un peu]  envoie le bout de javascript, mes exemples perso. ne sont pas bons.

merci à toi
TCube
Logged

Make it idiot-proof and I will make a better idiot
TCube
Insane poster
*****
Offline Offline

France France

Posts: 431



View Profile
« Reply #2 on: December 04, 2007, 11:58:33 AM »

Merci encore mars !
Si tout fonctionne deux rép. vont fusionner (Freenautes/non Freenautes avec bouton appel Proxy)
Très gentil à toi; mon retour dans les prochains jours
TCube
Logged

Make it idiot-proof and I will make a better idiot
TCube
Insane poster
*****
Offline Offline

France France

Posts: 431



View Profile
« Reply #3 on: February 21, 2008, 01:29:29 PM »

Hello to all !

Taken from Mars advice and code sample ... all is fine under Opera.
Still, underneath code is now compliant with IE and FF

Code:
<html>
<head>
<title></title>
 
<script type="text/javascript">
<!--
function myiframeshow(etat)
{
    document.getElementById("myiframe").style.display = etat;
}
 
//-->
</script>
</head>
<body>
<input type="button" value="Afficher Site Allmusic"onclick="myiframeshow('block')">
<input type="button" value="Masquer Site Allmusic" onclick="myiframeshow('none')">
 
<br>
 
<iframe id="myiframe" style="display:none; width: 1020px; height: 320px" scrolling="yes" frameborder="0" src="http://www.xxxxxxxxxxxxx.com/xxxxxxxxxxxxxx">
 
</iframe>
</body>
</html>


TCube
« Last Edit: February 24, 2008, 12:45:53 AM by TCube » Logged

Make it idiot-proof and I will make a better idiot
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!


Google visited last this page May 08, 2012, 01:21:26 PM
anything