The W3C lists this in their HTML compatibility guidelines for XHTML:
http://www.w3.org/TR/html/#C_3
On Wed, 23 Feb 2005 13:41:33 -0500 (EST), Frank W. Zammetti
<[EMAIL PROTECTED]> wrote:
> Yeah, I've actually experienced that too, didn't dawn on me this time
> though. I'm not sure why it's a pro
Yeah, I've actually experienced that too, didn't dawn on me this time
though. I'm not sure why it's a problem, although if I had to guess I
would think the browser is interpreting the first as an unclosed
block because it doesn't understand the /> at the end.
Glad you got it in any case :)
Remi
FYI
FOR ALL OF YOU WHO TRIED TO HELP WITH THIS ERROR YESTERDAY.
THE PROBLEM HAS BEEN RESOLVED..
INVALID-NON WORKING
VALID-WORKING
boy did this _iss me off.
thanks,
Eric D. Lemle
Senior Programmer / Analyst
Intermountain Health Care
36 South State Street, Suite 1100
Salt Lake City
I ran your javascript code in a page and it works 100%.
Hence, I am thinking that Frank's comment's are right on target.
NG.
On Tue, 22 Feb 2005 16:32:18 -0500, Frank W. Zammetti
<[EMAIL PROTECTED]> wrote:
> Hmm... usually, in my experience, this type of error results when some
> other object h
Hmm... usually, in my experience, this type of error results when some
other object has the name of the function you are trying to call by
mistake. This especially can happen when you are naming objects
dynamically in a JSP. Any chance of that? You may want to use any of
the tools available
Eric D. Lemle
Senior Programmer / Analyst
Intermountain Health Care
36 South State Street, Suite 1100
Salt Lake City, Utah 84111
United States of America (USA)
(801) 442-3688 -- e-mail: [EMAIL PROTECTED]
>>> [EMAIL PROTECTED] 2/22/2005 1:23:46 PM >>>
Eric,
No javascript guru here, but...
1)
There's usually a syntax error upstream somewhere that's causing the
JavaScript parser to just quit.
Eric Lemle wrote:
Yes, already did that, and it does not even get to the function.
It seems to think the function is not there but it actually is. ???
---
Eric,
No javascript guru here, but...
1) Are you sure that this function is there? (check page source)
2) Is this function declared at the very bottom and it's a huge and
slow loading page and you are clicking that button *before* the page
is completely loaded?
3) Is the word "javascript" really
Yes, already did that, and it does not even get to the function.
It seems to think the function is not there but it actually is. ???
Eric D. Lemle
Senior Programmer / Analyst
Intermountain Health Care
36 South State Street, Suite 1100
Salt Lake City, Utah 84111
United States of America (USA)
(80
Those types of errors are always a pain to debug (although I hear tell
Firefox is rather good for such things... I wouldn't know, I'm a Maxthon
user myself). If you are like me though and tend towards the manual
debugging approach...
I'd start by throwing an alert("1"); at the start of your showI
I have an error on this line and it use to work...
the method is in the view source file
function showIReport( id ) {
childWindow=window.open(
'SiteVisitAction.do?dispatch=display&imode=Modify&report=true&site_visit_id='+id,
'Itinerary_Report',
'toolbar=no,location=no,directories=no,
11 matches
Mail list logo