Printer Friendly Version
Email this thread to a friend
|
Featured Web Site Template |
|
Reflects user activity within the last 5 minutes
|
|
| Member |
Message |
myarro
Joined: Jan 11, 2005
# Posts: 30
|
Posted: 2005-Apr-12 20:56
I am using javascript to open a new browser window. The event is linked to a simple href. But I was wondering if it is better to
<a href="" onclick="open new window"...
or
<a href="javascript:open new window" ...
Or is there a better way to accomplish this. I am concerned about how the spiders might react to essentially a non-URL as the href value.
|
 |
general_coffee
Joined: Apr 01, 2005
# Posts: 23
|
Posted: 2005-Apr-18 20:38
I always do it like this: <a href="http://www.mysite.com" target="_blank"
It opens a new window, and spiders follow it. I dunno if this helps you...
|
 |
myarro
Joined: Jan 11, 2005
# Posts: 30
|
Posted: 2005-Apr-22 23:55
Thanks for the reply, but I need to launch a controlled window interface, where I can set the size, controls, etc.
|
 |
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
- You have not yet logged in, or registered properly as a member
- You are a member, but no longer have posting rights.
- This is a private forum, for which you do not have permissions.
If you are a recent member, it's possible that you simply have not yet confirmed your account. Please
check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions
contained within.
If you cannot find this message, click here to Re-Send it.
|
If you are still experiencing problem, please read the
Login Assistance
Article for some advice on what may be causing your login not to work properly.
|
Switch to Advanced Editor and ...
Create a New Topic
or Reply to this Thread
|
|