My code is :
//cron.html
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 11">
<meta name=Originator content="Microsoft Word 11">
<
</head>
<body>
<form method="post" action="CETrafficGenerator.php?step=2">
<input type="text" name="url"/>
</body>
</html>
instead of typing the url can i pass it through cron.html?url=
in this format?
Help needed please
Yes you could do, but you would have to fill it into the form field using javascript. You can use jQuery to make this easier – see http://projects.allmarkedup.com/jquery_url_parser/ for more info. Example:
And then make the form field like this: