load a page within a page
-
I have a set of images on a page which all have onclick events attached to them. But I need the javascript to load an aspx page within my existing page without any reloads, or affecting the existing content. Can anyone help?
-
I have a set of images on a page which all have onclick events attached to them. But I need the javascript to load an aspx page within my existing page without any reloads, or affecting the existing content. Can anyone help?
-
this message originally asked a question about making the page load in the iframe, but it was a typo. I have suceeded in getting the iframe to be loaded. But ... although the page loads it does not fire the Page_Load sub. Any ideas? -- modified at 5:57 Friday 13th January, 2006
-
this message originally asked a question about making the page load in the iframe, but it was a typo. I have suceeded in getting the iframe to be loaded. But ... although the page loads it does not fire the Page_Load sub. Any ideas? -- modified at 5:57 Friday 13th January, 2006
Check this out : http://www.htmlhelp.com/reference/html40/special/iframe.html[^] Also you may check "AJAX" concepts if you wish. PraVeeN NinethSense.com/blog/
-
this message originally asked a question about making the page load in the iframe, but it was a typo. I have suceeded in getting the iframe to be loaded. But ... although the page loads it does not fire the Page_Load sub. Any ideas? -- modified at 5:57 Friday 13th January, 2006
The thread becomes very confusing if you delete messages asking follow-up questions. ColinMackay.net "Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucius "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell
-
this message originally asked a question about making the page load in the iframe, but it was a typo. I have suceeded in getting the iframe to be loaded. But ... although the page loads it does not fire the Page_Load sub. Any ideas? -- modified at 5:57 Friday 13th January, 2006
And it becomed even more confusing when you replace the deleted message with a completely different question - please reply to the responder as it makes navigating the thread more accessible to others who may have the same problem and are trying to follow the path to the solution. ColinMackay.net "Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucius "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell
-
The thread becomes very confusing if you delete messages asking follow-up questions. ColinMackay.net "Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucius "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell
When i pressed the button to delete there were no follow-up posts, otherwise I wouldnt have.
-
I have suceeded in getting the iframe to be loaded. But ... although the page loads it does not fire the Page_Load sub. Any ideas? Thanks.
-
I have suceeded in getting the iframe to be loaded. But ... although the page loads it does not fire the Page_Load sub. Any ideas? Thanks.
-
For testing I commented out all code so the sub page_load only contains a response.write line.
-
For testing I commented out all code so the sub page_load only contains a response.write line.
It still hit it. You need to check your event handlers. you would be better off adding a System.Diagnostics.Debug.WriteLine to see. If its not hitting it then your handler to the event is incorrect. Nick 1 line of code equals many bugs. So don't write any!!