all groups > flash (macromedia) > july 2006 >
You're in the

flash (macromedia)

group:

HELP PLEASE!!!


Re: HELP PLEASE!!! tralfaz
7/31/2006 7:56:32 PM
flash (macromedia): [quoted text, click to view]

Must be a problem in the i_frames html. I didn't have time to look at all that code.
tralfaz

HELP PLEASE!!! asarion
7/31/2006 9:40:15 PM
I have a problem with the header that i have put on me site asarion.com when
you are on the website no matter what link you hit it still give me the
asarion.com/main.html my main concern is that whenever i hit the links that
are in the text on the home page it goes to the page requested but 2 seconds
later it sends it back to the intro file. also i have a form in html for people
to make an appointment it inmidietly goes to the home page and it was desing
so it would go to the thank you age I need for someone to tell me where the
problem is in the script its driving me insane because its the last thing that
i need in order to finish the site

thanks,

Yoni Iraheta
Re: HELP PLEASE!!! Thomas_Bärwinkel
8/1/2006 12:48:07 AM
asarion schrieb:
[quoted text, click to view]

it s not a flash problem, it s a JavaScript Problem.
In the JavaScript function load_content() the index.html is called.
Re: HELP PLEASE!!! asarion
8/2/2006 12:57:48 AM
thanks for looking in to this i have taken a look at the i_frames html and i cant tell i am pretty good with html not flash,

thanks,

Re: HELP PLEASE!!! asarion
8/2/2006 1:15:17 AM
<script type="text/javascript" language="javascript">
function load_content () {
if (parent.document.getElementById('main_div')) {

parent.document.getElementById('main_div').innerHTML=document.getElementById
('inner_frame').innerHTML;
}
if (!parent.document.getElementById('main_div')) {
window.location=('iframe_0.html') ;
}
}
</script>
AddThis Social Bookmark Button