Ask a Question related to Dreamweaver AppDev, Design and Development.
-
FiltreD #1
Application Development Issues with Browsers
Hey people,
I'm in grave need of help. I just created an entire site using dreamweaver MX
[url]www.mpactaccess.com[/url]
however, here are the issues I'm running into:
1) I can't view this site in FireFox and my Safari, I can view it in IE
2) When you are able to view it, in the url and other pages alike instead of
displaying "www.mpactaccess.com" it displays something like
"www.mpactaccess.com/charles/index.html", thats my name I have no idea why it
is displaying that?
What a mess, I need to fix this asap. I appreciate any input.
CK
FiltreD Guest
-
Application Development Advice
We have been using Flash for the last couple of years to develop small applications and presentations used for project reporting. Most of our... -
Download Issues With Different Browsers
I'm using a simple, simple download example app to fetch a file from a tomcat server. It seems to work fine on Mozilla fireFox, but when I use it... -
Ebook application development
Would Macromedia Director be the best tool for an ebook application which contains text and multimedia content as well as complex searching... -
Netscape will cease development for new browsers.
From Eric Meyer's http://www.meyerweb.com/ is the following announcement:It's true: Netscape is no longer a viable entity. I'll leave it to others to... -
Web enabled application development
I am trying to convert a GUI based windows application developed in C++ into the same web enabled application. My questions are: 1. .NET proveds... -
Paul Whitham TMM #2
Re: Application Development Issues with Browsers
You have this code on your page that is causing both the fireworks issue and
the IE issue. There is a javascript sitting under the body tag that is
telling the page to redirect to the /charles/index.htm page.
--
Regards
Paul Whitham
Macromedia Certified Professional for Dreamweaver MX2004
Valleybiz Internet Design
[url]www.valleybiz.net[/url]
Team Macromedia Volunteer for Ultradev/Dreamweaver MX
[url]www.macromedia.com/support/forums/team_macromedia[/url]
"FiltreD" <webforumsuser@macromedia.com> wrote in message
news:d732rc$b89$1@forums.macromedia.com...dreamweaver MX> Hey people,
>
> I'm in grave need of help. I just created an entire site usingof>
> [url]www.mpactaccess.com[/url]
>
> however, here are the issues I'm running into:
> 1) I can't view this site in FireFox and my Safari, I can view it in IE
> 2) When you are able to view it, in the url and other pages alike insteadit> displaying "www.mpactaccess.com" it displays something like
> "www.mpactaccess.com/charles/index.html", thats my name I have no idea why> is displaying that?
>
> What a mess, I need to fix this asap. I appreciate any input.
>
> CK
>
Paul Whitham TMM Guest
-
FiltreD #3
Re: Application Development Issues with Browsers
Paul,
Thank you for your help, however I'm looking at the index page code, and I cannot find the code in the body tag that is redirecting the browser?
FiltreD Guest
-
CarlGrint #4
Re: Application Development Issues with Browsers
<SCRIPT LANGUAGE="JavaScript"><!--
var timeID= window.setInterval("moveTo();", 1);
function moveTo()
{
window.clearInterval(timeID);
document.URL= "Charles/index.html";
}
//--></SCRIPT>
Originally posted by: FiltreD
Paul,
Thank you for your help, however I'm looking at the index page code, and I
cannot find the code in the body tag that is redirecting the browser?
CarlGrint Guest



Reply With Quote

