View Full Version : anyone u gotta help me - i'm goin to cry


candyanna7
02-28-2003, 08:40 PM
well i'm in tears now - i started this at 5.30 gmt time na it now 9.30 and i just dunno what to do now - please i beg u please help me here -

ok what started was a simply alteration turn out to be long diffucult thing

http://www.simplystunning.net/content/content.htm - that is showin a frame - the menu on the right side and the white page on the left side. the menu content isn't showin up on the left side, i check the html code and it look alright but when u click on one of the content it open up in a new window - why ???? i don't understand it, that just confuse me - it shouldn't it should open on the leftside (left.htm)
and why is it showin up a 'bad gateway' i can't understand it - i check the html - it confuse me

http://www.simplystunning.net/index2.html - when i'm tryin to view the frame on my main site when i opened the window - it only show the right.htm - why - but when i open a full window i can see the frame (including the bad gateway page which suppose to b the left.htm) but when i open that little window it doesn't do it

i'm just numb now as i spent 4 hrs tryin to solve it and now i'm just in tears lol - look i'm not tryin to advertise my site i really really do need yuor help. oh why can't anything ever go right for me - feel free to e-mail me, please please don't ignore me. help me here

Jrfan888
02-28-2003, 09:22 PM
viewed you html..and it looks like that in your links that you should have a "target="left.htm" in your link....have you tried that?

Alcy
03-01-2003, 04:41 AM
On your right.htm, you have:
<script language="javascript">
function jump(form) {
var myindex=form.menu.selectedIndex
if (form.menu.options[myindex].value != "0")
{
window.open(form.menu.options[myindex].value,
target="mainFrame");
}
}
//-->
</script>

Change it to:
<script language="javascript">
function jump(form) {
var myindex=form.menu.selectedIndex
if (form.menu.options[myindex].value != "0")
{
window.open(form.menu.options[myindex].value,
target="leftFrame");
}
}
//-->
</script>


The reason it only shows right.htm is because there is no http://www.simplystunning.net/content/left.htm - I just get a blank page o.O

candyanna7
03-01-2003, 08:25 AM
i can't figue out the problem, i just change the html code on everythnig and it still goin wrong :( - why lol - i think i think i start from scrap again lol

epolady
03-01-2003, 08:58 AM
In your content.html, you have this:

<frameset cols="608*,399" frameborder="YES" border="0" framespacing="0" rows="*" bordercolor="#333333">

which I believe is wrong. It should look something like

<frameset cols="608, 399" frameborder="YES" border="0" framespacing="0" bordercolor="#333333">

Try it. :)

candyanna7
03-01-2003, 09:06 AM
i change the first html code the one alcy told me to do and on www.simplystunning.net/content/content.htm it workin but when i click on /index2.htm - launch content all i see is the right.htm with the drop down menu and that it - i can't get into my content.

candyanna7
03-01-2003, 09:19 AM
OH my god *anna do a little dance* - oh my god - thank you thank you - u have nooooo idea how much that really annoyed me, last night iwas in tears litterly - i just couldn't figue out, thank you thank you :) = 1,000 time lol

epolady
03-01-2003, 09:36 AM
You're welcome (i'm take it that you're talking to me? LOL).