PDA

View Full Version : Script Giveaway


Vladdy
08-09-2002, 11:39 PM
Hi all,

I put together my own “Guest Book” script (if you wanna get it right you gotta do it yourself :D :D ) and can use some help testing it out. I will give away any current or future script from my collection* to anyone who finds an unreported bug (other than ability to enter fake e-mail address) and to the author of the most helpful review of my site (that is what the Guest Book script is for). Please report bugs via e-mail. “Best Review” contest ends Monday night at 11PM EST.

http://www.vladdy.net/WebDesign/WD_Reviews.asp

*Recipient of my script would be asked to put a reference to my site wherever the script is used.

Squintz
08-09-2002, 11:57 PM
Looked good from the start but when i sent a message i got this error:

Microsoft VBScript runtime error '800a01b6'

Object doesn't support this property or method: 'Response.Cookies(...)'

/WebDesign/WD_Reviews.asp, line 75

I was using Opera v6.04 at the time

Vladdy
08-10-2002, 12:11 AM
Thanks, will look into it.

Not sure if the problem is related to the fact you are using Opera - as it does not support DOM2 that my scripts rely on. I wonder if same error shows up when IE5+ or Gekko are used...

KevinG
08-10-2002, 12:11 AM
I was wondering how you got such thin table lines?

Vladdy
08-10-2002, 01:37 AM
Squintz,

The bug you encountered is confirmed and fixed. Thanks for your help. I owe you a script - pick one... ;)


Kevin, here is the trick, put the following two lines in your table style....
border-collapse: collapse;
border-spacing: -1px;