Forum: JavaScript / DHTML / AJAX Jun 21st, 2009 |
| Replies: 16 Views: 1,543 That works, but when you write another site and submit, its like
mysite.com/userssite1.com/userssite2.com/
:(
My page: http://www.downloadic.com/website-rank/index.php |
Forum: JavaScript / DHTML / AJAX Jun 20th, 2009 |
| Replies: 16 Views: 1,543 Thanks... I am sorry if I get you busy. |
Forum: JavaScript / DHTML / AJAX Jun 20th, 2009 |
| Replies: 16 Views: 1,543 Ok,
<form action="<? echo $_SERVER['PHP_SELF']; ?>" method="post" name="stats">
<TABLE border=0 bgcolor=#efefef align=center cellSpacing=0 cellPadding=0 border=0 width="750" bgcolor=#fbfbfd>
<TR... |
Forum: JavaScript / DHTML / AJAX Jun 20th, 2009 |
| Replies: 16 Views: 1,543 Thank you, but when I put this, it still go a page that only the button appears :S
http://www.downloadic.com/website-rank/index.php (my page) |
Forum: JavaScript / DHTML / AJAX Jun 20th, 2009 |
| Replies: 16 Views: 1,543 Thanks but I don't understand what I should do.
I have a one text input, and the script you wrote. When user write site and submit, it should direct to mysite.com/userssite.com/ and if user write... |
Forum: JavaScript / DHTML / AJAX Jun 20th, 2009 |
| Replies: 16 Views: 1,543 Thanks, but, I tried that but the button doesnt appear on the page.... :S |
Forum: JavaScript / DHTML / AJAX Jun 20th, 2009 |
| Replies: 16 Views: 1,543 I replace with my old submit button, but when you open the page, it opens a page that only the button appears. Here is my page
http://www.downloadic.com/website-rank/index.php |
Forum: JavaScript / DHTML / AJAX Jun 20th, 2009 |
| Replies: 3 Views: 758 Thanks!. I was lookin something like that... |
Forum: JavaScript / DHTML / AJAX Jun 20th, 2009 |
| Replies: 16 Views: 1,543 I will try this thanks a lot mate...
@Nish123,
I use it beacuse if user write site.com
mysite.com/stat/site.com
That doesnt works. My rewrite rule in htaccess doesnt accept this. So it is... |
Forum: JavaScript / DHTML / AJAX Jun 19th, 2009 |
| Replies: 16 Views: 1,543 Hello, I have a script that like;
<script language="JavaScript">
document.write('<input border=0 type=button value=\'\' ');
document.write(' onClick = "location.replace(');
document.write('... |