Click here to Skip to main content
15,887,961 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: IE8 issue--URGENT PLZZZZ.... Pin
Martin Jarvis20-May-10 6:04
Martin Jarvis20-May-10 6:04 
GeneralRe: IE8 issue--URGENT PLZZZZ.... Pin
Not Active20-May-10 7:06
mentorNot Active20-May-10 7:06 
AnswerRe: IE8 issue--URGENT PLZZZZ.... Pin
Martin Jarvis21-May-10 2:10
Martin Jarvis21-May-10 2:10 
QuestionError on the live Server Pin
yogesh_kumar_agarwal20-May-10 2:45
yogesh_kumar_agarwal20-May-10 2:45 
AnswerRe: Error on the live Server Pin
Yusuf20-May-10 3:03
Yusuf20-May-10 3:03 
QuestionMessage Removed Pin
20-May-10 2:36
tamilpuyal_2820-May-10 2:36 
AnswerRe: Display the menu control, treeview control, site map control in a weird way Pin
Sandeep Mewara20-May-10 8:03
mveSandeep Mewara20-May-10 8:03 
Questionread page and don't stop Pin
buffering8320-May-10 0:16
buffering8320-May-10 0:16 
i want to check my broswer
so i want this fuction to execute just one or little time.

but This code don't stop reading page.

below is source

//////////////////////////////////////////////////////
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title>회원조회 페이지</title>
<script type="text/javascript" src="/BrowserCheck.js"></script>
<script type="text/javascript">
function a()
{

document.getElementById("txt_broswer").value =
document.getElementById("txtSubject").value = " koko ";


form1.submit();
}


//check_Select();

</script>
</head>
<body style="text-align:center" onclick="a()">

<form id="form1" method="post" action="Default.aspx" >
<input type="text" id="txtSubject" name="txtSubject" value="test" />
<asp:Label ID="Label1" runat="server" Text="Label" ></asp:Label><br />
<input type="hidden" id="txt_broswer" name="txt_broswer" value="test" "/><br />

</form>

</body>

</html>
///////////////////////////////////////////////////


protected void Page_Load(object sender, EventArgs e)
{


if (!IsPostBack)
{


string jung = Request.Form["txtSubject"];


Label1.Text = "returnvalue1 " + jung;

return;

}//if postback
}
hi

My english is a little.
anyway, nice to meet you~~
and give me your advice anytime~

AnswerRe: read page and don't stop Pin
Not Active20-May-10 2:24
mentorNot Active20-May-10 2:24 
AnswerRe: read page and don't stop Pin
The Man from U.N.C.L.E.20-May-10 7:13
The Man from U.N.C.L.E.20-May-10 7:13 
QuestionClose browser window. Pin
Morgs Morgan19-May-10 23:59
Morgs Morgan19-May-10 23:59 
AnswerRe: Close browser window. Pin
Martin Jarvis20-May-10 6:07
Martin Jarvis20-May-10 6:07 
AnswerRe: Close browser window. Pin
Sandeep Mewara20-May-10 8:21
mveSandeep Mewara20-May-10 8:21 
GeneralRe: Close browser window. Pin
Morgs Morgan20-May-10 22:48
Morgs Morgan20-May-10 22:48 
QuestionImport ExelSheetData into SqlServer2005 Table Pin
lrsalunkhe19-May-10 21:33
lrsalunkhe19-May-10 21:33 
AnswerRe: Import ExelSheetData into SqlServer2005 Table Pin
Morgs Morgan20-May-10 0:03
Morgs Morgan20-May-10 0:03 
QuestionInternal Server Error Pin
#Jet19-May-10 14:32
#Jet19-May-10 14:32 
AnswerRe: Internal Server Error Pin
R. Giskard Reventlov19-May-10 21:23
R. Giskard Reventlov19-May-10 21:23 
AnswerRe: Internal Server Error Pin
The Man from U.N.C.L.E.19-May-10 22:08
The Man from U.N.C.L.E.19-May-10 22:08 
AnswerRe: Internal Server Error Pin
#Jet20-May-10 3:21
#Jet20-May-10 3:21 
Questionsend alert message from child ascx to the parent page Pin
netJP12L19-May-10 9:59
netJP12L19-May-10 9:59 
AnswerRe: send alert message from child ascx to the parent page Pin
raju melveetilpurayil19-May-10 10:40
professionalraju melveetilpurayil19-May-10 10:40 
AnswerRe: send alert message from child ascx to the parent page Pin
T M Gray19-May-10 11:46
T M Gray19-May-10 11:46 
AnswerRe: send alert message from child ascx to the parent page Pin
PunkIsNotDead20-May-10 18:38
PunkIsNotDead20-May-10 18:38 
QuestionProblem with ForceDownloads Pin
AndyASPVB19-May-10 9:57
AndyASPVB19-May-10 9:57 

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.