Search found 5 matches

by Effect
Sat Oct 03, 2009 10:49 am
Forum: PHP - Code
Topic: Open link in same window
Replies: 4
Views: 95

Re: Open link in same window

So I am wondering how can I open a link in same window? For example if I am having a website with link. <a href="item.php">Something</a> How can I make it to open the link under it, without it opening it to a new window? Use the target="_top" attribute   <a href="item.php&q...
by Effect
Sat Oct 03, 2009 10:03 am
Forum: PHP - Code
Topic: Open link in same window
Replies: 4
Views: 95

Open link in same window

So I am wondering how can I open a link in same window?

For example if I am having a website with link.

Code: Select all

<a href="item.php">Something</a>
How can I make it to open the link under it, without it opening it to a new window?
by Effect
Sat Sep 19, 2009 2:48 am
Forum: PHP - Code
Topic: [Help]Ranking system
Replies: 5
Views: 71

Re: [Help]Ranking system

Alright. Thank you for the link. :)
by Effect
Fri Sep 18, 2009 11:59 am
Forum: PHP - Code
Topic: [Help]Ranking system
Replies: 5
Views: 71

Re: [Help]Ranking system

Umm...I don't mean to "flame you" like the other guys or anything... But I think you just need to learn some HTML tbh :/ It's not often you'll find someone wanting to write/edit a script for you. Helping you to write/edit it yourself, however, is another matter... ;) http://www.tizag.com/...
by Effect
Fri Sep 18, 2009 11:39 am
Forum: PHP - Code
Topic: [Help]Ranking system
Replies: 5
Views: 71

[Help]Ranking system

Found answer for this. Thank you.