Re: Javascript question ...

2000-08-09 Thread Flak DiNenno
you need to refer to the link by name or id. either do this: Hi Wally! Then: alert(docoment.links("link1").href); or Hi Wally! alert(docoment.all.link1.href)); > -Original Message- > From: Neal Cabage [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 09, 2000 11:36 AM > To: [EMA

Re: Expiring page

2000-08-05 Thread Flak DiNenno
f you have a solution to someone's problem, then help, otherwise keep your mouth shut. There is no reason to berate someone b/c they are asking to do something that *YOU* think is stupid. Try to realize that beyond your infinite wisdom, there may be ideas that you haven't thought of..

Re: OLE DB drivers for Java ?

2000-08-04 Thread Flak DiNenno
I know that Jbuilder 3.5 has a pure JDBC Type IV driver (JBDCKona) for MS SQL Server 6.5 & 7.0. This driver should support blobs. Flak DiNenno Director of Technical Innovation -- ClearCross 505 8th Avenue Suite 1500 New York, NY 10018 (212) 714-0440 ext.

Re: Passing param to a included file in a JSP

2000-08-04 Thread Flak DiNenno
e.g. "/> As you can see, the variable you pass to the included JSP, could have been a HTTP param that was passed to this page, so you can just pass it along to the next. Flak DiNenno Director of Technical Innovation -- Cl

Re: Question about the <%@ include %> directive

2000-08-04 Thread Flak DiNenno
Sure, try passing http parameters to it "/> "/> Flak DiNenno Director of Technical Innovation -- ClearCross 505 8th Avenue Suite 1500 New York, NY 10018 (212) 714-0440 ext. 3616 (212) 967-4623 fax (ClearCross was f

Re: Can I use a string variable in custom tag? Pls help.

2000-07-26 Thread Flak DiNenno
try escaping the quotes, e.g. \"/> Flak DiNenno Director of Technical Innovation -- ClearCross 505 8th Avenue Suite 1500 New York, NY 10018 (212) 714-0440 ext. 3616 (212) 967-4623 fax (ClearCross was formerly known as Syntra) > -Origi