behindthepipe
MIS
hi,
I have a linkbutton that when clicked, the ajax modal pops up.
however, I do not want to click on the link to launch the model popup.Instead, I would like javascript to execute the link button when my webpage loads up.
like this,
<body OnLoad="javascript:__doPostBack('LinkButton3','')">
</body>
but that doesnt work.thisis where i need your help.
I have a linkbutton that when clicked, the ajax modal pops up.
however, I do not want to click on the link to launch the model popup.Instead, I would like javascript to execute the link button when my webpage loads up.
like this,
<body OnLoad="javascript:__doPostBack('LinkButton3','')">
</body>
but that doesnt work.thisis where i need your help.