Click here to Skip to main content
15,926,479 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiona little help here Pin
blitz2bleach7-Mar-07 11:45
blitz2bleach7-Mar-07 11:45 
AnswerRe: a little help here Pin
Guffa7-Mar-07 12:47
Guffa7-Mar-07 12:47 
AnswerRe: a little help here Pin
Sam Heller7-Mar-07 12:51
Sam Heller7-Mar-07 12:51 
QuestionUploading ASP.NET website Pin
hamidreza_buddy7-Mar-07 10:45
hamidreza_buddy7-Mar-07 10:45 
QuestionHow do I send an aspx file to a particular frame location Pin
Vernware7-Mar-07 9:37
Vernware7-Mar-07 9:37 
AnswerRe: How do I send an aspx file to a particular frame location Pin
Arindam Tewary7-Mar-07 22:45
professionalArindam Tewary7-Mar-07 22:45 
GeneralRe: How do I send an aspx file to a particular frame location Pin
Vernware9-Mar-07 2:54
Vernware9-Mar-07 2:54 
GeneralRe: How do I send an aspx file to a particular frame location Pin
Vernware9-Mar-07 10:44
Vernware9-Mar-07 10:44 
I am trying to execute a client side JavaScript function to send a page to a particular frame location. This is how I am doing it:

On the page being loaded, I have the following form definition:

<form
id="frmSelectionFunction"
="" onload="LoadMenuBar()">

I need the LoadMenuBar function to execute (on the client). So I removed the runat=”server” property form the form element.

Everything seems to run OK, except the LoadMenuBar function does not execute when the form is loaded.

This is the LoadMenuBar function:



function LoadMenuBar()
{
alert("Got Here");
window.parent.parent.DisplayMenuBar.location = "menu_bar.aspx";
return;
}




This script code is inserted in the page that gets loaded.

I guess my question is, why is the LoadMenuBar function not being executed?

Thanks, Vern
QuestionDatabase Pin
Tyrone_whitey7-Mar-07 9:30
Tyrone_whitey7-Mar-07 9:30 
AnswerRe: Database Pin
Naveed Kamboh8-Mar-07 0:35
Naveed Kamboh8-Mar-07 0:35 
QuestionOpening a new Window when Log In/Sign In is success Pin
blitz2bleach7-Mar-07 9:18
blitz2bleach7-Mar-07 9:18 
QuestionPages created from data Pin
grantg7-Mar-07 9:07
grantg7-Mar-07 9:07 
AnswerRe: Pages created from data Pin
Sam Heller7-Mar-07 13:00
Sam Heller7-Mar-07 13:00 
QuestionExport asp.net page to Word with Image Pin
BAO THANH7-Mar-07 5:58
BAO THANH7-Mar-07 5:58 
QuestionGrouping ASP.NET controls together Pin
mail5723527-Mar-07 5:40
mail5723527-Mar-07 5:40 
AnswerRe: Grouping ASP.NET controls together Pin
kubben7-Mar-07 6:42
kubben7-Mar-07 6:42 
AnswerRe: Grouping ASP.NET controls together Pin
Jon Sagara7-Mar-07 11:43
Jon Sagara7-Mar-07 11:43 
Questionwindow opening Pin
netJP12L7-Mar-07 5:39
netJP12L7-Mar-07 5:39 
AnswerRe: window opening Pin
Carmine_XX7-Mar-07 9:32
Carmine_XX7-Mar-07 9:32 
QuestionPing in C# Pin
Marwa Bahaa7-Mar-07 5:34
Marwa Bahaa7-Mar-07 5:34 
AnswerRe: Ping in C# Pin
Vasudevan Deepak Kumar7-Mar-07 6:13
Vasudevan Deepak Kumar7-Mar-07 6:13 
QuestionMaster and Page Requests ! Pin
Jagga_Jatt7-Mar-07 4:04
Jagga_Jatt7-Mar-07 4:04 
AnswerRe: Master and Page Requests ! Pin
badgrs7-Mar-07 4:50
badgrs7-Mar-07 4:50 
GeneralRe: Master and Page Requests ! Pin
Jagga_Jatt8-Mar-07 16:57
Jagga_Jatt8-Mar-07 16:57 
Questionasp:Table and InnerHtml Pin
Leo Smith7-Mar-07 3:30
Leo Smith7-Mar-07 3:30 

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.