Adrress box in proxy is not working?

Discussion in 'PHP' started by odin93, May 18, 2007.

  1. #1
    this is the code

    <form method="post" action="<?php echo $_SERVER['PHP_SELF'] ?>">
    <div id="urlbg"><input type="text" id="address_box" name="<?php echo $GLOBALS['_config']['url_var_name'] ?>" value="<?php echo isset($GLOBALS['_url']) ? htmlspecialchars($GLOBALS['_url']) : '' ?>" onfocus="this.select()" size="50" /><input type="image" id="go" name="browse" value="" src="images/surf2.gif" /></div>
    Code (markup):
    and when i click on teh address box, i cant type in it, could anyone help, oh and if you need to c it first hand go to proxyfreak.info
     
    odin93, May 18, 2007 IP
  2. Wyla

    Wyla Well-Known Member

    Messages:
    924
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    140
    #2
    try deleting onfocus="this.select()"

    also, there is no html/php file at the url you provided
     
    Wyla, May 18, 2007 IP
  3. odin93

    odin93 Active Member

    Messages:
    739
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    58
    #3
    yes sry bout that, my site went whaco when i posted this, then i got a new website up but thnx for helping me out.
     
    odin93, May 18, 2007 IP