On Mon, Feb 18, 2002 at 10:06:27PM -0800, Francois Dumais wrote: > Are there other things to know about the &(object.property); notation than > "being able to use it in a HTML tag surrouding" (and outside <? ... ?> tags) > ? > > For example, can we use it to retrieve request parameters like "http:// > bla.com?p=3" by writing: > > &(p.value); > > I tried and it didn't work, so there might be a way to do it?
You could do it by &(p); p isn't an object, so it does not have "value" property. -- Regards, Sergei Dolmatov. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
