Setting value of a parameter in html by calling javascript function -


is there way this? <'param name = "ticket" value = "getticket()">

getticket() javascript function. whatever function returns, should value of parameter tag.

i cant set explicitly using javascript "document.getelem...." because want value loaded @ time of page load. or, while parameter being set.

for further info, trying tableau trusted authentication.

are using server-side scripting?

isn't more using request/response ways?

like directly using <%=ticketvalue%> (asp way) or ${ticketvalue} (jsp way)?


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -