Hello,
my question is probably quite stupid, but I really don't know how to solve
it.
I have code like this:
=============== =============== =============== ==
<button title="Osobní nastavení (jméno a heslo)"
onClick="window .location.href= 'el_cas.Funkce. editace_uzivate le([el_cas.el_ca
sopisy.zacatek? cDruhAplikace=c asopisy])'">My setup</button>
=============== =============== =============== ==
The problem is, that I have double paranthesis (") surrounding the onClick
reference, inside of them are single paranthesis (') and now I need another
ones for passing parameter of the function.
In the example above it is surrounded by ([]) marks. That doesn't work on
HTML page, of course.
Please can you help me with this?
Thank you in advance!
Pavel
my question is probably quite stupid, but I really don't know how to solve
it.
I have code like this:
=============== =============== =============== ==
<button title="Osobní nastavení (jméno a heslo)"
onClick="window .location.href= 'el_cas.Funkce. editace_uzivate le([el_cas.el_ca
sopisy.zacatek? cDruhAplikace=c asopisy])'">My setup</button>
=============== =============== =============== ==
The problem is, that I have double paranthesis (") surrounding the onClick
reference, inside of them are single paranthesis (') and now I need another
ones for passing parameter of the function.
In the example above it is surrounded by ([]) marks. That doesn't work on
HTML page, of course.
Please can you help me with this?
Thank you in advance!
Pavel
Comment