• Welcome to DNForum.com - Domain Investor Forum, Free Domain Marketplace and a community for 45+ domain pros
    If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the oldest global domain name community on the internet and continues to grow every day. There are over 45,000 domainers on DNForum doing everything from buying domains, selling domains, using our free in-house built tools, learning about domains and discussing domains. Take a minute and Register.

Wanted: Service Need a script edited.

Status
Not open for further replies.

MPinelli

New Member
The Originals
Legacy Platinum Member
Joined
Dec 3, 2004
Messages
1,090
Reaction score
0
I need help correcting the posting a new ad feature of my site.

The site is http://www.longbeach.li

When you click post new ad a drop down menu comes up and you select a category. Problem is when you select one it pops up in a new window. Problem is most people I had test the site feel its broken b/c their pop up blockers are on.

Can someone correct this?

PM me with details
 
Edit the index.php file where it says:

<form action='index.php' name='chsct' method='get' target='_blank'>

to

<form action='index.php' name='chsct' method='get'>

It should open in the same window.
 
cant find that line in the index.php file.

found this in the forms.php file

<form action='index.php' method='get' target='_blank'>
 
Yeah, if that's a file that index.php includes, edit that one.
 
Did you remove it? I can still see it in the source code.
 
i changed it to what you said.
 
But did you change it back?

Looking at index.php I still see:

<form action='index.php' name='chsct' method='get' target='_blank'>
<input type='hidden' name='md' value='add_form'>

Search for these 2 lines.
 
nope didnt change it back, i have no idea where that target blank is coming from.
 
found it and changed it.

this script is so annoying.

found it and changed it. thanks so much

this script is so annoying.
 
Status
Not open for further replies.
Back
Top Bottom