Ask a Question related to PHP Development, Design and Development.
-
Ike #1
passing string to another frame
If I am executing a php script, in a given frame...is there a means whereby
I can pass a string into another frame, which has php script in it, and have
it execute ? -Ike
Ike Guest
-
passing a Javascript command to out of an iFrame to athe parent frame
Hello. Right i have a javascript navigation that runs fine on the top level html page, this then loads in pages into an iFrame, then in these '2nd... -
Passing Variables from one frame to another
I am working on a form that contains four sections that I've divided across four frames, each having a "stop" action and buttons to navagate between... -
Passing Param to SQL string
Thanks Bob, for you help and suggestions and please accept my apologies. Kind Regards Rikesh "Bob Barrows" <reb01501@NOyahoo.SPAMcom> wrote... -
Passing XML in a string parameter
We have a parameter to a webmethod that is defined as a string. We expect to pass XML in this string. What we've found out is that the .Net web... -
passing ASP.net Variable string
This reminds me a question. What advantage or disadvantage by using Context.Items? How is this being handled? "Steve C. Orr, MCSD"... -
CountScubula #2
Re: passing string to another frame
"Ike" <rxv@hotmail.com> wrote in message
news:kRyKb.11795$6B.11492@newsread1.news.atl.earth link.net...whereby> If I am executing a php script, in a given frame...is there a meanshave> I can pass a string into another frame, which has php script in it, andPHP doesnt execute in frames, it executes on the server. now its output is> it execute ? -Ike
>
>
sent to a browser, which may be in a frame.
so therefore no, you can not pass a string from one frame to another with
php, you want client side
you can pass a string to a php script that sends its output to a frame, but
thats just a link.
--
Mike Bradley
[url]http://www.gzentools.com[/url] -- free online php tools
CountScubula Guest



Reply With Quote

