Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

plzz check this url: it isnt workin!!

Status
Not open for further replies.

baad

Programmer
Apr 10, 2001
1,481
RU
hi guys!

first time in my life i pasted my code in inet, well, guess what: it doesnt work!!
please check (if YOU have some time) culd u tell me, whats my problem...

p.s.: it works on local comp

scripts r for IE only that far...

looks like it doesnt recognize <script src='xxx'>, i dont understand why


waitin for your replies!!!
 
<script language='javascript' src='Lay_ieers.js'></script>
<script language='javascript' src='menuprefs.js'></script>
<script language='javascript' src='menudynamic.js'></script>
<script language='javascript' src='show_dyn.js'></script>

should be:

<script language=&quot;javascript&quot; src=&quot;Lay_ieers.js&quot;></script>
<script language=&quot;javascript&quot; src=&quot;menuprefs.js&quot;></script>
<script language=&quot;javascript&quot; src=&quot;menudynamic.js&quot;></script>
<script language=&quot;javascript&quot; src=&quot;show_dyn.js&quot;></script>
 
Have you checked the upper/lower case of the js file names?

The server could be case sensitive.
 
thunx for respondin!

i've checked your advices, it doesnt work

i've got an &quot;error code 0 'object expected'&quot; in string that contains <body> tag; have you?

what culd it be?
 
&quot;object expected&quot; is one of those really generic errors that, in english, means

&quot;I'm looking for something that I expect to be there, because you told me it would be, but for some reason, I can't find it&quot;

Tracking them down through hundreds of lines of code is best facilitated with a debugger -- try running the page in a debugger -- should point you straight to the problem.
 
how can i run my page in debugger when it is on the NET?

what debugger shuld i use?

(i had no problems on local mashine)

p.s. sorry, gotta go - c u tomorrow!!

still waitin for replies... :)

 
well, i'm guilty: i used '.../.narod.ru' without 'index.htm' & that is why i saw nothing. now i see... :)

it works too slowly - i have to use preloading

but what about absolute positioning? when page loads all my first-level menu items are 'flatten' in one piece of meat & i cant see what is written on each

is it becouse of when i create this images i dont set its sizes ('function makeTxt' in menuDynamic.js)? shuld i?

and guys, culd you tell me, why doesnt it work on MAC IE4x?
(i see only the first 'button:'( logos ) others doesnt appear) does it work on PC IE4X as on PC IE5x? (i've got IE5.0 only)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top