Jump to content

new message


rexal

Recommended Posts

If you mean JavaScript alert, try this:

<html>   <body onLoad="alert(document.getElementById("text").value);">      <input type="hidden" id="text" value="<?php echo($_POST['your_var_here']); ?>" />   </body></html>

Link to comment
Share on other sites

If you mean JavaScript alert, try this:
<html>   <body onLoad="alert(document.getElementById("text").value);">      <input type="hidden" id="text" value="<?php echo($_POST['your_var_here']); ?>" />   </body></html>

how to generate the code in my web page??just put that code in the body tag??
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...