so there is the HTML page with the picture on it
<html>
<head>
<style type="text/css">
body {background-color: black}
</style>
<script type="text/javascript">
<!-- hide from old browsers
function getValue(varcomment)
{
// First, we load the URL into a variable
var url = window.location.href;
// Next, split the url by the ?
var qparts = url.split("?");
// Check that there is a querystring, return "" if not
if (qparts.length == 0)
{
return "";
}
// Then find the querystring, everything after the ?
var query = qparts[1];
// Split the query string into variables (separates by &s)
var vars = query.split("&");
// Initialize the value with "" as default
var value = "";
// Iterate through vars, checking each one for varname
for (i=0;i<vars.length;i++)
{
// Split the variable by =, which splits name and value
var parts = vars[i].split("=");
// Check if the correct variable
if (parts[0] == varname)
{
// Load value into variable
value = parts[1];
// End the loop
break;
}
}
// Convert escape code
value = unescape(value);
// Convert "+"s to " "s
value.replace(/\+/g," ");
// Return the value
return value;
}
// end hide -->
</script>
</head>
<body>
<p align="center">
<img src="6396190827a9350354535l.jpg"
width="500" height="376"
</p>
<form action="posting.php" method="post">
Comments:<br />
<textarea name="comments" id="comments">
Leave your comment here!
</textarea><br />
<input type="submit" value="Submit" />
</form>
<p style="font-family:verdana,arial,sans-serif;font-size:10px;">
</p>
<form action="posting.php" method="get">
<script type="text/javascript">
<!-- hide
var name = getValue("comment");
document.write(comment);
// end hide -->
</body>
</html>
Anything in script tags has been copied and pasted off other sites, obviously to no avail
real link = http://insinkerator....html?comment=kk
then that links to a file i have named posting.php
<form method="get" action="6396190827a9350354535l.html" name="comments"><input type="textarea" name="comment"></textarea><input type="submit" value="submit"></form>
Needless to say, it isnt working. Im a total beginner when it comes to this. As in a complete noob, so go easy on me!

New Topic/Question
Reply




MultiQuote




|