>other discussion), I have to use a frame set, and then I use form and/or URL
>variables for "session" state. The biggest problem is that some form
>variables or URL variables are not being passed.
One thing I have found is that Safari does not pass the value attribute of an <input type="image"> tag. It's not the only browser that doesn't - I can't think off the top of my head which others have this problem, but it was definitely an issue I've run into. The workaround I used was to use _javascript_ to dynamically generate the image buttons, and use a _javascript_ function to set the value of a hidden field onclick. Then in a noscript block I use normal input type="submit" buttons with the correct value.
HTH,
Kay.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

