|
||||||||
From: "Michael" <zlinda1002 at cox dot net> >I have setup captive portal but three things are not working; > 1. I cannot get the picture I uploaded to monowall memory; > fountainhtml.jpg > to view within the webpage when shown. > The html code I have to show the picture is: <img src="fountainhtml.jpg"> Where did you upload to? What does the file manager say? > 2. I cannot get the form to work once the "I Agree" button is activated. > It > should upon being depressed go to the webpage that they were trying to > access. > The html code I have for the form is: > <value="$PORTAL_REDIRURL$"> > <form method="post" action=""> > <input name="accept" type="submit" value="I Agree"> > </form> > </body> > </html> You are missing <input name="redirurl" type="hidden" value="$PORTAL_REDIRURL$"> > 3. The last thing is that I have authored the default web page for captive > portal in black background but it shows white?? Did you use background color or background image? Lee |