473,320 Members | 1,904 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

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?
Nov 17 '05 #1
0 1828

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Sascha Möllering | last post by:
Hi, I have a website displayed in an iframe with anchors (it`s a navigation tree) an every time I click on an object in my navigation tree, the whole website moves. Is it possible to move the...
2
by: Simone | last post by:
This problem appeared after we moved our application to the production server. On the test and development servers, the smart navigation feature works well, and we don't even see the flash...
1
by: Sal | last post by:
Greetings to all... I have a simple asp.net app. It consists of three aspx pages. I have enabled smart navigation on the pages. The app runs smoothly on the developer machine, but when I upload...
1
by: Andy Pickering | last post by:
I'm having a major problem with smart navigation. My page uses the javascript 'setTimeout' function to automatically refresh the page after n seconds (it calls __doPostBack). When I turn on smart...
1
by: Devin | last post by:
I am having a problem of SmartNavigation, wher eit works fine on the test server, but not on the server that I load it up to. I tried placing "page.smartnavigation=false" right before I redirect, but...
3
by: Lee Forst | last post by:
I have looked through tons of posts and I have not found a clear cut answer to my problem. Here is the problem. On my localhost, I have a ASP.NET application that has Smart Navigation...
18
by: Chris Ianson | last post by:
Hi geniuses (or is that genii, or genies) The challenge is as above really. I have a page with an iframe in it, and need to call a JS function in the *parent* page, *from* inside the iframe. ...
0
by: keeper | last post by:
Recently a new windows update for internet explorer was released which seems to have broken stylesheets with smart navigation. The first request for the page works fine, but any subsequent...
3
by: PCgeek | last post by:
sorry moved this over to javascript forum, didn't mean to post 2x! Hi guys, I'm trying to put the finishing touches on my website and could really use some help on this particular issue. My page...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.