|
-
Sep 15th, 2007, 06:19 AM
#1
Thread Starter
Addicted Member
 Originally Posted by Vanasha
Sorry, i'm slow.
-
Sep 15th, 2007, 03:00 PM
#2
Re: Javascript: Link isn't working..?
This is because in HTML " character is reserved for attributes. Use single quotes instead within the double quotes. You can't mix HTML and JavaScript, they must be kept separate of each other and thought of separately.
Code:
<a href="#" onclick="var inputone = 'http://www
-
Sep 16th, 2007, 02:00 AM
#3
Thread Starter
Addicted Member
Re: Javascript: Link isn't working..?
 Originally Posted by Vanasha
Sorry, i'm slow.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|