Re: [PHP] opening link in new window

2010-07-23 Thread Robert Cummings
On 10-07-24 02:06 AM, Paul M Foster wrote: On Sat, Jul 24, 2010 at 01:08:49AM -0400, Robert Cummings wrote: On 10-07-24 12:58 AM, Paul M Foster wrote: On Fri, Jul 23, 2010 at 01:28:23AM -0400, David Mehler wrote: Hello, I've got a page with an external link. I'd like to open it in a new wind

Re: [PHP] opening link in new window

2010-07-23 Thread Paul M Foster
On Sat, Jul 24, 2010 at 01:08:49AM -0400, Robert Cummings wrote: > On 10-07-24 12:58 AM, Paul M Foster wrote: >> On Fri, Jul 23, 2010 at 01:28:23AM -0400, David Mehler wrote: >> >>> Hello, >>> I've got a page with an external link. I'd like to open it in a new >>> window, but i'm using the xhtml 1

Re: [PHP] opening link in new window

2010-07-23 Thread Robert Cummings
On 10-07-24 12:58 AM, Paul M Foster wrote: On Fri, Jul 23, 2010 at 01:28:23AM -0400, David Mehler wrote: Hello, I've got a page with an external link. I'd like to open it in a new window, but i'm using the xhtml 1.0 strict dtd so this isn't possible. I was wondering if php could pull this off?

Re: [PHP] opening link in new window

2010-07-23 Thread Paul M Foster
On Fri, Jul 23, 2010 at 01:28:23AM -0400, David Mehler wrote: > Hello, > I've got a page with an external link. I'd like to open it in a new > window, but i'm using the xhtml 1.0 strict dtd so this isn't possible. > I was wondering if php could pull this off? Failing that, and not > really wanting

[PHP] Re: php array in different OS

2010-07-23 Thread Yang Fei
Dear Colin Guthrie , Thanks for your help very much. According to your suggestion, I have solved the question. best wish, Yang Fei 2010-7-24

Re: [PHP] Video lessons

2010-07-23 Thread David Hutto
On Fri, Jul 23, 2010 at 8:13 PM, David Hutto wrote: > On Fri, Jul 23, 2010 at 2:35 PM, Dan Joseph wrote: >> On Thu, Jul 22, 2010 at 10:04 AM, Jordan Jovanov >> wrote: >> >>> Im thing that I'm little layse, Do you somebody know PHP VIDEO LESSONS? >>> >>> >> I'm not sure exactly what you're meanin

Re: [PHP] Video lessons

2010-07-23 Thread David Hutto
On Fri, Jul 23, 2010 at 2:35 PM, Dan Joseph wrote: > On Thu, Jul 22, 2010 at 10:04 AM, Jordan Jovanov wrote: > >> Im thing that I'm little layse, Do you somebody know PHP VIDEO LESSONS? >> >> > I'm not sure exactly what you're meaning there, but check out www.lynda.com > > -- > -Dan Joseph > > htt

Re: [PHP] Video lessons

2010-07-23 Thread Dan Joseph
On Thu, Jul 22, 2010 at 10:04 AM, Jordan Jovanov wrote: > Im thing that I'm little layse, Do you somebody know PHP VIDEO LESSONS? > > I'm not sure exactly what you're meaning there, but check out www.lynda.com -- -Dan Joseph http://www.canishosting.com - Unlimited Hosting Plans start @ $3.95/mo

[PHP] SOAP ERROR - Encoding

2010-07-23 Thread Augusto Flavio
Hi guys, I created a simple wsdl web service. Everything works fine, but when I fill the fields with accents and send the soap request, the PHP returns me an error: Fatal error: Uncaught SoapFault exception: [Client] SOAP-ERROR: Encoding: string 'ol\xe1...' is not a valid utf-8 string in PATH\c

Re: [PHP] Retaining scroll position after asynchronous refresh NOT PHP

2010-07-23 Thread Nathan Nobbe
On Fri, Jul 23, 2010 at 10:09 AM, tedd wrote: > At 6:31 AM -0600 7/23/10, Larry Martell wrote: > >> Hello all- >> >> I have a php script that generates a web page with a bunch of >> scrollable frames, and then asynchronously refreshes the page. If the >> user has scrolled down in any of the frame

Re: [PHP] Retaining scroll position after asynchronous refresh

2010-07-23 Thread tedd
At 6:31 AM -0600 7/23/10, Larry Martell wrote: Hello all- I have a php script that generates a web page with a bunch of scrollable frames, and then asynchronously refreshes the page. If the user has scrolled down in any of the frames, when the refresh occurs it has scrolled back to the top of al

Re: [PHP] Retaining scroll position after asynchronous refresh NOT PHP

2010-07-23 Thread Daniel P. Brown
On Fri, Jul 23, 2010 at 12:09, tedd wrote: > > This not really a PHP problem, but rather a javascript problem. After all, > the problem surfaces client-side, right? > > So, to not offend this list with a non-PHP solution, I am sending you the > code privately. Well, it *is* Friday P.

Re: [PHP] Retaining scroll position after asynchronous refresh NOT PHP

2010-07-23 Thread tedd
At 6:31 AM -0600 7/23/10, Larry Martell wrote: Hello all- I have a php script that generates a web page with a bunch of scrollable frames, and then asynchronously refreshes the page. If the user has scrolled down in any of the frames, when the refresh occurs it has scrolled back to the top of al

[PHP] Tutte le soluzioni per recuperare un RAID

2010-07-23 Thread RDNewsLetter
Per venire incontro alle diverse esigenze del mercato è stata realizzata la promozione EcoRAID, che include ispezione gratuita. Infatti se i files vengono recuperati pagherete solo 600,00€ per ogni disco che compone il RAID (mirror e spare inclusi). E' proprio così se non recuperiamo nulla non s

Re: [PHP] Retaining scroll position after asynchronous refresh

2010-07-23 Thread Hans Åhlin
I't was a long time ago when i programed in js but the first thin that pops up in my mind is that there is a function where you can read and set the values of the scrollbars. I found this when I googled it: http://www.eggheadcafe.com/community/aspnet/3/10002280/scroll-positions.aspx

[PHP] Re: php array in different OS

2010-07-23 Thread Colin Guthrie
'Twas brillig, and fyang at 22/07/10 03:34 did gyre and gimble: Dear Bob McConnell, Thank you for your reply. I really post the same message eight times because of the first e-mail authentication.please remove the extra e-mail in your free time. There are two servers ,the

[PHP] Retaining scroll position after asynchronous refresh

2010-07-23 Thread Larry Martell
Hello all- I have a php script that generates a web page with a bunch of scrollable frames, and then asynchronously refreshes the page. If the user has scrolled down in any of the frames, when the refresh occurs it has scrolled back to the top of all the frames. Is there a way I can retain the scr

Re: [PHP] opening link in new window

2010-07-23 Thread Peter Lind
On 23 July 2010 12:23, Shreyas Agasthya wrote: > I am not sure how PHP can help here. I am sure there must be a way out. > > With JavaScript, it s certainly possible. You can try window.open() to make > this happen. It can accept a lot of parameters and a google search should > give you a lot of a

Re: [PHP] opening link in new window

2010-07-23 Thread Shreyas Agasthya
I am not sure how PHP can help here. I am sure there must be a way out. With JavaScript, it s certainly possible. You can try window.open() to make this happen. It can accept a lot of parameters and a google search should give you a lot of answers. --Shreyas On Fri, Jul 23, 2010 at 10:58 AM, Dav