Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Safari/Javascript Expressions



safuser df wrote:

I was wondering if Safari supports the following

<HR wdt = "&{wdt};"></HR>


I'd say that should at least be <hr width="&{wdt};" />, but I don't think that'll work.

Maybe this would:

   document.write('<hr width="' + wdt + '" />');

(I've also taken the liberty to make you code XHTML; you could drop that last slash if you use a HTML doctype)

HtH,

Max
_______________________________________________
web-development mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/web-development
Do not post admin requests to the list. They will be ignored.

References: 
 >Safari/Javascript Expressions (From: "safuser df" <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.