Can any one help please?
-
I am doing work in asp.net using c# in VS2008. I would like to give output in java script window because client dont want button and address, tool bars. so i need to design my own window for out put. I am very new in this field. I really don know which ddl i need to use and where i need to place code (in html, in page_load) Can any one please help me in this regard? thanks
-
I am doing work in asp.net using c# in VS2008. I would like to give output in java script window because client dont want button and address, tool bars. so i need to design my own window for out put. I am very new in this field. I really don know which ddl i need to use and where i need to place code (in html, in page_load) Can any one please help me in this regard? thanks
Member 2842468 wrote:
I am very new in this field.
Then you probably shouldn't have taken on the work. :rolleyes:
only two letters away from being an asset
-
I am doing work in asp.net using c# in VS2008. I would like to give output in java script window because client dont want button and address, tool bars. so i need to design my own window for out put. I am very new in this field. I really don know which ddl i need to use and where i need to place code (in html, in page_load) Can any one please help me in this regard? thanks
-
I am doing work in asp.net using c# in VS2008. I would like to give output in java script window because client dont want button and address, tool bars. so i need to design my own window for out put. I am very new in this field. I really don know which ddl i need to use and where i need to place code (in html, in page_load) Can any one please help me in this regard? thanks
Member 2842468 wrote:
I would like to give output in java script window because client dont want button and address, tool bars.
That is not possible. Even if you open a new window using Javascript, you can't get rid of the address field.
Despite everything, the person most likely to be fooling you next is yourself.
-
Member 2842468 wrote:
I would like to give output in java script window because client dont want button and address, tool bars.
That is not possible. Even if you open a new window using Javascript, you can't get rid of the address field.
Despite everything, the person most likely to be fooling you next is yourself.
yes, this is possible from javascript, use:
window.open(url, targetFrame, "toolbar=no,width=500,height=500,resizable,scrollbars");
<< Nearly all men can stand adversity, but if you want to test a man's character, give him power. >>
-
yes, this is possible from javascript, use:
window.open(url, targetFrame, "toolbar=no,width=500,height=500,resizable,scrollbars");
<< Nearly all men can stand adversity, but if you want to test a man's character, give him power. >>