Tagged Questions
2
votes
1answer
49 views
CSS Background Position when using :target
Ok so I've done some looking around and couldn't find a good enough answer to this question.
Basically what I'm trying to do is minimize my websites header when a button is clicked.
Heres the CSS: ...
-1
votes
2answers
31 views
Target Blank PHP HTML
I have this line and I want to target blank so as to open the link in a new window. I tried adding it but but I get syntax error.
$out .= "\t<li><a href=\"" . $content->getURL() . ...
0
votes
2answers
19 views
submit form to new window without address bar
This code will submit a form to a new window
<form action="..." method="post" target="_new">
But is it possible to make the new window start without the address bar and define its size ?
0
votes
1answer
104 views
target ie and non-ie not work? my ie version's ie10
here's my code. when using ie, i want it show "please change your browser!", and only the non-ie browsers can see other code. but it doesn't work in ie10 (ie 10 doesn't show h1 but the other code) ...
1
vote
1answer
116 views
Every version of IE opening links in new window
I've been designing a website and have been using Safari and Chrome for most of the testing. I just tried testing Firefox and that went smoothly too. Leave it to IE to throw in a wrench.
For some ...
-2
votes
2answers
114 views
How to open links in new window which is in PDF created by TCPDF
I have tried target="_blank" but nothing happens. Is anybody help for this issue? I need to open links in new tab/window which is in PDF file.
I'm using TCPDF 5.9.176
1
vote
3answers
190 views
Html: open the page in a new window. target=“_blanck” - is that a typo?
I have found (with a letter c)
target="_blanck"
instead of expected
target="_blank"
in a project written by someone else.
It works and opens a link in a new window.
Is that a typo or am I ...
0
votes
0answers
94 views
HTML Open link in one and the same window if clicked several times / already opened
if I click on a link, a new window should open (if that window isnt opened already). if I click the link again, the same window should open and not a new one, is this possible?
e.g.
opened windows: ...
-3
votes
2answers
122 views
Using target=“_blank” in PHP
I've searched for a couple hours now and I can't seem to figure out how to include the target="_blank" attribute into the 'href' => section of this php without breaking it.
here's the code:
'chat' ...
0
votes
2answers
324 views
Form targeting iframe
I have one index.html page with two iframe:
<html><head><title>DOM KPI</title></head>
<body bgcolor='oldlace'>
<iframe src="main.cgi" id=main width=40% ...
0
votes
0answers
77 views
How to .load() html files which contain ScrollTo jQuery scripts
I am using load() function to load an html file to my page.
This html is composed by an horizontal scrolling with buttons. using the jquery scrollTo script.
Separatly it works perfectly.
When its ...
0
votes
1answer
329 views
Opera target Attribute
so the compatibility difference between browsers is driving me nuts
more so the rendering of html & css
so in opera Version 11.64 <a href="/folder/" target="_blank">link</a>
works ...
-1
votes
1answer
108 views
Use radio buttons instead :target [closed]
I want to know how make this creation working only with radio buttons.
This is what i create
But with :target you can see some page jumps...
Thanks if someone can help me.
0
votes
3answers
112 views
HTML attribute “target” in links: browsing context
There seems to be an odd behavior when using the target attribute in a link, e.g.:
<ul>
<li><a href="http://www.sydneyoperahouse.com/" ...
1
vote
4answers
117 views
Targeting clicked div with jquery
I have this block of code where when I hover (click for purposes of this example though but ultimately hover) on a particular box I want to target that div with universal jQuery code. I want the image ...
0
votes
1answer
407 views
Linking to a custom Facebook tab from another using target=“_blank” works perfect, anything else doesn't
I have a couple of custom tabs I have developed for a Facebook page and I want to link one to another.
I use target="_blank" in the link attributes it works perfectly, however I want the link to open ...
5
votes
2answers
4k views
Jquery to change a form's target
I want to change the form's target based on the option which is selected.
<form id='post_form' target="targetvalue">
<select id="select" name="select">
<option ...
0
votes
3answers
194 views
Want link to open in new window
Why is this not opening in a new window?
<a href="http://www.authorsden.com/visit/viewwork.asp?id=49784&AuthorID=157940">
<img src="authors_den.jpg" target="blank" alt="Authors Den ...
2
votes
1answer
497 views
:target pseudo selector and tabs
So I want to create a tab system using only CSS.
what I have so far works, but I don't know how to make one tab visible by default.
The tabs:
<section class="tabs">
<ul>
...
1
vote
1answer
193 views
Refresh another IFRAME Window
I have this line that works when I click the word Test:
<a href="SearchThis.php" target="SearchThisFrame">Test</a>
How can I re-code this so I do not have to click the word Test or ...
0
votes
6answers
475 views
How To Append (Or Other Method) a Lot of HTML Code?
I need to append a lot of HTML code. To improve readability, I don't want to write that all in one line, but split them as regular HTML. That would be like 15 new-lines or something. The problem is ...
2
votes
3answers
2k views
How to get links in Excel to open in single browser tab
I have an Excel spreadsheet with html links in one column. The links are being generated by a perl script via Win32::OLE like so (inside a loop with index $i):
my $range = ...
9
votes
5answers
6k views
Indenting only the first line of text in a paragraph?
I have several paragraphs that I would like to indent, although only the first lines of these paragraphs.
How would I target just the first lines using CSS or HTML?
31
votes
4answers
8k views
markdown target=“_blank”
Is there a way to create a link in markdown that opens in a new window? If not, what syntax do you recommend to do this. I'll add it to the markdown compiler I use. I think it should be an option.
12
votes
6answers
966 views
Html Target Attribute not supported
I was just on w3Schools looking at target and found that it is no longer supported by any of the major browsers. A brief google search did not reveal the reason for this? Should I avoid the use of ...
0
votes
1answer
208 views
Specific elements for CSS :target?
I'm having a problem with nesting :target pseudoclasses. I currently have a section with an anchor inside.
It's working correctly right now, when I click the anchor that links to #Current, it'll ...
47
votes
4answers
16k views
Is it alright use to target=_blank in HTML5?
I recall reading somewhere that in HTML5 it was no longer okay to use target="_blank" in HTML5, but I can't find it now.
Is it alright to continue to use target="_blank"?
I know it's generally ...
1
vote
2answers
65 views
HTML for FireFox
I am working with Joomla. I would like to display a certain module if the user has all browsers, except FireFox, and display another module if user has FireFox browser. I know that I can do targeted ...
0
votes
1answer
831 views
Change name of iframes/frames dynamically
I'm trying to have a website that hosts different applications (also websites) in iframes. Note: only one application is active (displayed) at a time. My problem is that links that rely on targets are ...
0
votes
0answers
2k views
HTML Form Target directed to IFRAM working in FF but not IE
I have a form which consists of two different targets. One target submits the form and the other presents a preview of the form data. My only issue here is that my logic works fine in firefox however ...
0
votes
1answer
986 views
Anchor tags and target behaviour? - HTML
I must say that despite this being a newb question, I don't think I have totally mastered HTML a tags.
Whenever I want to open a link in a new tab I add target="_blank", works fine in chrome and ...
0
votes
1answer
280 views
Javascript and href in anchor tags
Can JavaScript see the target name of a window that was opened by a regular "href". Here is an example:
<a href="http://www.cnn.com" target="_blanknewWindow" name="NewWindowName">
4
votes
5answers
500 views
New Window or New Tab — Way to decide?
On a link, is there a way to specify whether the new _blank window is actually a new window or a new tab?
Thanks
0
votes
1answer
245 views
Why doesn't the target attribute work in my frames?
I'm building a FRAME solution for my CMS. But, before you all start showing me disrespect about the entire frame thing keep in mind that this is a solution that would be visible only to ...
0
votes
1answer
2k views
Setting href link target without reloading page
I have a href tag <a href="#somepage" target="sometarget"> or more accurately loading a URL from Flash loadURL('#somepage', 'sometarget'). I have no option to remove the target so am limited to ...
0
votes
3answers
2k views
Using <OBJECT> instead of <IFRAME> and Internet Explorer
So my problem is NOT with getting the objects to work with IE. I have a way to get rid of the borders and scrollbars (I think). The real problem is having links inside an object which target the whole ...
0
votes
1answer
3k views
Dropdown selector, change to target=“_blank”
I have a dropdown selector in place and I need to change it so that the target="_blank" so it opens up a new tab.
Here is the current code:
<SCRIPT TYPE="text/javascript">
<!--
function ...
4
votes
3answers
15k views
How to make links break out of iframe when you only control the iframe page (not the framed pages)?
I have a site that displays other sites through an iframe on certain pages. It does this in order to display a toolbar that is relevant to the reader (like Facebook and Owly does). However, when the ...
0
votes
2answers
187 views
HTML popup window refering to its creator
Supose I create a pop-up in home.html with something like:
<a href="somepage.html" target="_new">link</a>
How can I make a link IN somepage.html change the content of the browser
...
1
vote
1answer
937 views
HTML Link opening a page that Redirect to a Quicktime .MOV file displays garbage characters in IE when Target is _blank
I have a .NET page that does a Response.Redirect to a Quicktime .mov file. When I create a link to this .NET page, if the link opens in the same window (i.e. no Target defined on the anchor tag), all ...

