News: This forum is now permanently frozen.
Pages: [1]
Topic: Sample Error Page  (Read 4116 times)
« on: August 03, 2007, 04:17:11 »
wdatkinson *
Posts: 6

Can someone post a simple error page HTML example?  I'm looking for something similar to the main captive portal page, specifically showing how to implement the $PORTAL_MESSAGE$ variable.

I've STF'd and didn't find anything.  Googling just returns javascript examples or html to flash examples, which is way more complicated that I need.....

Thanks!
« Reply #1 on: January 15, 2008, 19:22:45 »
snowman2344 *
Posts: 26

<body>
<center>
The status of the voucher you entered is<br>
<b>--- $PORTAL_MESSAGE$ ---</b><br>
Please use the back button to try again.<br>
<a href="javascript:history.go(-1)"  onMouseOver="self.status=document.referrer;return true">Go Back</a>
</center>
</body>


works for me
 
Pages: [1]
 
 
Powered by SMF 1.1.20 | SMF © 2013, Simple Machines