Ask a Question related to ASP.NET General, Design and Development.
-
Jason Rodman #1
Using an IFrame with smart navigation problem
I have been working on a web app that uses IFrames for our edit
screens. A main window contains static information, while an IFrame
contains the editable page. I use javascript from the outer page to
cause the inner page to post back, but when I turn on smart
navigation, it locks up IE. I tracked it down to the actual
[form].submit() call in javascript, then its locked up. I set a couple
of hidden form elements that I use for tracking, then submit its form.
Here is the code here:
// submit the form to process here...
document.frames("ifWizard").document.forms[0].saveresult.value = "";
document.frames("ifWizard").document.forms[0].savemode.value = "1";
document.frames("ifWizard").document.forms[0].submit();
Ive been researching how smart navigation works, but it seems like it
shouldnt have a problem with this. I thought it was my code at first,
but all indications are leading to some sort of bug in smart
navigation. Has anyone else came across this problem?
Jason Rodman Guest
-
iframe problem - [object]
I've made a page with an iframe in is showing an rss feed (i'm very proud!), but have found that when you click on a link in the iframe, although... -
Subject: Smart Navigation problem with mulitline TextBox
I have a problem using a mulitline TextBox in .NET 1.1 with SmartNavigation. The text wrapping doesn't work correctly. If I click into the textarea... -
Smart Client form Permissons Problem
Out of 7 users, 3 don't work. One of them did things in the right order so now I'm not so sure what is the common denominator. Here is the error... -
smart navigation
hi i m trying to use smartnavigation but its not wotking. i have enabled property in web.config. Also tries at page level directive but its not... -
Smart Navigation Problem
This problem appeared after we moved our application to the production server. On the test and development servers, the smart navigation feature...



Reply With Quote

