Re: [PHP] Passing variable to a page in a frameset

2008-08-15 Thread Jody Cleveland
On Aug 15, 2008, at 7:33 AM, Dan Shirah wrote: I apologize for my ignorance, I don't really know much about javascript. When I add all that into my form page, when I submit the form, it just replaces the page I was on with the form results, rather than in the new frame page. I'm assuming I

Re: [PHP] Re: Passing variable to a page in a frameset

2008-08-15 Thread Jody Cleveland
On Aug 15, 2008, at 9:20 AM, Dan Shirah wrote: Frames?! As a fellow Wisconsinite and a web developer, I'm going to have to ask you to leave the state. Minnesota can have you. :P Jay PS - No, but seriously, frames?!?! There's nothing wrong with a Frame every once in a while!

Re: [PHP] Passing variable to a page in a frameset

2008-08-15 Thread Jody Cleveland
On Aug 15, 2008, at 11:32 AM, Dan Shirah wrote: In the head of my page, I have this: script type=text/javascript function submitForm(var1,var2) { top.mainFrame.document.my_search.text1.value = var1; top.mainFrame.document.my_search.text2.value = var2;

Re: [PHP] Re: Passing variable to a page in a frameset

2008-08-15 Thread Jody Cleveland
On Aug 15, 2008, at 1:22 PM, Warren Vail wrote: Actually you may want to check back with basic html at the target parameter on your search form statement. HTH, Warren Vail Vail Systems Technology [EMAIL PROTECTED] Target won't work for me because the originating page with the search box

Re: [PHP] Re: Passing variable to a page in a frameset

2008-08-15 Thread Jody Cleveland
On Aug 15, 2008, at 1:46 PM, Stut wrote: On 15 Aug 2008, at 19:39, Jody Cleveland wrote: On Aug 15, 2008, at 1:22 PM, Warren Vail wrote: Actually you may want to check back with basic html at the target parameter on your search form statement. HTH, Warren Vail Vail Systems Technology

Re: [PHP] Re: Passing variable to a page in a frameset

2008-08-15 Thread Jody Cleveland
On Aug 15, 2008, at 2:05 PM, Stut wrote: On 15 Aug 2008, at 19:50, Jody Cleveland wrote: On Aug 15, 2008, at 1:46 PM, Stut wrote: On 15 Aug 2008, at 19:39, Jody Cleveland wrote: On Aug 15, 2008, at 1:22 PM, Warren Vail wrote: Actually you may want to check back with basic html

Re: [PHP] Re: Passing variable to a page in a frameset

2008-08-15 Thread Jody Cleveland
On Aug 15, 2008, at 2:27 PM, Stut wrote: On 15 Aug 2008, at 20:21, Jody Cleveland wrote: I work for a consortium of 30 libraries. Each library has their own website, but they all share the same web catalog. On each library's website there is a search box to search the catalog, which

Re: [PHP] Re: Passing variable to a page in a frameset

2008-08-15 Thread Jody Cleveland
On Aug 15, 2008, at 2:58 PM, Dan Shirah wrote: There you go! Entering in the search criteria pulls up the search in a new window and automatically pulls results based on your search. Then I can just close the window to return to where I was on your site. I think that is simple and

[PHP] Passing variable to a page in a frameset

2008-08-14 Thread Jody Cleveland
Hello, I've got a website here: http://beta.menashalibrary.org/about On every page, i've got a search box at the top. This search box searches the library's web catalog. The problem is, when someone searches, it takes them away from the site. What I'd like to do is take what a person

[PHP] How to redirect form results to different server?

2003-03-07 Thread Jody Cleveland
Hi Jonathan, on frommail.php: Are you familiar with the formmail.php script?: http://www.boaddrink.com/projects/phpformmail/ Depending on your version of PHP I would guess you are running PHP 4.2 or greater with register_globals = off. Thanks! Since I'm under pressure, I switched it to

[PHP] How to redirect form results to different server?

2003-03-06 Thread Jody Cleveland
? -- Jody Cleveland ([EMAIL PROTECTED]) Winnefox Library System Computer Support Specialist -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] how to specify dimensions of opened window?

2002-12-23 Thread Jody Cleveland
Hello, I'm wondering, without the use of javascript, how to specify browser parameters for pop up windows. Such as window size and whether there's a toolbar. This would be for a popup when users would click on a link. Is this possible? -Jody Cleveland Winnefox Library System Computer Support

RE: [PHP] how to specify dimensions of opened window?

2002-12-23 Thread Jody Cleveland
You can, however, use PHP to generate JavaScript that will set the window parameters when executed. How would I do that? Jody -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] how to specify dimensions of opened window?

2002-12-23 Thread Jody Cleveland
Use PHP print/echo statements to create the JavaScript code, just as you would HTML code. Um... How would you go about doing that? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] multiple php errors in error log

2002-12-13 Thread Jody Cleveland
to fix those? I just installed PHP 4.3.0 RC3 on Redhat 8. -Jody Cleveland Winnefox Library System Computer Support Specialist [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] phpinfo page doesn't display anything

2002-12-12 Thread Jody Cleveland
Hello, I need to change something in my php.ini file, and in searching for where it is, I found three. So, to find the real one, I made a page that only has this in it: ? phpinfo(); ? and called it info.php. Well, when I bring up that page, it's completely blank. Any ideas? -Jody Cleveland

RE: [PHP] phpinfo page doesn't display anything

2002-12-12 Thread Jody Cleveland
You're calling it through a web server, right? Yup: http://email.winnefox.org/wals/info.php Jody -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] phpinfo page doesn't display anything

2002-12-12 Thread Jody Cleveland
Do any other PHP pages work, like just echo hello world; ?? Ok, hello world doesn't work, but I'm running squirrelmail which all the pages used for that are php, and they work fine. Jody -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] phpinfo page doesn't display anything

2002-12-12 Thread Jody Cleveland
I'm guessing you don't have the short start tag enabled, try ?php phpinfo(); ? Thank you!!! That did it. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] how to configure with ldap?

2002-10-11 Thread Jody Cleveland
, and I want to connect to an Exchange global address list. Any help would be greatly appreciated. Thank you. -Jody Cleveland Winnefox Library System Computer Support Specialist [EMAIL PROTECTED] I thought I had an appetite for destruction, when all I really wanted was a club sandwich. - Homer

RE: [PHP] how to configure with ldap?

2002-10-11 Thread Jody Cleveland
Hi Marco, Do I need to configure openldap to point to my Exchange server? If so, how? Jody -Original Message- From: Marco Tabini [mailto:[EMAIL PROTECTED]] Sent: Friday, October 11, 2002 9:38 AM To: Jody Cleveland Cc: Php-General (E-mail) Subject: Re: [PHP] how to configure

RE: [PHP] how to configure with ldap?

2002-10-11 Thread Jody Cleveland
Hello, Well, I installed openldap, and it tests out good. Now, I want to configure php to work with it. My question now is, where exactly is ldap located? I tried a few paths: ./configure --with-mysql --with-apxs2=/www/bin/apxs --with-ldap=/usr/local/etc/openldap ./configure --with-mysql