Click here to Skip to main content
15,890,557 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Setting CultureInfo for thread Pin
ABitSmart11-Feb-09 16:59
ABitSmart11-Feb-09 16:59 
GeneralRe: Setting CultureInfo for thread Pin
Mokai12-Feb-09 7:35
Mokai12-Feb-09 7:35 
GeneralRe: Setting CultureInfo for thread Pin
ABitSmart12-Feb-09 14:45
ABitSmart12-Feb-09 14:45 
QuestionRegisterClientScriptBlock - message.htm din pop up at all..... Pin
edwin_nice11-Feb-09 7:01
edwin_nice11-Feb-09 7:01 
AnswerRe: RegisterClientScriptBlock - message.htm din pop up at all..... Pin
Christian Graus11-Feb-09 11:32
protectorChristian Graus11-Feb-09 11:32 
GeneralRe: RegisterClientScriptBlock - message.htm din pop up at all..... Pin
edwin_nice11-Feb-09 14:37
edwin_nice11-Feb-09 14:37 
GeneralRe: RegisterClientScriptBlock - message.htm din pop up at all..... Pin
Christian Graus11-Feb-09 14:56
protectorChristian Graus11-Feb-09 14:56 
GeneralRe: RegisterClientScriptBlock - message.htm din pop up at all..... [modified] Pin
edwin_nice12-Feb-09 6:00
edwin_nice12-Feb-09 6:00 
I view the HTML page and it does not have that javascript
The html code as follow:
<input type="submit" name="ButtonSave" value="Save without submit" id="ButtonSave" style="width:142px;" />

Maybe you can test the code below, that is the code

Protected Sub ButtonSave_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles ButtonSave.Click
Dim sScriptWindowOpen As String = "<script>window.open('message.htm',null,'left=400, top=100, height=250, width= 250, status=no, resizable= no, scrollbars= no, toolbar= no, location = no, menubar = no');</script>"
ClientScript.RegisterStartupScript(Me.GetType(), "anything", sScriptWindowOpen)

End Sub

modified on Thursday, February 12, 2009 12:06 PM

Questiontextbox control Pin
radupopescu77711-Feb-09 3:44
radupopescu77711-Feb-09 3:44 
AnswerRe: textbox control Pin
ABitSmart11-Feb-09 4:13
ABitSmart11-Feb-09 4:13 
GeneralRe: textbox control Pin
radupopescu77711-Feb-09 4:15
radupopescu77711-Feb-09 4:15 
GeneralRe: textbox control Pin
ABitSmart11-Feb-09 4:26
ABitSmart11-Feb-09 4:26 
AnswerRe: textbox control Pin
ByteBlocks11-Feb-09 4:19
ByteBlocks11-Feb-09 4:19 
QuestionSender Pin
ellllllllie11-Feb-09 1:35
ellllllllie11-Feb-09 1:35 
AnswerRe: Sender Pin
Paddy Boyd11-Feb-09 1:55
Paddy Boyd11-Feb-09 1:55 
AnswerRe: Sender Pin
Satish3211-Feb-09 2:01
Satish3211-Feb-09 2:01 
QuestionUse of web template. Pin
Laxminarayan Behera11-Feb-09 1:23
Laxminarayan Behera11-Feb-09 1:23 
AnswerRe: Use of web template. Pin
Ranjit Viswakumar11-Feb-09 17:04
Ranjit Viswakumar11-Feb-09 17:04 
Questionhow to disable back button after sign out Pin
anujbanka178411-Feb-09 0:20
anujbanka178411-Feb-09 0:20 
AnswerRe: how to disable back button after sign out Pin
Shyam Bharath11-Feb-09 0:33
Shyam Bharath11-Feb-09 0:33 
GeneralRe: how to disable back button after sign out Pin
anujbanka178411-Feb-09 1:23
anujbanka178411-Feb-09 1:23 
GeneralRe: how to disable back button after sign out Pin
J4amieC11-Feb-09 2:54
J4amieC11-Feb-09 2:54 
QuestionList view [modified] Pin
chinnumol11-Feb-09 0:09
chinnumol11-Feb-09 0:09 
AnswerRe: List view Pin
ByteBlocks11-Feb-09 5:09
ByteBlocks11-Feb-09 5:09 
QuestionLoad report failed Pin
Member 580612211-Feb-09 0:00
Member 580612211-Feb-09 0:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.