Re: form and script not working together
by "Lady Wistfulee" <wistfulee(at)millenicom.com>
|
Date: |
Sat, 23 Sep 2000 00:16:02 -0400 |
To: |
"Cyanide _7" <leo7278(at)hotmail.com> |
Cc: |
<hwg-languages(at)hwg.org> |
References: |
hotmail |
|
todo: View
Thread,
Original
|
|
That is the problem...it is pasted in exactly in the same place! This
solution was the first thing that came to my mind too...so that's what I
did. It is still not working.
Thanks for the input...
a very frustrated Lady Wist
----- Original Message -----
From: "Cyanide _7" <leo7278(at)hotmail.com>
To: <wistfulee(at)millenicom.com>
Cc: <hwg-languages(at)hwg.org>
Sent: Friday, September 22, 2000 5:08 PM
Subject: Re: form and script not working together
| i believe this was addressed once already. *hint* is the name of a layer
| that is being written by the script. though the script and the form are
| intact, the presence or location of the layer itself may not. this is
where
| the error is comming from. view the other pages and find out where the
hint
| layer is, copy and paste into the same location on the page in question.
| should work just fine. - Cyanide_7
|
| >Hi,
| >
| >I have a form on my pages that I am using...I use it on quite a few of my
| >pages:
| >
| ><form name="aForm" action="#" onSubmit="return false;" ><select
| >name="hintSel" onchange="showHint(this.selectedIndex)" class="tsitc" >
| >
| >I am "populating" the "hint" with an external script (also identical on
| >every page I use it on, except for the substance of the "hints"):
| >
| ><!--
| >var hints = new Array();
| >
| ><!--here is where the list of "hints" are
| >
| >function showHint (n) {
| > var h = hints[n];
| > if (document.layers) {
| > document.hint.document.open();
| > document.hint.document.write(h);
| > document.hint.document.close();
| > }
| > else
| > document.all.hint.innerHTML = h;
| >}
| >
| >This is working on every page but one...I keep getting an object expected
| >error on that page, (line 134 char 1)
| >URL (working): http://everythingemail.tripod.com/emailclients.html
| >URL (not working): http://everythingemail.tripod.com/antispam.html
| >
| >I don't understand how I can use exactly the same script, with exactly
the
| >same form, & one out of many other pages isn't working.
| >
| >Please help?
| >
| >Many thanks in advance
| >
| >
| >
|
| _________________________________________________________________________
| Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
|
| Share information about yourself, create your own public profile at
| http://profiles.msn.com.
HWG: hwg-languages mailing list archives,
maintained by Webmasters @ IWA