Jump to content

Redirecting problem

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
Divya

Divya

    Learning Programmer

  • Members
  • PipPipPip
  • 33 posts
Hi
I am working on a project and i want to redirect that page as follows in a php file:
<a href="www.google.co.in" target="_blank">Google</a>
Now my problem is that i am getting an error as "Object not found!" and in address bar i am getting
http://localhost/loa...ww.google.co.in
what is the problem with this??

#2
Guest_Jaan_*

Guest_Jaan_*
  • Guests
I believe it must be

<a href="http://google.co.in" target="_blank">Google</a>