Message Board

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
Karlheinz Zahneissen

Message Board

Post by Karlheinz Zahneissen »

Hi folks.
I'm using "Message Board" in an iframe.
I put a link into the following function,
which enables me to get back to where I startet
without using the "Back" button of the browser :

function problem($myproblem) {
echo"<p>&nbsp;</p>
<p>&nbsp;</p>
<p align=\"center\"><b>Error</b></p>
<p align=\"center\">$myproblem</p>
<p align=\"center\">
<a href=\"mboard.php\">back</a>
</p>
<p>&nbsp;</p>";
printCopyHTML();
printDownHTML();
exit();
}

Now I want it to take me back to the position
of the form via local link <a name="new"></a>
but don' t know how.
The following source-code example doesn't work:

<a href=\"mboard.php#new\">zur&uuml;ck</a>
Any ideas ??
Ciao !
Guest

Post by Guest »

try

<a href=\"Javascript:history.go(-1);\">zur&uuml;ck</a>

?
Karlheinz

link back

Post by Karlheinz »

Anonymous wrote:try

<a href="Javascript:history.go(-1);">zur&uuml;ck</a>

?
Now this is unbelievable.
It actually works. :-)
Thanks a lot so far !
Charlie
Karlheinz

Twin Look

Post by Karlheinz »

Hi folx !
Make MBoard and GBook look like twins.
Take a look:
http://www.oskar-lafontaine-online.de
Don't they look sharp !?
Hi Klemen.
Thanx for these fine scripts.
Your credits you'll find in the source-code.
;-)
Cheerio.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: Twin Look

Post by Klemen »

Looks nice, but:
Karlheinz wrote: Thanx for these fine scripts.
Your credits you'll find in the source-code.
;-)
I will have to ask you to place the Powered by links back. You are not allowed to remove them without a "copyright removal license". My scripts are completely free to use as long as those links remain intact. To remove them you need a license, more info here:
http://www.phpjunkyard.com/copyright-removal.php

Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Karlheinz

Copyright messages

Post by Karlheinz »

Ok, ok, ok ...
I put them back for the time being, though it actually does spoil my precious design, doesn't it !?
I wouldn't mind buying a message-free license, but the site concerned will only last 'til September 18th and expires, when the election in Germany is over... so why bother...
A prosperous guy like you won't care anyway, n'est-ce pas !?
;-)
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Karl,

Thanks for your quick attention to this matter.

As for the powered by, I don't see why it would spoil your design, it's located on the very bottom and nicely integrates? I think the link is a fair trade for the free scripts I'm offering. Designing and maintaining them takes a lot of time and work. I don't require any payment, just that link. I also don't want to force anyone into buying a license, that is just an extra option I made available because of requests I got from the users. And believe me, PHPJunyakrd is more work than money, licenses help to pay for all the fees. If I let you remove it then I have to let everybody do it :wink:

Off the subject: I loved your poker game, took me quite a while to get 10.000 points. I don't know much about German politics but was fun anyway. Although I never learned German language (had English & French in my high school) I do understand it quite well, was watching cartoons on RTL, Sat1, Pro7, ... when I was a young boy :D

Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Karlheinz

show must go on

Post by Karlheinz »

Hi Klemen, old spoil-sport ;o)
Take a look at this one ...
http://www.oskar-lafontaine-online.de/f ... eecell.htm
... and don't forget : It all expires on September 18th.
;o)))
Take care!
BTW : All games are soluble !
Locked