To begin, I am a novice JavaScripter who mainly modifies existing scripts to
meet my needs. These particular questions address some problems I am having
with a site redesign at work.
I have replicated a functioning script on our server so that I can simply
modify it with our information. I have been fairly fortunate getting that to
happen except that the original images do not restore. I know that there is
probably a quick fix, but I can't seem to find it, and I've been staring at
the code for two days!!!
Functioning Menu - This is how I want mine to work...
http://www.insession.com/bea/
Same scripts with my images, etc. - Note the images don't restore
http://www.insession.com/TestAngie/Insession_new_web/index2.html
And the second issue is that the page will have Flash components near the
top and the menus drop down BEHIND the Flash stuff. How do I stop this? Can
I do something with layers?
http://www.insession.com/TestAngie/Insession_new_web/index_nav.html
Any suggestions or insights on any of these issues would be appreciated.
Thanks in advance!
Angie
From iztokp at amis.net Tue Feb 19 13:12:40 2002
From: iztokp at amis.net (Iztok Polanic)
Date: Tue, 19 Feb 2002 20:12:40 +0100
Subject: [Javascript] Stretching....
Message-ID: <004001c1b979$673c9710$a55e1ed4@omega>
Hi!
I'm building a page with tables. The page is made for 800x600 resolution.
And now the customer wants to stretch the right to the end of the
screen if the user is using higher resolution. I tried with "%" but it
doesn't work. Any ideas? Please.....
Bye,
Iztok
From Bob.Filipiak at aspaces.net Tue Feb 19 13:41:49 2002
From: Bob.Filipiak at aspaces.net (Bob Filipiak)
Date: Tue, 19 Feb 2002 14:41:49 -0500
Subject: [Javascript] RE: Stretching....
Message-ID: <000b01c1b97d$79b12e70$9c35d99b@filipiab>
Please explain what you mean by stretching the right | ....... You can
use to make your table use all available browser
real estate but I'm not sure that is what you are talking about.
From iztokp at amis.net Tue Feb 19 17:25:47 2002
From: iztokp at amis.net (Iztok Polanic)
Date: Wed, 20 Feb 2002 00:25:47 +0100
Subject: [Javascript] RE: Stretching....
References: <000b01c1b97d$79b12e70$9c35d99b@filipiab>
Message-ID: <002901c1b99c$c33ce830$24451ed4@omega>
Hi!
The outer right column should stretch to the end of the screen. I tried
placing in the most outer another table with attribute 'width="100%"'.
The fun part is that it doesn't work :(
Bye,
Iztok
----- Original Message -----
From: "Bob Filipiak"
To: "Javascript"
Sent: Tuesday, February 19, 2002 20:41
Subject: [Javascript] RE: Stretching....
> Please explain what you mean by stretching the right ....... You can
> use to make your table use all available browser
> real estate but I'm not sure that is what you are talking about.
>
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript
From swiseman at remax-cahi.com Tue Feb 19 19:02:57 2002
From: swiseman at remax-cahi.com (Scott.Wiseman)
Date: Tue, 19 Feb 2002 17:02:57 -0800
Subject: [Javascript] Re: Screen refresh
Message-ID:
href# javascript:some code here
something like this...
can anyone elab on this
-----Original Message-----
From: phumes1 [mailto:phumes1 at rogers.com]
Sent: Monday, February 18, 2002 5:32 AM
To: javascript at LaTech.edu
Subject: [Javascript] Re: Screen refresh
How can I execute a screen refresh by clicking on a link or image?
_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
https://lists.LaTech.edu/mailman/listinfo/javascript
From peter at brunone.com Tue Feb 19 20:35:48 2002
From: peter at brunone.com (Peter Brunone)
Date: Tue, 19 Feb 2002 20:35:48 -0600
Subject: [Javascript] Re: Screen refresh
In-Reply-To:
Message-ID:
Click Here
Cheers,
Peter
|-----Original Message-----
|From: javascript-admin at LaTech.edu [mailto:javascript-admin at LaTech.edu]On
|Behalf Of Scott.Wiseman
|Sent: Tuesday, February 19, 2002 7:03 PM
|To: 'javascript at LaTech.edu'
|Subject: RE: [Javascript] Re: Screen refresh
|
|
|href# javascript:some code here
|
|something like this...
|
|can anyone elab on this
|
|-----Original Message-----
|From: phumes1 [mailto:phumes1 at rogers.com]
|Sent: Monday, February 18, 2002 5:32 AM
|To: javascript at LaTech.edu
|Subject: [Javascript] Re: Screen refresh
|
|
|
|How can I execute a screen refresh by clicking on a link or image?
|
|_______________________________________________
|Javascript mailing list
|Javascript at LaTech.edu
|https://lists.LaTech.edu/mailman/listinfo/javascript
|_______________________________________________
|Javascript mailing list
|Javascript at LaTech.edu
|https://lists.LaTech.edu/mailman/listinfo/javascript
|
From cutterbl at hotmail.com Tue Feb 19 22:08:03 2002
From: cutterbl at hotmail.com (Cutter Bl)
Date: Tue, 19 Feb 2002 23:08:03 -0500
Subject: [Javascript] RE: Stretching....
Message-ID:
If you already have the table width set to 100% then the table is probably
nested within another element (div or another table). This other element
apparently has its' width specified.
Cutter
http://www.falcon-knives.com
----Original Message Follows----
From: "Iztok Polanic"
Reply-To: javascript at LaTech.edu
To:
Subject: Re: [Javascript] RE: Stretching....
Date: Wed, 20 Feb 2002 00:25:47 +0100
Hi!
The outer right column should stretch to the end of the screen. I tried
placing in the most outer another table with attribute 'width="100%"'.
The fun part is that it doesn't work :(
Bye,
Iztok
----- Original Message -----
From: "Bob Filipiak"
To: "Javascript"
Sent: Tuesday, February 19, 2002 20:41
Subject: [Javascript] RE: Stretching....
> Please explain what you mean by stretching the right ....... You can
> use
-----Original Message-----
From: Iztok Polanic [mailto:iztokp at amis.net]
Sent: Tuesday, February 19, 2002 5:26 PM
To: javascript at LaTech.edu
Subject: Re: [Javascript] RE: Stretching....
Hi!
The outer right column should stretch to the end of the screen. I tried
placing in the most outer | another table with attribute 'width="100%"'.
The fun part is that it doesn't work :(
Bye,
Iztok
----- Original Message -----
From: "Bob Filipiak"
To: "Javascript"
Sent: Tuesday, February 19, 2002 20:41
Subject: [Javascript] RE: Stretching....
> Please explain what you mean by stretching the right ....... You can
> use to make your table use all available browser
> real estate but I'm not sure that is what you are talking about.
>
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript
_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
https://lists.LaTech.edu/mailman/listinfo/javascript
From costea at ssi-schaefer-noell.com Wed Feb 20 13:24:33 2002
From: costea at ssi-schaefer-noell.com (Dan Costea)
Date: Wed, 20 Feb 2002 20:24:33 +0100
Subject: [Javascript] make CGI not respond to Enter
References: <1E2ED34C-2365-11B2-8D7B-0003934A576A@lowebroadway.com>
Message-ID: <001101c1ba44$3a3ec820$7a051aac@92GrunAnca>
> Is there anything in JavaScript to prevent a form being submitted on
> pressing Enter on a text entry?
>
> TIA
>
> Garry
>
I can give you a solution, but just for all text entry (not just for one):
you don't provide an "submit" type button, but a "button" type button. For
example:
Dan.
From SnarfLT at aol.com Wed Feb 20 15:17:45 2002
From: SnarfLT at aol.com (SnarfLT at aol.com)
Date: Wed, 20 Feb 2002 16:17:45 EST
Subject: [Javascript] TextBox Properties
Message-ID: <170.928830a.29a56c79@aol.com>
document.form.textbox.disabled=false;
works in IE5.5
-Scott
From news1 at eserviceslink.com Wed Feb 20 18:00:00 2002
From: news1 at eserviceslink.com (eServicesLink)
Date: Thu, 21 Feb 2002 00:00:00 +0000
Subject: [Javascript] eSL Newsletter
Message-ID: <20020221222911.31585308B64@smtp.LaTech.edu>
February, 2002
Issue No. 001
We are proud to announce a new and exciting service that is now available to you!
Welcome to the Launch of ....www.eServicesLink.com -The Contract Marketplace!
eSL is for ...Businesses to successfully locate Professionals for contract opportunities("Outsourcers")
Most businesses who invariably have short term projects that frequently need addressing....anything from website design, to accounts assistance, to secretarial services, to computer doctoring, etc, etc....! How often have you struggled to find the right expertise you need, when you need it and at a price you can afford?!
Now, you can simply use eSL to locate the resource. We serve as the link to allow freelancers/contractors to bid to undertake your project. Professionals with the skills you require can bid for your business - like an auction. All you need to do is open an account today FREE and submit your project(s)! Visit www.eServicesLink.com now! eSL is for ... Freelancers/ Contractors to successfully locate contract opportunities ("Professionals")
Freelancers/contractors in every field... How often have you wondered how and where to find the next contract/project? Well, this is the site for you! Sign up for FREE with eSL, and establish the best and easiest link for your skill with those that need it!
Once registered, you can visit our site regularly to either locate your next opportunity or, even easier, allow us to automatically email you when a project is posted that fits your skill set.Visit www.eServicesLink.com now!
If you feel that this newsletter was sent to you in error, is not of use and would rather we didn't copy them to you in future firstly let us apologise for any inconvenience we caused you. To unsubscribe, simply visit www.eServicesLink.com, enter your address in the text box and select the'unsubscribe' option or send a reply eMail to unsubscribe at eserviceslink.com. We are not spam mailers and will endeavour to refrain from any further mailings to your address.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From iztokp at amis.net Wed Feb 20 18:37:17 2002
From: iztokp at amis.net (Iztok Polanic)
Date: Thu, 21 Feb 2002 01:37:17 +0100
Subject: [Javascript] Building menus
Message-ID: <003801c1ba6f$ead10e70$5c05fad5@omega>
Hi!
I have a problem with a menu I'm building. I've built it with and 'visibility' and 'hidden' property
is triggered by Javascript. But I want the menu to disappear if the user
clicks outside the menu. Anyone?
Bye,
Iztok
From andyg at ihug.co.nz Wed Feb 20 19:33:46 2002
From: andyg at ihug.co.nz (Andrew Gibson)
Date: Thu, 21 Feb 2002 14:33:46 +1300
Subject: [Javascript] Building menus
References: <003801c1ba6f$ead10e70$5c05fad5@omega>
Message-ID: <009901c1ba77$d4811b30$22cbadcb@k1n8i8>
> I have a problem with a menu I'm building. I've built it with style="visibility: hidden/visible;"> and 'visibility' and 'hidden'
property
> is triggered by Javascript. But I want the menu to disappear if the user
> clicks outside the menu. Anyone?
The way I did one, was to set up variables holding the top, left, bottom,
top coordinates of where the menu is, then when the user's mouse moves
outside those regions the menu disappears.
Andrew Gibson
From flex at interport.net Wed Feb 20 21:34:01 2002
From: flex at interport.net (bill myers)
Date: Wed, 20 Feb 2002 22:34:01 -0500
Subject: [Javascript] I.E. link border
Message-ID:
I know there is a way to shift the focus off of the border box in
links in I.E. I just forgot the simplest way to do it.
thanks
bill
From costea at ssi-schaefer-noell.com Thu Feb 21 01:37:23 2002
From: costea at ssi-schaefer-noell.com (Dan Costea)
Date: Thu, 21 Feb 2002 08:37:23 +0100
Subject: [Javascript] Building menus
References: <003801c1ba6f$ead10e70$5c05fad5@omega>
Message-ID: <001101c1baaa$99f3c160$7a051aac@92GrunAnca>
> Hi!
>
> I have a problem with a menu I'm building. I've built it with style="visibility: hidden/visible;"> and 'visibility' and 'hidden'
property
> is triggered by Javascript. But I want the menu to disappear if the user
> clicks outside the menu. Anyone?
>
> Bye,
>
> Iztok
Use: style="display: none/block".
(see:
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/ref
erence/properties/display.asp)
Dan.
From iztokp at amis.net Thu Feb 21 02:48:52 2002
From: iztokp at amis.net (Iztok Polanic)
Date: Thu, 21 Feb 2002 09:48:52 +0100
Subject: [Javascript] Building menus
References: <003801c1ba6f$ead10e70$5c05fad5@omega> <001101c1baaa$99f3c160$7a051aac@92GrunAnca>
Message-ID: <000401c1bab8$4158ec20$57b6bdc1@omega>
Hi!
I tried it but it doesn't work as I hope it would. If I click outside the
menu it is still open.
Bye,
Iztok
----- Original Message -----
From: "Dan Costea"
To:
Sent: Thursday, February 21, 2002 08:37
Subject: Re: [Javascript] Building menus
>
> > Hi!
> >
> > I have a problem with a menu I'm building. I've built it with > style="visibility: hidden/visible;"> and 'visibility' and 'hidden'
> property
> > is triggered by Javascript. But I want the menu to disappear if the user
> > clicks outside the menu. Anyone?
> >
> > Bye,
> >
> > Iztok
>
>
> Use: style="display: none/block".
> (see:
>
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/ref
> erence/properties/display.asp)
>
>
> Dan.
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript
From costea at ssi-schaefer-noell.com Thu Feb 21 03:46:50 2002
From: costea at ssi-schaefer-noell.com (Dan Costea)
Date: Thu, 21 Feb 2002 10:46:50 +0100
Subject: [Javascript] Building menus
References: <003801c1ba6f$ead10e70$5c05fad5@omega> <001101c1baaa$99f3c160$7a051aac@92GrunAnca> <000401c1bab8$4158ec20$57b6bdc1@omega>
Message-ID: <006201c1babc$af8a02c0$7a051aac@92GrunAnca>
I write an example for you. It is working like this: on right click, the div
is dislpayed; on left click outside of the div, it is hidden. I made this
example working with IE 5.5 (I didn't test it with other browser).
display:none test
> Hi!
>
> I tried it but it doesn't work as I hope it would. If I click outside the
> menu it is still open.
>
>
> Bye,
>
> Iztok
> >
> > > Hi!
> > >
> > > I have a problem with a menu I'm building. I've built it with > > style="visibility: hidden/visible;"> and 'visibility' and 'hidden'
> > property
> > > is triggered by Javascript. But I want the menu to disappear if the
user
> > > clicks outside the menu. Anyone?
> > >
> > > Bye,
> > >
> > > Iztok
> >
> >
> > Use: style="display: none/block".
> > (see:
> >
>
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/ref
> > erence/properties/display.asp)
> >
> >
> > Dan.
> >
From Joe.Karau at Kingland.com Thu Feb 21 08:57:42 2002
From: Joe.Karau at Kingland.com (Karau, Joe)
Date: Thu, 21 Feb 2002 08:57:42 -0600
Subject: [Javascript] Building menus
Message-ID: <88A2C82DD1E1D411A5500050DAC471292E272E@KSCLSRVMAILA>
I've used an onClick event on the element containing the menu, in my case
the body tag. When the even is fired I hide the menu.
Joseph Karau
Kingland Systems
joe.karau at kingland.com
507-536-3629
AIM: jkara3629
-----Original Message-----
From: Iztok Polanic [mailto:iztokp at amis.net]
Sent: Thursday, February 21, 2002 2:49 AM
To: javascript at LaTech.edu
Subject: Re: [Javascript] Building menus
Hi!
I tried it but it doesn't work as I hope it would. If I click outside the
menu it is still open.
Bye,
Iztok
----- Original Message -----
From: "Dan Costea"
To:
Sent: Thursday, February 21, 2002 08:37
Subject: Re: [Javascript] Building menus
>
> > Hi!
> >
> > I have a problem with a menu I'm building. I've built it with > style="visibility: hidden/visible;"> and 'visibility' and 'hidden'
> property
> > is triggered by Javascript. But I want the menu to disappear if the user
> > clicks outside the menu. Anyone?
> >
> > Bye,
> >
> > Iztok
>
>
> Use: style="display: none/block".
> (see:
>
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/ref
> erence/properties/display.asp)
>
>
> Dan.
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript
_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
https://lists.LaTech.edu/mailman/listinfo/javascript
From olivier.marie at ulysse.u-bordeaux.fr Thu Feb 21 09:04:22 2002
From: olivier.marie at ulysse.u-bordeaux.fr (Olivier Marie)
Date: Thu, 21 Feb 2002 16:04:22 +0100
Subject: [Javascript] including javascript from client
Message-ID: <01a701c1bae9$0b922d00$389dd293@hercule>
Hi
I need to get some parametres from a client which is using a data CD package
from me.
I put on the cd a javascript file "cdpackage.js" which contains :
var package_id=5;
I get it with the following command :
It works greet with Internet explorer 5 and 6 but not with Netscape 4 or 6.
Do you have a way to make it works on Netscape ?
I tried src:file:///d:/cdpackage.js, it works only if the page is local file
too.
Thanks for your ideas
Olivier
From costea at ssi-schaefer-noell.com Thu Feb 21 09:42:23 2002
From: costea at ssi-schaefer-noell.com (Dan Costea)
Date: Thu, 21 Feb 2002 16:42:23 +0100
Subject: [Javascript] css attribute for width
Message-ID: <014f01c1baee$5af12360$7a051aac@92GrunAnca>
Hi,
I have a table like this:
asldkjf alsdk jfalsk asldas afja a |
asldkjf alsdk jfalsk aslsa as ddfja a |
asldkjf alsdk jfalskasdf asdf asldfja a |
asldkjf alsdk jfalsk aasdsldfja a |
asldkjf alsk asldfja a |
How can I set ALL columns (including the third) to be of the minimum width? (to not let empty space in the left)
Thanks, Dan.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From andyg at ihug.co.nz Thu Feb 21 16:37:55 2002
From: andyg at ihug.co.nz (Andrew Gibson)
Date: Fri, 22 Feb 2002 11:37:55 +1300
Subject: [Javascript] Building menus
References: <003801c1ba6f$ead10e70$5c05fad5@omega> <001101c1baaa$99f3c160$7a051aac@92GrunAnca> <000401c1bab8$4158ec20$57b6bdc1@omega>
Message-ID: <00e901c1bb28$689389b0$6dcaadcb@k1n8i8>
I'd say what you have to do is work out where the mouse is, if it's outside
the menu, block, use your
display:none or visibility='hidden' then. Use a document.onmousemove event
to track the position of the cursor.
Andrew Gibson
Subject: Re: [Javascript] Building menus
> Hi!
>
> I tried it but it doesn't work as I hope it would. If I click outside the
> menu it is still open.
>
>
> Bye,
>
> Iztok
> ----- Original Message -----
> From: "Dan Costea"
> To:
> Sent: Thursday, February 21, 2002 08:37
> Subject: Re: [Javascript] Building menus
>
>
> >
> > > Hi!
> > >
> > > I have a problem with a menu I'm building. I've built it with | | | | | | |