HighDots Forums  

IE e Opera 9 si, FF no

Javascript (Italian) Il linguaggio JavaScript (it.comp.lang.javascript)


Discuss IE e Opera 9 si, FF no in the Javascript (Italian) forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
Agostino De Matteis
 
Posts: n/a

Default Re: IE e Opera 9 si, FF no - 06-29-2006 , 06:55 AM






Il Thu, 29 Jun 2006 12:38:36 +0200, Ugo ha scritto:

Quote:
Yep, controllando sembra che sia possibile dis/abilitare solo document.all
tramite browser.dom.document.all.disabled
Bello o_O
:-)

Quote:
ma di cosa parli?
Di che browser parli?
Di Firefox che implementa l'accesso a document.all (undetectable) :-)

https://bugzilla.mozilla.org/show_bug.cgi?id=248549
https://bugzilla.mozilla.org/show_bug.cgi?id=256640
https://bugzilla.mozilla.org/show_bug.cgi?id=256644
etc.

Quote:
Come si da' quella direttiva?
digita about:config in firefox

Quote:
E' JS?
E' una delle user preferences di FF, ma per accedervi da JS devi usare
XPCOM.

'bye


Reply With Quote
  #12  
Old   
Torakiki
 
Posts: n/a

Default Re: IE e Opera 9 si, FF no - 06-29-2006 , 07:06 AM






Quote:
INPUT type="submit" name="vai" value=" Vai "
^^^^^^^^^
metti button perche' altrimenti (se non diversamente predisposto) propaghi
Te l'ho detto no che era il caldo :-?

Sul "metti button", ho inteso "togli l'INPUT e metti il
<BUTTON></BUTTON>" :-)

Mo' con
<INPUT type="button" name="vai" value="&nbsp;Vai&nbsp;"
onClick="window.location.href=menu.value;">

sembra proprio funzionare.... GRAZIE GRAZIE GRAZIE

--
Quote:
Torakiki



Reply With Quote
  #13  
Old   
Ugo
 
Posts: n/a

Default Re: IE e Opera 9 si, FF no - 06-29-2006 , 08:01 AM



Quote:
INPUT type="submit" name="vai" value="&nbsp;Vai&nbsp;"
^^^^^^^^^
metti button perche' altrimenti (se non diversamente predisposto) propaghi

Te l'ho detto no che era il caldo :-?

Sul "metti button", ho inteso "togli l'INPUT e metti il
BUTTON></BUTTON>" :-)

Mo' con
INPUT type="button" name="vai" value="&nbsp;Vai&nbsp;"
onClick="window.location.href=menu.value;"
AAAAHHHHHH
prendi un condizionatore!!!
)
ti ho detto che devi fare cosii':

<input type="button" name="vai" value=" Vai "
onclick="location.href=this.form.menu.value">

Quote:
sembra proprio funzionare.... GRAZIE GRAZIE GRAZIE
Cosi' funziona anche meglio


Reply With Quote
  #14  
Old   
cedmax
 
Posts: n/a

Default Re: IE e Opera 9 si, FF no - 07-03-2006 , 01:52 AM



Torakiki ha scritto:

Quote:
INPUT type="submit" name="vai" value="&nbsp;Vai&nbsp;"
onClick="window.location.href=menu.value;"
menu.value?
io metterei
var menu=document.forms['id_della_form'].menu; window.location.href=
menu.options[menu.selectedIndex].value;

ced


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.