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

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

java - Getting exception in JDBC thin driver -