Targets (Cont)

liunx

Guest
Does anyone know how not to launch a new window?<br />
<br />
In other words I have a link that I would like to just go <br />
no where and die off with out a new browser window. So no _blank _new _self _top etc. I'm thinking along the lines of _no _null _never etc. Any help is appreciated.<br />
<br />
<br />
Thank you,<!--content-->die off without a new browser window? explain please :confused:<!--content-->Some requests are indeed strange. Would <br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"#">Click me</a><br />
<br />
be any good?<!--content-->i really dont understand what hes asking glad its not just me lol<!--content-->what's the point of a link to nowhere? LOL. I'm guessing it's something to try and fool a friend... or enemy LOL.<!--content-->One of these two links would be a good bet:<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"#" onclick="return false;">Link to nowhere</a><br />
or<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"javascript:void(0);" onclick="return false;">Link to nowhere</a><br />
<br />
Though I'd favor the first...<br />
<br />
Sounds like quite a few people are wondering what you'd want this for. Care to explain? ;)<!--content-->Thanks to all of you that responded. I basically was going with the Jscript method, but ended up creating an <iframe> that had like no structure and could be hidden on the page. So I sent all my requests to this <frame> that I called "test". <br />
<br />
<br />
So in the path my target ended up being "test".<br />
<br />
Background, and I am sure there are better ways, but I needed to call a cgi script that was on a different platform (UNIX) and system all together from a windows based flash website. Sound interesting? Anyways thanks again.<!--content-->Thanks to all of you that responded. I basically was going with the Jscript method, but ended up creating an <iframe> that had like no structure and could be hidden on the page. So I sent all my requests to this <frame> that I called "test". <br />
<br />
<br />
So in the path my target ended up being "test".<br />
<br />
Background, and I am sure there are better ways, but I needed to call a cgi script that was on a different platform (UNIX) and system all together from a windows based flash website. Sound interesting? Anyways thanks again.<!--content-->ok thanks but what do you need a dead link for?<!--content-->
 
Back
Top