about nocatsplash splash.html,help!

3 posts / 0 new
Last post
ok_boc
ok_boc's picture
about nocatsplash splash.html,help!

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?

doktornotor
doktornotor's picture
You are missing the closing

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.

ok_boc
ok_boc's picture
thank you for answer me,i

thank you for answer me,i have resolved it ,use iframe,cannt use external URL in this form.
thanks again