javascript - Pass variable values from a different page on a click event (VB.net) -
javascript - Pass variable values from a different page on a click event (VB.net) -
how can pass value of 2 variables click event in asp.net forms application.
i have 2 varaibles:
docno & prefix need values of in click event, new know cannot utilize byval used farther downwards document,
here code block in need pass varaibles into,
if settings.iscountrymode("usa") script = "showprintjobquestionmodal('" & prefix & "', '" & docno & "', " & printdlg & ", " & reprint & ", '" & scrollbars & "');" 'redriects page in new separate window 'createoutput(autoworkdocument.dt.job, assign, awdlineno) else general.runjava(me, general.outputdoc("^", "", , , , , , false), "multidoc") end if runjava(script)
unless i'm misunderstanding question...
set variable public in other class/form , utilize it:
cotherclassname.docno
javascript asp.net vb.net webforms
Comments
Post a Comment