dumdumsareyum Posted February 28, 2008 Share Posted February 28, 2008 I'm sure this is super easy.....I have several error messages that I'm stringing together while checking a form. How do I put a return in an alert window so they won't all be on one line? Thanks! Quote Link to comment Share on other sites More sharing options...
obsidian Posted February 28, 2008 Share Posted February 28, 2008 This takes the newline character ("\n"): <script type="text/javascript"> alert('Hello, World!\nThis is line #2'); </script> Quote Link to comment Share on other sites More sharing options...
GameYin Posted February 28, 2008 Share Posted February 28, 2008 obsidain. All the links in your profile go to DarkMindZ. Change them. SQL injection changed them. Quote Link to comment Share on other sites More sharing options...
obsidian Posted February 28, 2008 Share Posted February 28, 2008 obsidain. All the links in your profile go to DarkMindZ. Change them. SQL injection changed them. This is the second time I've changed them now. Quote Link to comment Share on other sites More sharing options...
GameYin Posted February 28, 2008 Share Posted February 28, 2008 The root SQL injection must still be in here. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.