Click here to Skip to main content
15,907,687 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Javascript Pin
_AK_23-Apr-07 2:03
_AK_23-Apr-07 2:03 
Questionurgent help needed connection string Pin
Naveed Kamboh23-Apr-07 1:27
Naveed Kamboh23-Apr-07 1:27 
AnswerRe: urgent help needed connection string Pin
kubben23-Apr-07 2:33
kubben23-Apr-07 2:33 
Questiondisplaying a html page Pin
johno196723-Apr-07 1:10
johno196723-Apr-07 1:10 
AnswerRe: displaying a html page Pin
Christian Graus23-Apr-07 1:13
protectorChristian Graus23-Apr-07 1:13 
AnswerRe: displaying a html page Pin
Sathesh Sakthivel23-Apr-07 1:14
Sathesh Sakthivel23-Apr-07 1:14 
GeneralRe: displaying a html page Pin
Christian Graus23-Apr-07 1:15
protectorChristian Graus23-Apr-07 1:15 
AnswerRe: displaying a html page Pin
Guffa23-Apr-07 2:32
Guffa23-Apr-07 2:32 
That depends on how you want to display the page.

To display it in an existing window (usually the current), set the location property of that window. Example:

window.location = 'AnotherPage.html';

If you want to display it in a new window, use the open method. Example:

window.open('AnotherPage.html', '_blank');

You can also specify a third parameter in the method containing settings for the window, like size and position.

---
single minded; short sighted; long gone;

GeneralRe: displaying a html page Pin
johno196723-Apr-07 5:58
johno196723-Apr-07 5:58 
GeneralRe: displaying a html page Pin
Guffa23-Apr-07 9:55
Guffa23-Apr-07 9:55 
GeneralRe: displaying a html page Pin
johno196724-Apr-07 0:56
johno196724-Apr-07 0:56 
Questionproblem with list box control Pin
Shuaib wasif khan23-Apr-07 1:01
Shuaib wasif khan23-Apr-07 1:01 
AnswerRe: problem with list box control Pin
Sandeep Akhare23-Apr-07 1:14
Sandeep Akhare23-Apr-07 1:14 
GeneralRe: problem with list box control Pin
Shuaib wasif khan23-Apr-07 2:57
Shuaib wasif khan23-Apr-07 2:57 
QuestionSecurity in asp.net Pin
mabrar23-Apr-07 0:46
mabrar23-Apr-07 0:46 
AnswerRe: Security in asp.net Pin
Sandeep Akhare23-Apr-07 1:03
Sandeep Akhare23-Apr-07 1:03 
AnswerRe: Security in asp.net Pin
Christian Graus23-Apr-07 1:14
protectorChristian Graus23-Apr-07 1:14 
GeneralRe: Security in asp.net Pin
mabrar23-Apr-07 2:26
mabrar23-Apr-07 2:26 
AnswerRe: Security in asp.net [modified] Pin
Guffa23-Apr-07 7:45
Guffa23-Apr-07 7:45 
GeneralRe: Security in asp.net Pin
Christian Graus23-Apr-07 10:35
protectorChristian Graus23-Apr-07 10:35 
Questionchat window doubts Pin
saravanan0523-Apr-07 0:35
saravanan0523-Apr-07 0:35 
QuestionUrgent Javascript Pin
jayarajmrj23-Apr-07 0:04
jayarajmrj23-Apr-07 0:04 
AnswerRe: Urgent Javascript Pin
_AK_23-Apr-07 0:19
_AK_23-Apr-07 0:19 
AnswerRe: Urgent Javascript Pin
Sandeep Akhare23-Apr-07 0:23
Sandeep Akhare23-Apr-07 0:23 
GeneralRe: Urgent Javascript Pin
_AK_23-Apr-07 0:26
_AK_23-Apr-07 0:26 

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.