i use the DD-WRT,the nocatsplash package,the splash.html in the router work fine,if i use external web server ,it's also ok,the code:<html><head><title>ok444</title></head><body bgcolor=#FFFFFF text=000000><form method="POST" id="login" action="$action"><input type="hidden" name="mode_login"><input type="hidden" name="redirect" value="$redirect"><input type="hidden" name="accept_terms" value="yes"> <table border=0 cellpadding=5 cellspacing=0><tr> <td>Welcome to <a href="/status">$GatewayName</a>.</td></tr><tr> <td align=center height="23"><input type="submit" value="Login/Enter"></tr></table><!--There are currently $ConnectionCount user(s) connected.<BR>The last connection was at: $LastConnectionTime.--> </form></body></html>but when i add a image in it ,it return to default splash.html in router.the code here:<html><head><title>ok444</title></head><body bgcolor=#FFFFFF text=000000><form method="POST" id="login" action="$action"><input type="hidden" name="mode_login"><input type="hidden" name="redirect" value="$redirect"><input type="hidden" name="accept_terms" value="yes"><img src="http://www.boleyuma.com/a/js/images/1.jpg><table border=0 cellpadding=5 cellspacing=0><tr> <td>Welcome to <a href="/status">$GatewayName</a>.</td></tr><tr> <td align=center height="23"><input type="submit" value="Login/Enter"></tr></table><!--There are currently $ConnectionCount user(s) connected.<BR>The last connection was at: $LastConnectionTime.--> </form></body></html>i just only add a image,nothing else.could anyone give me some advice?
Develop your Cybersecurity Framework
Supply chain attacks, ransomware attacks, phishing, data breaches; all these types of attacks are on the rise, thanks to the expansion of the connected world. With greater expansion comes greater security risk.Recent comments
- After the initial Kong Mod 7 months 1 week ago
- Working the EXACT same 7 months 1 week ago
- While the "5 Easy Steps" 7 months 3 weeks ago
- R8000P would be grate to see. 7 months 3 weeks ago
- Have a R8000 but ordered a 7 months 3 weeks ago
You are missing the closing quote in
src="http://www.boleyuma.com/a/js/images/1.jpg
Maybe others, but reading your messy misformatted post is a royal PITA.
thank you for answer me,i have resolved it ,use iframe,cannt use external URL in this form.
thanks again