|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
inserting variable in scriptI have this piece of html:
<script type="text/javascript"> set_query('ADRB2_HUMAN', 'BioSapiens', 3, ''); start_dasty(0); </script> how would I change 'ADRB2_HUMAN' into some other name? I can't just use a label right? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: inserting variable in scriptuse iheadercontributor to write out the whole thing
-igor On Fri, Jul 3, 2009 at 7:09 AM, Bas Vroling<bvroling@...> wrote: > I have this piece of html: > > <script type="text/javascript"> > set_query('ADRB2_HUMAN', 'BioSapiens', 3, ''); start_dasty(0); > </script> > > how would I change 'ADRB2_HUMAN' into some other name? I can't just use a > label right? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: inserting variable in scriptDoes this also work when this should be somewhere down in the body?
On Jul 3, 2009, at 17:43 , Igor Vaynberg wrote: > use iheadercontributor to write out the whole thing > > -igor > > On Fri, Jul 3, 2009 at 7:09 AM, Bas Vroling<bvroling@...> > wrote: >> I have this piece of html: >> >> <script type="text/javascript"> >> set_query('ADRB2_HUMAN', 'BioSapiens', 3, ''); start_dasty(0); >> </script> >> >> how would I change 'ADRB2_HUMAN' into some other name? I can't just >> use a >> label right? >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@... >> For additional commands, e-mail: users-help@... >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: inserting variable in scriptno, header contributor outputs things into head, which is where all
<script> tags should go. it does support outputting script into body onload event, so if you need to have this run later you can use that. -igor On Fri, Jul 3, 2009 at 8:48 AM, Bas Vroling<bvroling@...> wrote: > Does this also work when this should be somewhere down in the body? > > On Jul 3, 2009, at 17:43 , Igor Vaynberg wrote: > >> use iheadercontributor to write out the whole thing >> >> -igor >> >> On Fri, Jul 3, 2009 at 7:09 AM, Bas Vroling<bvroling@...> wrote: >>> >>> I have this piece of html: >>> >>> <script type="text/javascript"> >>> set_query('ADRB2_HUMAN', 'BioSapiens', 3, ''); start_dasty(0); >>> </script> >>> >>> how would I change 'ADRB2_HUMAN' into some other name? I can't just use a >>> label right? >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: users-unsubscribe@... >>> For additional commands, e-mail: users-help@... >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@... >> For additional commands, e-mail: users-help@... > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
| Free embeddable forum powered by Nabble | Forum Help |