Date: 08/31/99
- Next message: Shafiek Savahl (EPA): "[PHP3] Own Functions Examples"
- Previous message: Alexandr Lopatin: "[PHP3] Oracle 7, stored procedure and array bindings"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Gian,
thanx a lot for your suggestion! I checked out all the mailings and yes it
sounds really good. I will definatly use this thing somewhen. However, not
on this project. I am just able to use JavaScript1.1, no DHTML nor Java!
Just using Layer-tags would bring up some ideas. I thought about saving it
in a temporary file, but it's not able either, cause user have no write
access.
Today I am checking out, if I can write it common enough in a database
table, and get the HTML out from there.
But anyway, thanx a lot
Have fun
Bernie
> -----Ursprüngliche Nachricht-----
> Von: Geocrawler.com [SMTP:archiver <email protected>]
> Gesendet am: Dienstag, 31. August 1999 00:32
> An: php3 <email protected>
> Betreff: [PHP3] Running php3-Skripts out of JavaScript generated Code
>
> This message was sent from Geocrawler.com by "GiANCARLO" <ping <email protected>>
> Be sure to reply to that address.
>
>
> Look in the mail archives for Remote Scripting Proxy (RSProxy.class) and
> it's php implementation
>
> It'a a java class/applet that, loaded in the page called by javascript,
> lets you call a remote script eg in php, Perl and read it output to, for
> example, fill a dročp-down <SELECT> on-the-fly, without reloadin the page
> or another frame or posting anything
>
> gian
>
> ---------------------------------------
> In a php3-File I am generating some JavaScript-Code. These Code again
> contains php3-Scripts to output them in a different frame. The generated
> JavaScript-Code seems to be correct. It output in Netscape Source viewer
> looks like follows:
>
> <SCRIPT LANGUAGE="JavaScript">
> function showChooseList(param) {
> parent.help.document.open("text/html", "replace");
> parent.help.document.write(`<BODY BGCOLOR="#F5F5F5"><?php
> require("varlib.phtml"); showChooseTable(1, `+param+`, GraphicControllers,
> insertParameter.phtml, Name=BlaBla); ?></BODY>`);
> parent.help.document.close();
> window.alert(`Added
> something!`+document.InputForm.Category.value+"
> "+param);
> }
>
> So the output should load the function showChooseTable with some
> Parameters
> from the File varlib.phtml. Unfortuatly it seems like it does not
> interpret
> the php3 tag. I cannot change the Mimetype from text/html to text/php3. It
> would just ask where to save the downloaded file.
> Are there any suggestions how I can generate dynamically a document, which
> contains php3 tags which will be interpreted?
> Thanx for any help
> Bernie
>
> --
> PHP 3 Mailing List <http://www.php.net/>
> To unsubscribe, send an empty message to php3-unsubscribe <email protected>
> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected>
> To search the mailing list archive, go to:
> http://www.php.net/mailsearch.php3
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
>
> Geocrawler.com - The Knowledge Archive
>
> --
> PHP 3 Mailing List <http://www.php.net/>
> To unsubscribe, send an empty message to php3-unsubscribe <email protected>
> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected>
> To search the mailing list archive, go to:
> http://www.php.net/mailsearch.php3
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
>
-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Shafiek Savahl (EPA): "[PHP3] Own Functions Examples"
- Previous message: Alexandr Lopatin: "[PHP3] Oracle 7, stored procedure and array bindings"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

