1. function setTarget(){ window.forms[0].target = parent.frames['rbottom']; } 2.Add attribute to LinkButton onclick = setTarget(); 3.In CodeBehind get the content and set them to your page hope it can help
sonyiti
Posts
-
Link Button in frames -
How to Redirect to a Dialog not a Window?Here is the problem, Our current project have some page which will pop up some subWindow,and we want to disable the main window until the user finished the operation on subwindow, so we use JavaScrip's function showModalDialog() to show a modal dialog instead of window.open(),but the problem is the the page which will show in the dialog must be specified when we call showmodaldialog().We want to decide the page at run time ,and we want to excute some operation before we've been redirect to that page,which be displayed in the dialog.How can we do this?:doh: -- modified at 23:00 Sunday 6th November, 2005
-
How to UpLoad a whole folder to server,not a single file using the FileSelect DialogThx for u reply ,hope we can't persuade our dear customer to give up this feature
-
How to UpLoad a whole folder to server,not a single file using the FileSelect DialogThx for u reply ,hope we can't persuade our dear customer to give up this feature:)
-
How to UpLoad a whole folder to server,not a single file using the FileSelect Dialog:laugh: Our current project contains a feature through which allows the user to upload a folder to the server and compare the files under the server corresponding directory and the client machine directory through which we can decide which file need to be upload and which needn't. Also ,Download the server to the client side which allows to compare and decide which file need to be download and which directory need to be created. Could any body give me some hint on how to implement this function. I wonder whether this function can be implement without custome-define javascrip which will mass the code and bring errors into our page...
-
Too wide page - why?Check the html source for some clue:)
-
How to make a download/upload progress bar , need some hintTHX codejay . Thouth it can't fullfill the need ,it do helps on how to make the appearance of a progress bar.Really a cool site! Thank u.
-
How to make a download/upload progress bar , need some hintMy current project involves a upload/download progress bar. Our Customer don't allow us to use the third party component,so we have to make it our own. Could u guys give us some hint on: what 's the proper time to refresh the status bar can best present the status,and what component(standard web control) we can use to make our own user-control.