View Single Post
Old 09-06-2012, 12:41 AM   PM User | #18
phil1ooo
New Coder

 
Join Date: Dec 2009
Location: Australia
Posts: 40
Thanks: 15
Thanked 0 Times in 0 Posts
phil1ooo is an unknown quantity at this point
As this is on the same topic I will continue here.

This code within the php file
Code:
if(isset($mod))
  {
 
   $file = str_replace("<form>","<form action=\"http://www.ozyautos.com.au/calculator.php\"><input type=hidden name=mod value=re_search><input type=hidden name=ad_type value=sale><input type=hidden name=type value=\"".$type."\"><input type=hidden name=ad value=\"".$ad."\">",$file);
 
  }
brings up the results on a new page thus the calculator.php page which I have created but I would prefer this page to be opened in a new window and be smaller.

I have tried using "target" but that doesn't seem to be working in the php file.

Can anyone help here please?

Cheers
__________________
Ozy Industries Pty Ltd offers Domain sales, webhosting, email marketing, Advertising and much more at cheap rates. http://www.ozydomains.com.au
http://www.ozyauctions.com.au

Last edited by phil1ooo; 09-06-2012 at 12:45 AM..
phil1ooo is offline   Reply With Quote