Re: [PHP] frame problem

2003-01-17 Thread Justin French
1. this has nothing to do with PHP 2. this has nothing to do with PHP 3. you could call a frameset html page with 4. you could set individual frames to different sources from one link with javascript -- but you'd have to consult a JS list :P Justin on 18/01/03 9:30 AM, Kiswa ([EMAIL PROTEC

Re: [PHP] Gridwidget - javascript

2003-01-17 Thread David Rice
Hi: I believe that if you reference the form element like: document.forms['mycell[]'].value you will get what you want. HTH David On Friday, January 17, 2003, at 08:33 PM, Nico Jansen - NiRo IT Consultants B.V. wrote: Hi all, I'm trying to write a grid widget in php. When the user changes th

[PHP] Select multiple boxes

2003-01-17 Thread Gregory Chagnon
Hi- Is there any way to get all of the elements in a SELECT MULTIPLE box, not just the ones that are selected? Thanks! -Greg -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Sessions or Cookies?

2003-01-17 Thread Peter Janett
Sessions themselves use cookies, though, right? So, if you want your app to work for those who don't have cookies, you have to pass the session data in the url string, at least that's my understanding. Peter Janett New Media One Web Services New Upgrades Are Now

Re: [PHP] Gridwidget - javascript

2003-01-17 Thread Jason Wong
On Saturday 18 January 2003 10:50, David Rice wrote: > > I'm trying to write a grid widget in php. When the user changes the > > value of > > a cell the totals must be recalculated at the client side. > > I can write a javascript when I use simple variables like A1, B1. > > > > > onChange="njreca

<    1   2