The eAuction Support Forums
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl
eAuction 1.6.1.x >> Start Up and more >> Include or iframe
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl?num=1137325684

Message started by Kuehnhackel on 01/15/06 at 12:48:04

Title: Include or iframe
Post by Kuehnhackel on 01/15/06 at 12:48:04

Hi,

first of all, thank you very much for this beautiful-script.

I have some questions, because I'm a newbie

1. I want to open the aucrion direkty when you call the http://www.mysite.de - How can I do this?
2. I want to show on any other sites the last auctions include the pictures - How can I do this?
3. And what's about the payment from the seller to the owner of the site?

Questions over questions ...

greetings from Kuehnhackel

Title: Re: Include or iframe
Post by Dieter Werner on 01/15/06 at 13:27:38

As for question 1 ...
copy the following code and store it as index.html into the webdirectory of your server.

Code:
<html>

<head>
<title>eAuction</title>
</head>

<frameset framespacing="0" rows="*">
   <frame name="eAuction" src="../cgi-bin/eAuction161/eAuction.pl" scrolling="auto" marginwidth="0" marginheight="0" noresize>
   <noframes>
   <body>

   <p>A text of your choice.</p>

   </body>
   </noframes>
</frameset>

</html>


As for question 2 ...
do you know something about programming Perl?
if not - forget the question  ;)

As for question 3 ...
accounting is not implemented.
I'm so sorry; but my free program is not able to make you become a rich man  :'(

Title: Re: Include or iframe
Post by Kuehnhackel on 01/15/06 at 19:04:57

Dear Dieter, thank you for your answers.

But let me know how can i display the article from the different categories  ;)  :-X

the script in now running "above the www-section"  8-)

yours Kuehnhackel ...

Title: Re: Include or iframe
Post by Dieter Werner on 01/15/06 at 19:16:38

You are a German and so it should be better if we would talk in the German forum ...  :)

Title: Re: Include or iframe
Post by Kuehnhackel on 01/15/06 at 19:23:11

Yes of course ...

see you there ...

Kuehnhackel

P.S. I posted there under Allgemeines

The eAuction Support Forums » Powered by YaBB 2.2!
YaBB © 2000-2007. All Rights Reserved.