Help - Search - Members - Calendar
Full Version: Javascript
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
SNAP_Tornado
this is gettin really annoying having to like give u my problems and stuf.... _dry.gif
so this is probably gonna be the last time i'm gonna ask

this code is suppposed to redirect me to my xanga which is www.xanga.com/halo343gs

CODE
<!-- begin code provided by createblog.com -->
<a href="#" onClick="window.open
('www.xanga.com/halo343gs','halo343gs's Xanga Site');
return false;"> MY XANGA</a>
<!-- end code provided by createblog.com -->
Revolt
I don't believe the <a> tag supports onclick... but you can try

CODE
<!-- begin code provided by createblog.com -->
<a href="http://www.xanga.com/halo343gs" target="_blank">MY XANGA</a>
<!-- end code provided by createblog.com -->


(wouldn't be XHTML compliant... but eh)
SNAP_Tornado
CODE
<!-- begin code provided by createblog.com -->
<a href="http://www.xanga.com/halo343gs" target="_blank">MY XANGA</a>
<!-- end code provided by createblog.com -->
that doesn't work...well not with my frontpage atleast..._dry.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.