Having Problem with IFRAME (JSP) Netscape!HELP!!!

Hi ppl :)
I�m having problems working out with netscape. If i use a script with one iframe(and i must use it...) at I.Explorer it works but with netscape, no way, the "box" doesn�t appear. :( I need HELP!!
tHIS IS THE 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= "fundo1.txt";
     if(selec.equals("APL"))
     sel= "fundo1.txt";
     if(selec.equals("BBVD"))
     sel= "fundo1.txt";
if(selec.equals("BBVO"))
     sel= "fundo1.txt";
     if(selec.equals("BIT"))
     sel= "fundo1.txt";
     if(selec.equals("BON"))
     sel= "fundo1.txt";
if(selec.equals("CAS"))
     sel= "fundo1.txt";
     if(selec.equals("CPZ"))
     sel= "fundo1.txt";
     if(selec.equals("EXT"))
     sel= "fundo1.txt";
     if(selec.equals("FINVEST"))
     sel= "fundo1.txt";
     if(selec.equals("GLO"))
     sel= "fundo1.txt";
     if(selec.equals("MIX30"))
     sel= "fundo1.txt";
     if(selec.equals("MIX60"))
     sel= "fundo1.txt";
     if(selec.equals("MI3"))
     sel= "fundo1.txt";
     if(selec.equals("MI6"))
     sel= "fundo1.txt";
     if(selec.equals("PPA"))
     sel= "fundo1.txt";          
if(selec.equals("PPR"))
     sel= "fundo1.txt";
     if(selec.equals("TXV"))
     sel= "fundo1.txt";          
     %>
<iframe 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>
Please help me out, because the iframes are terrible!
thanks,
Alex

The <IFRAME> tag is IE specific; Netscape doesn't
recognize it.
Netscape uses the <LAYER> and <ILAYER> tags to
accomplish the same thing; if you need to have a
page-internal frame that has its own source, you'll
need to use one of these tags.
If you need to work with both browsers, you'll need to
write out your tag based on the browser being used.
Have fun!hello!
I need one way to call another page, like you see in the code, a extension.txt, how can i do that?? can you make a sugestion?
The <ilayer> doesn�t work :(

Similar Messages

  • I'm still having problems with XUL Runner - please help am getting desperate!

    I recently sought help over a problem I am having with FF. When I try and load it, I get a message telling me that XUL runner 1.9.2.11 is not compatible with 1.9.2.12. The advice I received was to do a clean install. I have done this a number of times - using the Uninstall option in Control Panel as well as running the uninstall utility in the Firefox program folder. Each time I reinstall, and get the same problem. The only difference is that a few days ago I was installing FF 3.6.10, and that gave the error message that XUL runner 1.9.2.11 was not compatible with 1.9.2.10.
    I have FF set as my default browser, so when I click on links in e-mails, etc. I get the same failure to load symptoms. However, I found by chance that FF works OK in conjunction with System Mechanic 10 - a maintenance utility I have on my machine. If I select the on-line help option from that Menu, FF loads and runs OK. I can open new tabs and have no problem loading other pages. However, even with FF open, if I click a link in an e-mail, I get the XUL Runner error message.
    Although not all symptoms are the same, I am also having problems with IE8. When I run the program it loads, shows a 'connecting' message in the tab header, then closes. If I uninstall FF, then System Mechanic selects IE8 as the default browser, and as with FF, loads OK.
    Chrome and Safari both run OK (thankfully). there must be someone out there who knows what this all points to - is that person you?!
    Note: Trouble shooting information retrieved using FF when opened with System Mechanic.

    If you have such problems then you need remove the Firefox program folder before installing a new copy of the full Firefox installer.
    It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.

  • Having problems with USB cable, please HELP!

    While trying to download aim/aol I was having problems with my USB cable and my phone being connected, it was like they were showing they were conneted but when I tried to download aim it said no drivers were recognised. My phone was giving me the option when the USB cable was plugged in asking me if I wantd to do something to do with the media mass storage.
    Anyway, once the drivers were downloaded to my comp and I plugged USB cable into my phone and comp i'm no longer being asked on my blackberry about the mass storage, my phone doesn't seem to be recogniaing tht it's linked up to my computer at all even though it's showing the little plug thing in my blackberry and coming up on the computer.
    Is there anybody out there who can help me?!
    Please!
    Cheers!

    Go to Options -> Media Card -> Mass Storage Mode Support: On
    tanzim                                                                                  
    If your query is resolved then please click on “Accept as Solution”
    Click on the LIKE on the bottom right if the post deserves credit

  • HT204387 Hi I'm having problems with my Bluetooth please help me thank you

    Hi I'm having problems with Bluetooth it wont light up

    What light are you talking about?
    iOS devices don't, by the way, have the BT profile for transferring files. You can connect to keyboards, headsets, speakers, car kits.

  • Having problems with Frontrow. Please help!

    Hi,
    i've been trying to figure this out all day today but i haven't found any solution. hopefully you Mac Geniuses can help. now, my problem isn't that my videos won't play, because they do. they all play perfectly. okay, so when i launch Frontrow, all my video files appear under their respective folders; my TV Shows appear under the TV Shows folder and my Music Videos appear under the Music Videos folder. however, for some strange reason, these files also want to appear under the Movies folder. That means they're showing up twice! -under the Movies folder and TV Shows/Music Videos. is there anyway to fix this, because it's really cluttering my Movies folder and i admit i'm a really anal neat-freak.
    Also, i have correctly labeled the video files as Movie, TV Show or Music Video under iTunes. Everything is organized well under iTunes, so i doubt it's that.
    please help!!
    Message was edited by: ec84

    It might be because with the new update, it seems as though anything stored in the MOVIES folder , shows up under movies in Front Row. I have a folder of Transformers AVI'S in my movie folder, now it shows up in the movie directory of front row

  • I'm having problems with my ringtones please help

    I have tried everything to fix my BB Curve problem even down to the battery.   I have custom ringtones set for my husband and other family members.  So whenever they call or text I know who it is..  Now my issue is that if I get a text from my son his ringtone will sound than if I get a standard text my son's ringtone will go again.  Not the default for just regular ringtones.  I took off my facebook becuase someone said that could be a problem.  Verizon sent me a new phone and I entered everything manually so if there was something wrong I wouldn't transfer the problem to the new phone.  It's not fixed.  If someone could please help me.  I'm getting ready to turn my BB off completely it's that frustrating.  Thank you for any help.

    It sounds as if you are saying that any "non-specific" SMS sender receives that text tone of the last one you have set a personal tone for who has texted you?
    I don't know.  I can only say that if you use those instructon in the guideline, they work.
    There is a user here named Cathlabnurse, she has a good understanding of these settings... Maybe you could send her a Private Message to review your settings with you.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Im having problems with landrules can anybody help?

    the game wont let me create account cos it keeps saying error in waiting for the mainframe. Please help solve this problem as i cant get in contact with the developer of the game

    Only the developer can help you.

  • Having problems with this, can you help?

    Hello everyone, I'm currently making a j2me game, I'm still a newbie to it tho.
    I'm currently making the splash screen and I've followed a tutorial and intended to make my own, problem now is that there is something wrong with the code and is not working as I thought it would. Can you guys check what's wrong with my code? And please advise me on what's wrong and how do I fix it. Thanks alot. The code is below. The Sscreen.java is the one responsible for making and showing the splash screen while the Main.java is the main midlet and calls Sscreen.java.
    // Sscreen.java
    import java.util.Timer;
    import java.util.TimerTask;
    import javax.microedition.lcdui.*;
    public final class Sscreen extends Canvas
         private Display dis;
         private Displayable nxt;
         private Timer tmer;
         private Image im;
         public Sscreen(Display dis,Displayable nxt,Image im)
              tmer=new Timer();
              this.dis=dis;
              this.nxt=nxt;
              this.im=im;
              dis.setCurrent(this);
         private void dismiss()
              tmer.cancel();
              dis.setCurrent(nxt);
         protected void keyPressed(int keyC)
              dismiss();
         protected void paint(Graphics g)
              g.setColor(0x00000000);
              g.fillRect(0, 0, getWidth(), getHeight());
              g.setColor(0x00000000);
              g.drawImage(im,getWidth()/2,getHeight()/2-5,3);
         protected void showNotify()
              tmer.schedule(new Counter(), 3000);
         private class Counter extends TimerTask
              public void run()
                   dismiss();
    // Main Class
    import javax.microedition.lcdui.*;
    import javax.microedition.midlet.*;
    public class Main extends MIDlet
         private Display dis;
         private Image im;
         private boolean Splash=true;
         public Main(){}
         protected void destroyApp(boolean arg) throws MIDletStateChangeException {
              notifyDestroyed();     
         protected void pauseApp() {     }
         protected void startApp() throws MIDletStateChangeException {
              dis=dis.getDisplay(this);
              if(Splash)
                   Splash=false;
                   try
                        im=Image.createImage("/bg.png");
                        new Sscreen(dis,new Temp(),im);
                   catch(Exception e)
                        System.out.println("Prob 2");
         class Temp extends Form implements CommandListener
              private Command exitCommand = new Command("Exit", Command.EXIT, 1 );
              public Temp()
                   super("Main");
                   addCommand( exitCommand );
         setCommandListener( (CommandListener) Main.this );
              public void commandAction(Command arg0, Displayable arg1) {
                   notifyDestroyed();
    }

    i think problem is here
    *setCommandListener( (CommandListener) Main.this );*instead use
    setCommandListener(this );

  • Having problem with my cisco857w , please help

    Hi Guys
    I have cisco 857w, i managed to configure it and I use it as wireless modem router, I have PC, VOIP adaptor and 7 wireless devices connected. i can access the internet from all of them no problem ,but the issue I have is I can't ping any wireless laptops from any other wireless. the reason I need to do that is because i can't install my wireless printer on my wireless laptops. but also I have to mention the PC connected through one of the FastEthernet port of the router I can print to the printer wirelessly.  this drive me crazy. I attached my config. thanks for you help
    David

    Hi David,
    I believe it would be best that you post this thread in the Wireless and Mobility community
    https://supportforums.cisco.com/community/netpro/wireless-mobility
    You should have better chances there. Good luck!
    Luis

  • I'm having problems with the Spry Widgets, Help!

    I'm using Dreamweaver CS6 and Have installed it twice, to no avail.  When I try to insert any of the spry widgets, I get the HTML code for the widget but none of the javascript or css code and I cannot figure out why.  Also, The Spryassets folder never get created.  Is there anyone that help me figure out what I might be doing wrong.  If all you got is "Spry is no good, use Javascript", then don't bother responding.  All other useful suggestions are greatly appreaciated,
    K

    Hi Fehmi76,
    The article linked below details how to go about seeing what apps on your iPhone are using what amounts of space.
    See how much storage you've used on your iPhone, iPad, and iPod touch
    https://support.apple.com/en-us/HT201656
    Regards,
    Allen

  • Having Problem with JSP In Netscape!HELP!!!

    HI to all! I�m having problem with the jsp that i have :( If i use the Internet explorer it works but at Netscape... it doesn�t work :( The value of "PTE" is null... I need help !!!Please! I think the HTML IS NOT HELPING ...
    the code is :
    <html>
    <head>
    <!--tp001_transferencias_oic_POR.jsp-->
    <title>BBVA - Transfer&ecirc;ncias - Transfer&ecirc;ncias OIC</title>
    <LINK rel=STYLESHEET type='text/css' href="estilos/tablas.css">
    <!--script language="javascript" src "js/dynlayer.js"></script-->
    <script language="Javascript" src="js/banner.js"></script>
    <script language="Javascript" src="js/tp_oic.js"></script>
    <script language="Javascript" src="js/utilidades.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" %>
    <% String s = (String)datos.get("dt");
    java.util.StringTokenizer str = new java.util.StringTokenizer(s, "-");
    String anoServer = str.nextToken() ;
    String mesServer = str.nextToken() ;
    String diaServer = str.nextToken() ;
    %>
    <!--1�form-->
    <form method="post" name="captura" action="<%=urls.get("action")%>">
    <center> <!--1�center-->
    <br>
    <!--1�table-->
    <table border="0" cellpadding="0" cellspacing="0" width="500"> <!--table das transf e nome-->
    <tr>
    <td colspan="3"><img src="images/linea.gif" border="0"></td>
    </tr>
    <tr>
    <td width="250"><img src="images/traspasos.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/linea.gif" border="0"></td>
    </tr>
    </table> <!--Fim do 1� table-->
    <br><br>
    </center> <!--Fim do 1� Center-->
    <center> <!--2� Center-->
    <!--Conteudo do table 2-->
    <table cellpadding="3" cellspacing="1" border="0" align="center" width="500"> <!--table referente a mensagem-->
    <tr>
    <td class="cabeceratitulo" colspan="2"><p class="titulotabla">Nota : As Transfer&ecirc;ncias para outras Institui&ccedil;&otilde;es de Cr&eacute;dito decorrem de acordo com os hor&aacute;rios da Compensa&ccedil;&atilde;o Interbanc&aacute;ria, n&atilde;o se responsabilizando o BBVA pela sua realiza&ccedil;&atilde;o fora das regras em uso.</p></td>
    </tr>
    <tr></tr><tr></tr><tr></tr><tr></tr><tr></tr><tr></tr><tr></tr><tr></tr><tr></tr>
    </table> <!--fim do table2-->
    </center> <!--Fim do 2� Center-->
    <center> <!-- Inicio 3� Center-->
    <!--Conteudo da table Combo-->
    <!--Table3-->
    <table cellpadding="3" cellspacing="1" border="0" align="center" width="500">
    <tr>
    <td class="cabeceratitulo" colspan="2"><p class="titulotabla">Transfer&ecirc;ncia Conta a Conta para outras Institui&ccedil;&ocirc;es de Cr&eacute;dito</p></td>
    </tr>
    <tr>
    <td class="formgrisosc" width="100">
    <p class="dato">Conta Ordenante:  </p></td>
    <td class="formgrisosc" width="300">
         <%
    java.util.Vector v = (java.util.Vector)(datos.get("ListaCuentas"));
    java.util.Hashtable elem;
    java.util.Enumeration e = v.elements();
    %>
    <!--1� Select-->
    <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=\"" + ((String)elem.get("s_tipo")) + "$" + ((String)elem.get("s_clave_asunto")) + "\">" + cuenta + "</option>");
    %>
    </select> <!--Fim do 1� Select-->
    </td>
    </tr>
    <tr>
    <td class="formgriscla" width="100"><p class="dato">Data de Processamento:</p></td>
    <td class="formgriscla">
    <input type="text" name="dia" size="2"class="formgriscla" value="<%=diaServer %>" maxlength="2" class="formgriscla"> / 
    <input type="text" name="mes" size="2"class="formgriscla" value="<%=mesServer %>" maxlength="2" class="formgriscla"> / 
    <input type="text" name="ano" size="4"class="formgriscla" value="<%=anoServer %>" maxlength="4" class="formgriscla"></td>
    <input type="hidden" name="dact" size="2"class="formgriscla" value="<%=diaServer %>" maxlength="2" class="formgriscla">
    <input type="hidden" name="mact" size="2"class="formgriscla" value="<%=mesServer %>" maxlength="2" class="formgriscla">
    <input type="hidden" name="aact" size="4"class="formgriscla" value="<%=anoServer %>" maxlength="4" class="formgriscla"></td>
    </tr>
    <tr>
    <td class="formgrisosc" width="100"><p class="dato">Moeda: </p></td>
    <td class="formgrisosc"><p class="dato">
    <!--Select 2�Ver este bem-->
    <select name="Moeda" size="1" class="formgrisosc">
    <option value="PTE" selected>Escudos</option>      
    <option value="EUR">Euros</option>
    </select> </p>
    </td>
    </tr>
    <tr>
    <td class="formgriscla" width="100"><p class="dato">Import&acirc;ncia:</p></td>
    <td class="formgriscla"><input type="text" name="importancia" size="20" maxlength="15" class="formgriscla"></td>
    </tr>
    <tr>
    <td class="formgrisosc" width="100"><p class="dato">Ref&ecirc;rencia:</p></td>
    <td class="formgrisosc"><input type="text" name="ref" size="15" maxlength="10" class="formgrisosc"></td>
    </tr>
    <tr>
    <td class="formgriscla" width="100"><p class="dato">NIB Benefici&aacute;rio:</p></td>
    <td class="formgriscla"><input type="text" name="nibBeneficiario" size="30" maxlength="21" class="formgriscla"></td>
    </tr>
    <tr>
    <td class="formgrisosc" width="100"><p class="dato">Descri&ccedil;&atilde;o p/ Conta D&eacute;bito:</p></td>
    <td class="formgrisosc"><input type="text" name="debito" size="45" maxlength="45" class="formgrisosc"></td>
    </tr>
    <tr>
    <td class="formgriscla" width="100"><p class="dato">Descri&ccedil;&atilde;o p/ Conta Cr&eacute;dito:</p></td>
    <td class="formgriscla"><input type="text" name="credito" size="45" maxlength="45" class="formgriscla"></td>
    </tr>
    <tr>
    <td class="cabecera" colspan="2"><img src="images/1x1.gif" width=1 height=3 border="0"></td>
    </tr>
    </table> <!--Fim do table 3-->
    </center> <!--Fim do 3�center-->
    <center> <!--Inicio do 4� Center-->
    <!--Inicio da table 4�-->
    <table border="0" cellspacing="2" cellpadding="0">
    <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> <!--Fim do 4� Table-->
    </form> <!--Fim do FORM-->
    </center> <!--Fim do 4� Center-->
    </body> <!--Fim do BODY-->
    </html> <!--Fim do Html-->
    Thanks pepole!

    thanks people! when i try to validate the action "PTE" he gaves me (if i put a ALERT...) null.
    the js code is : (Moeda is coin )
    //testa amount
    // var ent = (f.amount.value);
    var tamanho = f.amount.value.length;
    var valor = f.amount.value;
    decimals = 2; // Apenas pode ter duas casas decimais?
    if (((tamanho == 0) || (valor == 0)) && ok)
    alert ("A import�ncia tem de ser maior que zero.");
    f.amount.focus();
    f.amount.select();
    ok = false;
    else
         alert(f.Moeda.value);
    if((f.Moeda.value=="PTE") && ok)
    for (j = 0; j < tamanho; j++)
    xx = valor.charAt(j);     
         if ((!(xx.match(numeroER)) && ok))
    alert ("O Campo Import�ncia deve ser num�rico inteiro.");     
         f.amount.focus();
         f.amount.select();
         ok = false;
              //if para limitar valor dos Escudos      
         if (ok)
         if (eval(valor) > 1000000)
         alert ("The field amount must be maxium 1 000 000 Pte.");     
         f.amount.focus();
         f.amount.select();
         ok = false;
    else
         if (ok)
              //function checkDecimals(f.amount, f.importancia.value) {
              if (isNaN(valor)) {
                   alert("O Campo Import�ncia deve ser num�rico e como separador decimal, o ponto.");
                   f.amount.select();
                   f.amount.focus();
                   ok = false;
              else {
                   timeshundred = parseFloat(valor * Math.pow(10, decimals));
                   integervalue = parseInt(parseFloat(valor) * Math.pow(10, decimals));
                   if (timeshundred != integervalue)
                   alert ("Apenas pode ter " + decimals + " casas decimais. Por favor tente outra vez.");
                   f.amount.select();
                   f.amount.focus();
                   ok = false;
              if (ok)
              {  //if to limit the value of the  Euros
         if(eval(valor) > 4988)
    alert ("The field amount must be maxium 4988 Eur.");     
         f.amount.focus();
         f.amount.select();
         ok = false;
    }//end of amount

  • I am having problems with my after effects. It says that quicktime needs to be installed but it is already installed. help

    i have tried everything but its not working!!! @

    1. Download the .dmg file and save it to a folder on your computer.
    2. Quit After Effects CS6 if it is running.
    3. Double-click the .dmg file to open it, and then double-click the AdobePatchInstaller.app file to launch the patcher.
    4. Follow the on-screen instructions. There might be a slight delay before the update progress meter starts moving.
    im having trouble updating after effects.
    im having problems with the third step. help me please

  • HT5699 Having problem with security question

    Cannot get iTunes card to work having problem with security question

    Alternatives for Help Resetting Security Questions and Rescue Mail
         1. Apple ID- All about Apple ID security questions.
         2. Rescue email address and how to reset Apple ID security questions
         3. Apple ID- Contacting Apple for help with Apple ID account security.
         4. Fill out and submit this form. Select the topic, Account Security.
         5.  Call Apple Customer Service: Contacting Apple for support in your
              country and ask to speak to Account Security.
    How to Manage your Apple ID: Manage My Apple ID

  • Hi Can anyone help. I'm having problem with FaceTime on my IPAD .It connects but cuts out Simolarly when someone calls me it connects , then cuts out ThanksBrian

    Hi Having problem with FACETIME on my IPAD Connects to call but then cuts out , similarly calls in connect &amp; cut out Can someone help. Brian

    My ipad is doing the same thing to it won't let me except a incoming call on Facebook and I don't know what to do

  • I'm having problems with my app, plants vs. zombies 2. It'll open and stay open for a few seconds then shut down. Help please.

    I'm having problems with my app, plants vs. zombies 2. It'll open and stay open for a few seconds then shut down. Help please.

    Check to see if there are Updates available... If already up to date...
    Try This...
    Close All Open Apps... Sign Out of your Account... Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    Wait for the Apple logo to Appear...
    Usually takes about 15 - 20 Seconds... ( But can take Longer...)
    Release the Buttons...

Maybe you are looking for