What can i do if the iframe doesn�t support Netscape ?!

Hello!
I have a problem, now i know that the iframe doesn�t work in the Netscape. I�m developing a homebanking project, and i need a idea to work at the JSP, that i have, in Netscape. I need all of your love and care! This is difficult ! I have a list of products, and when i select one of them it will open the iframe �with the product i�ve selected.
The tag is this one :
<iframe img width=500 height=300 src="js/<%=sel%>"></iframe>
And this the all code :)
<html>
<head>
<!--fd002_captura_dados_POR.jsp-->
<title>BBVA - Fundos - Subscri&ccedil;&atilde;o de Fundos</title>
<LINK rel=STYLESHEET type='text/css' href="estilos/tablas.css">
<script language="Javascript" src="js/fd001_captura_dados.js"></script>
<script language="javascript" src="js/limpar.js"></script>
<script language="javascript" src="js/tiempo.js"></script>
</HEAD>
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0" class="pag-contenido" onLoad="controlSesion();">
<%@ include file="includecbtf.jsp" %>
<%
out.println("<form method=\"post\" name=\"captura\" action=\"" + urls.get("action") + "\"> ");
%>
<br>
<center>
<table border="0" cellpadding="0" cellspacing="0" width="500">
<tr>
<td colspan="3" ><img src="images/linea1.gif" border="0"></td>
</tr>
<tr>
<td width="250"><img src="images/fundos.gif" border="0"></td>
<td width="82"><img src="images/titular.gif" border="0"></td>
<td width="169" class="fondotitular"><font class="texttitular"><%=datos.get("usuario")%></font></td>
</tr>
<tr>
<td colspan="3"><img src="images/linea1.gif" border="0"></td>
</tr>
</table>
<br><br>
</center>
<center>
<table cellpadding="3" cellspacing="1" border="0" width="535">
<tr>
<td class="cabeceratitulo" colspan="4"><p class="titulotabla">Inten&ccedil;&atilde;o de Subscri&ccedil;&atilde;o do Fundo <%=datos.get("CodigoFundos")%></p></td>
     </tr>
     </td>     
<table>
<tr>
<td class="cabeceratitulo" colspan="4"><p class="titulotabla">Condi&ccedil;&otilde;es</p></td>
</tr>
<tr>
<td class=altas colspan="2" >
<%
java.lang.String selec1 = (java.lang.String)datos.get("CodigoFundos");
     String selec= selec1;
     String sel="";
     if(selec.equals("ACC"))
     sel= "ACC.html";
     if(selec.equals("APL"))
     sel= "APL.html";
     if(selec.equals("BBVD"))
     sel= "BBVD.html";
if(selec.equals("BBVO"))
     sel= "BBVO.html";
     if(selec.equals("BIT"))
     sel= "BIT.html";
     if(selec.equals("BON"))
     sel= "BON.html";
if(selec.equals("CAS"))
     sel= "CAS.html";
     if(selec.equals("CPZ"))
     sel= "CPZ.html";
     if(selec.equals("EXT"))
     sel= "EXT.html";
     if(selec.equals("FINVEST"))
     sel= "FINVEST.html";
     if(selec.equals("GLO"))
     sel= "GLO.html";
     if(selec.equals("MIX30"))
     sel= "MIX60.html";
     if(selec.equals("MIX60"))
     sel= "MIX60.html";
     if(selec.equals("MI3"))
     sel= "MI3.html";
     if(selec.equals("MI6"))
     sel= "MI6.html";
     if(selec.equals("PPA"))
     sel= "PPA.html";          
if(selec.equals("PPR"))
     sel= "PPR.html";
     if(selec.equals("TXV"))
     sel= "TXV.html";          
     %>
<!--iframe width=530 height=350 src=js/<--%=sel%></iframe-->
<!--iframe width=500 height=300 src="js/<-%=sel%>"></iframe-->
<iframe img width=500 height=300 src="js/<%=sel%>"></iframe>
</tr>
<tr>
<td align="right">
     <img src="images/aceito.gif" border="0" alt="Aceito">
</td>
<td>
     <img src="images/naceito.gif" border="0" alt="N�o Aceito">
</td>
</tr>
</table>
<br>
</center>
<center>
<table cellpadding="3" cellspacing="1" border="0" width="535">
<tr>
<td class="cabeceratitulo" colspan="4"><p class="titulotabla">Inten&ccedil;&atilde;o de Subscri&ccedil;&atilde;o de Fundos</p></td>
     </tr>
