Click to See Complete Forum and Search --> : can't see javascript even changing security
moniphp
08-21-2003, 10:20 AM
I didn't know where to post my question, I hope here is OK.
Well, I did my web page in php and it has parts of javascripts in it (like buttons and popups). My problem is that i can't see the buttons, I'm using internet explorer and I already change the security to Medium and chek that all the scriptings are enable. I try my page in other computer and it worked Ok so I really don't know what the problem is.
Thanks
We need to look at the site to be able to help.
moniphp
08-21-2003, 05:04 PM
sorry but the page is with internal adress so you can´t see it outside where i'm working.
Any other suggestion please.
Xerces
08-21-2003, 05:13 PM
we need the code, that it wont work outside your place is no problem.:)
moniphp
08-22-2003, 09:00 AM
Here is the piece of code that doesn't work, if you need the hole page tell me please. Thanks
<p align="center"><applet Code="apButtonMenu.class" Archive="apButtonMenu.jar" Width="450" Height="20">
<param name="isHorizontal" value="true">
<param name="buttonType" value="4">
<param name="backColor" value="0000ff">
<param name="backHighColor" value="aaaaff">
<param name="fontColor" value="ffffff">
<param name="fontHighColor" value="ffffff">
<param name="font" value="Arial,12,1">
<param name="menuItems" value="
{NUEVO CASO,casos.php,_self}
{MODIFICAR CASO,casos_mod.php?n=2&aa=$bb,_self}
{CASOS ABIERTOS,leer_casos.php?est=1&s=ABIERTOS,_self}
{CASOS CERRADOS,leer_casos1.php?est=2&s=CERRADOS&n=1&aa=$aa,_self}
{CASOS,busqueda.php,_self}">
</applet>
</p>
<p align="center">
<applet Code="apButtonMenu.class" Archive="apButtonMenu.jar" Width="552" Height="20">
<param name="backColor" value="ffeeee">
<param name="backHighColor" value="ff8080">
<param name="fontColor" value="AA0000">
<param name="fontHighColor" value="ffffff">
<param name="font" value="Courier,13,1">
<param name="isHorizontal" value="true">
<param name="buttonType" value="3">
<param name="status" value="link">
<param name="menuItems" value="
{fACTURAS,factura.php,_self}
{GUÍAS,guia.php,_self}
// {COSTOS,costos.php,_self}">
</applet>
</p>
Maybe you should ask where you purchased the applet.