<tr>
<td class="formgrisosc" width="120"><p class="dato">Seleccione Conta:     </p></td>
<%
java.util.Vector v = (java.util.Vector)(datos.get("ListaCuentas"));
java.util.Hashtable elem;
java.util.Enumeration e = v.elements();
%>
               <td class="formgrisosc" colspan="3">
<select name="conta" size="1" class="formgrisosc">
<%
while (e.hasMoreElements()){
elem = (com.ibm.dse.base.Hashtable)(e.nextElement());
String cuenta = ((String)elem.get("s_banco")).trim()+"-"+((String)elem.get("s_oficina")).trim()+((String)elem.get("s_dcontrol")).trim()+((String)elem.get("s_num_cuenta")).trim();
out.println("<option value=\"" + cuenta + "\">" + cuenta + "</option>");
%>
</select>
</td>
<tr>
<td class="formgriscla" width="120"><p class="dato">Tipo de Subscri��o:</p></td>
<td class="formgriscla" colspan="3">
          <select name="tiposubs" size="1" class="formgriscla">
<option>Eventual</option>
</select>
</td>
</tr-->
<tr>
<td class="cabecera" colspan="4"><img src="images/1x1.gif" width=1 height=3 border="0"></td>
</tr>
</table>
<br><br>
<table cellpadding="3" cellspacing="1" border="0" width="535">
<tr>
<td class="cabeceratitulo" colspan="4"><p class="titulotabla">Preencha um dos seguintes campos</p></td>
     </tr>
<tr>
<td class="formgrisosc" width="120"><p class="dato">N�mero de Up's:</p></td>
<td class="formgrisosc" colspan="3">
<input type="text" name="numero" size="15" maxlength="15" class="formgrisosc">
</td>
</tr>
<tr>
<td class="formgriscla" width="120"><p class="dato">Montante:</p></td>
<td class="formgriscla" width="80"><input type="text" name="montante" size="15" maxlength="15" class="formgriscla"></td>
<td class="formgriscla" width="50"><p class="dato">Moeda:</p></td>
<td class="formgriscla">
<select name="moeda" size="1" class="formgriscla">
<option value="Escudos" selected>Escudos</option>
<option value="Euro" >Euros</option>
</select>
</td>
</tr>
<tr>
<td class="cabecera" colspan="4"><img src="images/1x1.gif" width=1 height=3 border="0"></td>
</tr>
</table>
</center>
<center>
<table border="0" cellpadding="0" cellspacing="2">
<tr>
<td valign="top"><img src="images/limpar.gif" border="0" alt="Apagar"></td>
<td valign="top"><img src="images/continuar.gif" border="0" alt="Continuar"></td>
</tr>
</table>
</form>
</center>
<br><br>
</body>
</html>
I begg help in this case, give me solutions, please
Best Regards,
Alex V.

Use something other that the IFRAME.
Some alternatives I can think of:
- use real FRAME's instead of the IFRAME - divide your page into sections with a FRAMESET with a couple of frames, one for your main content, the other for the content your are generating that you were putting into the IFRAME
- use something like the css style 'overflow:auto' on a SPAN or DIV tag - set the size/dimensions of the section to smaller than the total content and let the overflow style wrap and scroll the content for you (this will look almost identical to the IFRAME, although I don't know whether Netscape supports this either... you'll have to check)
- write the content straight into the page body?
Hope these help,
Kevin Hooke

Similar Messages

  • I just bought an iMac and I´m a new user of Mac.  I captured my data and my country is Mexico. What can i do if the final data check show España? Is it important or it doesn´t matter?

    I just bought an iMac and I´m a new User of Mac. I captured my data and my country is Mexico. What can i do if the final data check of Mac shows Spain? Is it important or it doesn´t matter?

    Hola & welcome to the Forums!
    Have you noticed any problems, like Time zone or Time display?

  • I cant connect to wifi but my laptop can and my other phones can.ived done all the recommendations in ipad support but still cant connect..what else shall i do?

    i cant connect to wifi but my laptop can and my other phones can.ived done all the recommendations in ipad support but still cant connect..what else shall i do?

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    6. Potential Quick Fixes When Your iPad Won’t Connect to Your Wifi Network
    http://ipadinsight.com/ipad-tips-tricks/potential-quick-fixes-when-your-ipad-won t-connect-to-your-wifi-network/
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    Wi-Fi Fix for iOS 6
    https://discussions.apple.com/thread/4823738?tstart=240
    iOS 6 Wifi Problems/Fixes
    How To: Workaround iPad Wi-Fi Issues
    http://www.theipadfan.com/workaround-ipad-wifi-issues/
    Another Fix For iOS 6 WiFi Problems
    http://tabletcrunch.com/2012/10/27/fix-ios-6-wifi-problems-ssid/
    Wifi Doesn't Connect After Waking From Sleep - Sometimes increasing screen brightness prevents the failure to reconnect after waking from sleep. According to Apple, “If brightness is at lowest level, increase it by moving the slider to the right and set auto brightness to off.”
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    How to Boost Your Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Boost-Your-Wi-Fi-Signal.h tm
    Troubleshooting a Weak Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/Troubleshooting-A-Weak-Wi-Fi-Sig nal.htm
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Connect iPad to Wi-Fi (with troubleshooting info)
    http://thehowto.wikidot.com/wifi-connect-ipad
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • HT204053 I have 2 itunes accounts that I want to put on one iCloud, but can't get them to sync. What can I do that the instructions aren't telling me?

    I have 2 itunes accounts that I want to put on one iCloud, but can't get them to sync. What can I do that the instructions aren't telling me?

    You don't mention anything about the music files on your computer that were used to copy into iTunes. If you have moved those files to a different location on you PC you will get that error message from iTunes. This is because iTunes will look for the music files in the original location that they came from on your PC when they were copied. If this is the case you have to tell iTunes to look in the new location for the music files or move the music files back to the original location.

  • Hi, i bought a irig to connect my guitar on my macbook pro 2012, but when i use the irig in my mac, it doesnt recognize, so i cant choose it on preferences of sound, what can i do?  (the sound of my guitar goes by IRIG but I can not hear due to feedback a

    hi, i bought a irig to connect my guitar on my macbook pro 2012, but when i use the irig in my mac, it doesnt recognize, so i cant choose it on preferences of sound, what can i do?  (the sound of my guitar goes by IRIG but I can not hear due to feedback and when I try to record another track on the garageband, the sounds recorded on the new track is catching the sound of another track recorded)

    Turn the internal mic level off. Use headphones as monitors.

  • What can I do about the hackers in my devices.

    What can I do about the hackers in my devices. Pls help i need to know what I can do to take the hackers out of my devices.

    Aww drat! I was going to recommend "AttackA-Hak" which was free from VapourWare Inc.
    a) The likelihood of your Apple device being hacked is millions to one against.
    b) If it was, Apple would be very interested in seeing your device as you would be one of the first.
    c) Can I have whatever you're drinking please ...

  • What can I do about the Other Item on my iPhone... It is using 2.2 GBs of memory...

    What can I do about the Other Item.  It is using 2.2 GBs of memory.... The largest user....
    That is 25% of RAM.....

    What can I do about the Other Item.  It is using 2.2 GBs of memory.... The largest user....
    That is 25% of RAM.....

  • How can I send scanned files, which are documents changed from doc to PDF, as documents that can be edited if the recipient doesn't have Adobe capabilities?

    How can I send scanned files, which are documents changed from doc to PDF, as documents that can be edited if the recipient doesn't have Adobe capabilities?

    Hi flaviusjack,
    If you still have the .doc files, it might be best to send those to your recipients so they can be edited. Otherwise, you can use ExportPDF to convert the PDF files back to .doc format. But, again, that step would be unnecessary if you have the .doc files.
    Best,
    Sara

  • TS4079 My ipad microphone next to the front camera, is not working at all, what can I do if the warranty is not available

    My ipad microphone next to the front camera, is not working at all, what can I do if the warranty is not available

    Did you flip the switch?
    http://i1224.photobucket.com/albums/ee374/Diavonex/91e9edf6b2127310428d94cf75cb6 15a_zps380c63c4.jpg

  • HT4623 what can be done for the ipad that is making people dizzy and having headaches?

    what can be done for the ipad that is making people dizzy and having headaches?

    Go to settings>general>accessibility>reduce motion> turn on.

  • Please help me!!!!!!! what can I do with the message " no service " I have already updated for 5.0.1 (9A406) and nothing happened. Please Help me!!!!! I´m thinking to came back to my nokia. It´s work at least!!!!

    Please help me!!!!!!! what can I do with the message " no service " I have already updated for 5.0.1 (9A406) and nothing happened. Please Help me!!!!! I´m thinking to came back to my nokia. It´s work at least!!!!

    Please DO go back to your Nokia.  I'm sure people on their support forums will love your whining and idle threats just as much as we do.

  • What can I do against the Identity Check from Entourage

    What can I do against the Identity Check from Entourage???

    Looks like you may have stumped the members. Can you explain in more detail? I've used Entourage for as long as it's been out and don't remember encountering an "Identity check" issue.
    What version of Entourage? X, 2004, 2008, 2011?
    Also --please modify your equipment line to correct your OS version. "iOS" is not a Mac computer operating system. It only runs of iPods, iPads and iPhones, not real computers. Do About this Mac from your Apple menu; that will show your OS version.

  • What can we do if the home button of my ipod is working very slow and if my ipod is still in warranty and by the way i have an ipod touch 4

    what can we do if the home button of my ipod is working very slow and if my ipod is still in warranty and by the way i have an ipod touch 4

    If it is still under warranty take it to an Apple Store, or in any case call AppleCare (see http://support.apple.com/kb/HE57 for list of international phone numbers) to see if they can help you. They may be able to help you with repairs if it is a physical problem with the home button.

  • HT1390 Why do I get a different movie price for the same movie on my iPad and iPhone. And 1 device says I can rent it but the other doesn't ,.?

    Why do I get a different movie price for the same movie on my iPad and iPhone. And 1 device says I can rent it but the other doesn't ,.?

    Adding Open DNS codes to your Network Preferences, should give good results in terms of speed-up as well as added security, (including anti-phishing and redirects) (Full information about Open DNS is here: http://www.opendns.com/home/nobloat ) and further independent information can be read here:
    http://reviews.cnet.com/8301-13727_7-57338784-263/free-dnscrypt-tool-enhances-ma c-web-security/?tag=mncol;txt
    and here:
    http://www.macworld.com/article/1146064/troubleshootdns.html?t=234
    Open System Preferences/Network. Double click on your connection type, or select it in the drop-down menu, and in the box marked 'DNS Servers' add the following two numbers:
    208.67.222.222
    208.67.220.220
    (You can also enter them if you click on Advanced and then DNS)
    Sometimes reversing the order of the DNS numbers can be beneficial in cases where there is a long delay before web pages start to load, and then suddenly load at normal speed:
    http://support.apple.com/kb/TS2296

  • The ios8 update is causing innumerable problems with my ipad. The info from my calendar just disappeared, I am typing blind with the keyboard most of the time, and I cannot upload pics or paste to FB. When will this be fixed and what can I do in the

    The ios8 update is causing innumerable problems with my ipad. The info from my calendar just disappeared, I am typing blind with the keyboard most of the time, and I cannot upload pics or paste to FB. When will this be fixed and what can I do in the Meantime?

    Have you tried yesterday's update to iOS8.0.2?
    iOS 8.0.2
    This release contains improvements and bug fixes, including:
      •  Fixes an issue in iOS 8.0.1 that impacted cellular network connectivity and Touch ID on iPhone 6 and iPhone 6 Plus
      •  Fixes a bug so HealthKit apps can now be made available on the App Store
      •  Addresses an issue where 3rd party keyboards could become deselected when a user enters their passcode
      •  Fixes an issue that prevented some apps from accessing photos from the Photo Library
      •  Improves the reliability of the Reachability feature on iPhone 6 and iPhone 6 Plus
      •  Fixes an issue that could cause unexpected cellular data usage when receiving SMS/MMS messages
      •  Better support of Ask To Buy for Family Sharing for In-App Purchases
      •  Fixes an issue where ringtones were sometimes not restored from iCloud backups
      •  Fixes a bug that prevented uploading photos and videos from Safari
    For information on the security content of this update, please visit this website:
      http://support.apple.com/kb/HT1222

Maybe you are looking for

  • How do I put an image in the background of a JDesktop?

    I have made a program that has a JDesktop. Just need to know the coding to put an image in the background of the JDesktop. Any suggestion?

  • IPhone5 not showing up in devices tab on iMac, can't transfer songs from computer to phone

    I have a new iPhone5 and an iMac running Snow Leopard.  I have scads of songs on my computer that are mostly from CDs.  When I hooked the new phone up to the computer, the newly purchased songs on the phone loaded onto the computer automatically.  Ho

  • Headphone jack problems.

    I bought the new iphone 4s Saturday and I just tried using my headphones with it. I tried my Bose headphones first and they worked for a little bit and then the music started playing through the speaker. I tried them again with the Bose headphones an

  • NiDAQ 6008 -- Long running task stability

    I have a small C program using nidaqmxbase, based on the example code provided. This runs with a usb connected 6008 on a Red Hat Linux machine. The task is simple, read the analog voltage (differential, reference source 2.5v range) from one channel a

  • Shutting down after booting for 10 seconds

    Okay I just bought a new motherboard and CPU and I'll boot up the computer and 10 seconds later it will shut down.  The network card's green light will still be on but the computer won't boot up when I press the power button.  I have to unplug the po